warner.gemspec in warner-1.0.0 vs warner.gemspec in warner-1.0.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "warner" spec.version = Warner::VERSION spec.authors = ["Leon Berenschot"] spec.email = ["leipeleon@gmail.com"] - spec.summary = %q{Create warner methods to be used in Rails applications} - spec.description = %q{For example to higlite code that needs to be changes/deprecated at certain version} + spec.summary = %q{Annotate your code w/ custom deprecation warnings} + spec.description = %q{for exampele when a newer version of a gem or rails is installed. Especially useful for monkeypatching.} spec.homepage = "https://github.com/LeipeLeon/warner" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})