cloudstack-cli.gemspec in cloudstack-cli-0.4.3 vs cloudstack-cli.gemspec in cloudstack-cli-0.5.0
- old
+ new
@@ -8,11 +8,11 @@
gem.version = CloudstackCli::VERSION
gem.authors = ["Nik Wolfgramm"]
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.homepage = "https://github.com/niwo/cloudstack-cli"
gem.license = 'MIT'
gem.required_ruby_version = '>= 1.9.3'
gem.files = `git ls-files`.split($/)
gem.executables = ['cs']
@@ -22,7 +22,7 @@
gem.add_development_dependency('rdoc')
gem.add_development_dependency('rake', '~> 10.0.4')
gem.add_dependency('thor', '~> 0.18.1')
- gem.add_dependency('cloudstack_client', '~> 0.2.14')
+ gem.add_dependency('cloudstack_client', '~> 0.2.16')
end
\ No newline at end of file