Add instructions for use with Ruby versions < 1.9.2

This commit is contained in:
Russell Davis 2014-10-09 16:02:03 -07:00
parent e751a48bce
commit da216fd53b

View File

@ -14,7 +14,13 @@ If you want to build the gem from source:
== Requirements
* Ruby 1.8.7 or above. (Ruby 1.8.6 may work if you load
ActiveSupport.)
ActiveSupport.) For Ruby versions before 1.9.2, you'll need to add this to your Gemfile:
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
gem 'rest-client', '~> 1.6.8'
end
* rest-client, json
== Mirrors