cloudstack-cli.gemspec in cloudstack-cli-0.0.4 vs cloudstack-cli.gemspec in cloudstack-cli-0.0.5
- old
+ new
@@ -10,10 +10,10 @@
gem.email = ["nik.wolfgramm@gmail.com"]
gem.description = %q{cloudstack-cli is a CloudStack API client written in Ruby.}
gem.summary = %q{cloudstack-cli CloudStack API client}
gem.homepage = "https://bitbucket.org/swisstxt/cloudstack-cli"
- gem.required_ruby_version = '1.9.3'
+ gem.required_ruby_version = '>= 1.9.3'
gem.files = `git ls-files`.split($/)
gem.executables = ['cs']
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.rdoc_options = %w[--line-numbers --inline-source]
\ No newline at end of file