Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RUBY_VERSION conditionals from gemspec #130

Merged
merged 1 commit into from
Jul 7, 2014

Conversation

mislav
Copy link
Contributor

@mislav mislav commented Jul 6, 2014

Remove the useless conditionals added in ae1f3c8 since gemspec is turned into a static one at gem publish time, so the version constraints will be adjusted to whatever Ruby version the gem was published with, not the one that will eventually run the gem.

If someone is still running Ruby 1.8 or 1.9.2, it's their responsibility to adjust their project's Gemfile to prevent Nokogiri or Active Support upgrading to an incompatible version.

/cc @jch

Remove the useless conditionals added in ae1f3c8
since gemspec is turned into a static one at gem publish time, so the
version constraints will be adjusted to whatever Ruby version the gem
was *published* with, not the one that will eventually run the gem.

If someone is still running Ruby 1.8 or 1.9.2, it's their responsibility
to adjust their project's Gemfile to prevent Nokogiri or Active Support
upgrading to an incompatible version.
@jch jch merged commit 61d70da into gjtorikian:master Jul 7, 2014
@jch
Copy link
Contributor

jch commented Jul 7, 2014

Fixed CI problems and merged. Patch release coming soon after I clean out a few more things

@mislav mislav deleted the gemspec-conditionals branch July 12, 2014 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants