cloudstack-cli.gemspec in cloudstack-cli-0.7.1 vs cloudstack-cli.gemspec in cloudstack-cli-0.7.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |gem| gem.name = 'cloudstack-cli' gem.version = CloudstackCli::VERSION gem.authors = ['Nik Wolfgramm'] gem.email = %w(nik.wolfgramm@gmail.com) - gem.description = %q{cloudstack-cli is a CloudStack API client written in Ruby.} + 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 = 'https://github.com/niwo/cloudstack-cli' gem.license = 'MIT' @@ -23,7 +23,7 @@ gem.add_development_dependency('rdoc', '~> 4.1') gem.add_development_dependency('rake', '~> 10.1') gem.add_dependency('thor', '~> 0.18') - gem.add_dependency('cloudstack_client', '~> 0.4', '>= 0.4.1') -end \ No newline at end of file + gem.add_dependency('cloudstack_client', '~> 0.4', '>= 0.4.3') +end