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

Commits on Jul 6, 2014

  1. Remove RUBY_VERSION conditionals from gemspec

    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.
    mislav committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    61d70da View commit details
    Browse the repository at this point in the history