warner.gemspec in warner-1.0.1 vs warner.gemspec in warner-1.0.2
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Warner::VERSION
spec.authors = ["Leon Berenschot"]
spec.email = ["leipeleon@gmail.com"]
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.description = %q{Annotate your code w/ custom deprecation warnings. For example 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)/})