cloudstack-cli.gemspec in cloudstack-cli-0.15.1 vs cloudstack-cli.gemspec in cloudstack-cli-1.0.0.rc1
- old
+ new
@@ -9,11 +9,11 @@
gem.authors = ['Nik Wolfgramm']
gem.email = %w(nik.wolfgramm@gmail.com)
gem.description = %q{cloudstack-cli is a CloudStack API command line client written in Ruby.}
gem.summary = %q{cloudstack-cli CloudStack API client}
gem.date = Time.now.utc.strftime("%Y-%m-%d")
- gem.homepage = 'http://niwo.github.io/cloudstack-cli/'
+ gem.homepage = 'http://github.com/niwo/cloudstack-cli'
gem.license = 'MIT'
gem.required_ruby_version = '>= 1.9.3'
gem.files = `git ls-files`.split($/)
gem.executables = %w(cs cloudstack-cli)
@@ -23,7 +23,7 @@
gem.add_development_dependency('rdoc', '~> 4.2')
gem.add_development_dependency('rake', '~> 10.4')
gem.add_dependency('thor', '~> 0.19.1')
- gem.add_dependency('cloudstack_client', '~> 0.9.7')
+ gem.add_dependency('cloudstack_client', '~> 1.0.0.rc1')
end