cloudstats.gemspec in cloudstats-0.5.0 vs cloudstats.gemspec in cloudstats-0.6.0
- old
+ new
@@ -7,12 +7,12 @@
spec.name = "cloudstats"
spec.version = Cloudstats::VERSION
spec.authors = ["niwo"]
spec.email = ["nik.wolfgramm@gmail.com"]
- spec.summary = %q{Collect CloudStack stats and feed them to influxdb.}
- spec.description = %q{Collect project and account statistics from the CloudStack API and feeds them into a influxdb.}
+ spec.summary = %q{Collect CloudStack stats and feed them to InfluxdDB.}
+ spec.description = %q{Collect project and account statistics from the CloudStack API and feeds them into InfluxDB.}
spec.homepage = "https://github.com/niwo/cloudstats"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
@@ -23,7 +23,7 @@
spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_runtime_dependency "thor", "~> 0.19"
- spec.add_runtime_dependency "cloudstack_client", "~> 1.5.3"
+ spec.add_runtime_dependency "cloudstack_client", "~> 1.5"
end