You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really familiar with Rake::Task#enhance, so can't comment on it's effectiveness here.
What I do know is that multiplatform gems are tricky with jeweler, because the gemspec only gets evaluated once, and then written to disk. At the time it's evaluated (or enhanced), it's on a specific RUBY_PLATFORM doing so. The Gem specification does not, to my knowledge, have a builtin concept of platform. You'd have to release separate gems for that.
I have enhanced the gemspec task to include platform specific patches, but "rake release" generates a new gemspec file ignoring the enhanced task.
The text was updated successfully, but these errors were encountered: