usable.gemspec in usable-1.4.0 vs usable.gemspec in usable-2.0.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Usable::VERSION spec.authors = ["Ryan Buckley"] spec.email = ["arebuckley@gmail.com"] spec.summary = %q{Mounts and configures modules} - spec.description = %q{An elegant way to mount and configure your modules. Usable gives you control over which methods are included.} + spec.description = %q{Usable provides an elegant way to mount and configure your modules} spec.homepage = "https://github.com/ridiculous/usable" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"