pcorliss / ruby_route_53

Ruby gem and command line tool for Amazon's Route 53 service.
blog.50projects.com
GNU General Public License v3.0
172 stars 32 forks source link

Remove specific nokogiri version dependency #40

Closed domcleal closed 9 years ago

domcleal commented 9 years ago

Allow a variety of nokogiri versions to suit different environments, packages etc. Only pin the version of nokogiri for Ruby 1.8 in the Gemfile so tests pass.

1.8.7 users can install or pin an appropriate version from their own Gemfiles.

pcorliss commented 9 years ago

Thanks, this looks great. I'll push up a new gem version shortly.

pcorliss commented 9 years ago

version 0.3.2 is pushed.

domcleal commented 9 years ago

Fantastic, thanks for the fast response @pcorliss!