Skip to content

Commit

Permalink
Bump to 2.0.x for requirement of ruby 1.9.3 or higher.
Browse files Browse the repository at this point in the history
Continuing to support 1.8.7 is difficult when gems don't list their
incompatibilities with old rubies. Hunting for versions that work
just isn't a good use of time when rails and more have moved to 1.9.3
and above.
  • Loading branch information
martinemde committed Nov 22, 2013
1 parent 4dc0d9f commit 25f394e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
notifications:
Expand Down
2 changes: 2 additions & 0 deletions engineyard-cloud-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.6}
s.test_files = Dir.glob("spec/**/*")

s.required_ruby_version = '>= 1.9.3'

s.add_dependency('rest-client', '~>1.6.1')
s.add_dependency('multi_json', '~>1.6')

Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-cloud-client/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is maintained by a herd of rabid monkeys with Rakes.
module EY
class CloudClient
VERSION = '1.0.16.pre'
VERSION = '2.0.0.pre'
end
end
# Please be aware that the monkeys like tho throw poo sometimes.

0 comments on commit 25f394e

Please sign in to comment.