zabbix-cloudwatch.gemspec in zabbix-cloudwatch-0.0.1 vs zabbix-cloudwatch.gemspec in zabbix-cloudwatch-0.0.2
- old
+ new
@@ -9,10 +9,14 @@
s.license = "MIT"
s.authors = ["Randy D. Wallace Jr."]
s.email = ["randy@randywallace.com"]
s.homepage = "http://github.com/randywallace/zabbix-cloudwatch"
s.summary = %q{A library for getting cloudwatch metrics into Zabbix}
- s.description = %q{A library for getting cloudwatch metrics into Zabbix\nPlease see http://github.com/randywallace/zabbix-cloudwatch for more details}
+ s.description = <<EOF
+A library for getting cloudwatch metrics into Zabbix
+
+Please see http://github.com/randywallace/zabbix-cloudwatch for more details
+EOF
s.add_runtime_dependency "aws-sdk", "~> 1.21.0"
s.add_runtime_dependency "getopt", "~> 1.4.1"
s.files = `git ls-files`.split("\n")