rorvswild.gemspec in rorvswild-0.0.2 vs rorvswild.gemspec in rorvswild-0.0.3

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "rorvswild" spec.version = Rorvswild::VERSION spec.authors = ["Alexis Bernard"] spec.email = ["alexis@bernard.io"] - spec.summary = "RorVsWild tracks response time of your Rails application." - spec.description = "RorVsWild helps you to improve the response time, by pointing out any slow request, query and view." + spec.summary = "RorVsWild tracks response time of Rails applications." + spec.description = "RorVsWild helps to improve the response time, by pointing out any slow request, query and view." spec.homepage = "http://www.rorvswild.com" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }