mache.gemspec in mache-1.0.0 vs mache.gemspec in mache-1.0.1
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "mache"
spec.version = Mache::VERSION
spec.authors = ["Joshua Bassett"]
spec.email = ["josh.bassett@gmail.com"]
- spec.summary = "A page object library for writing cleaner acceptance tests with Capybara."
- spec.description = "Mache provides a DSL for writing page object clases to use in your acceptance tests."
+ spec.summary = "A library for writing cleaner and more expressive acceptance tests using page objects."
+ spec.description = "Mâché provides helps you to write cleaner and more expressive acceptance tests for your web applications using page objects."
spec.homepage = "https://github.com/nullobject/mache"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end