perfect_audit.gemspec in perfect_audit-0.1.1 vs perfect_audit.gemspec in perfect_audit-0.1.2

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "perfect_audit" spec.version = PerfectAudit::VERSION spec.authors = ["Igor Alexandrov"] spec.email = ["igor.alexandrov@gmail.com"] - spec.summary = %q{Perfect Audit API gem.} - spec.description = %q{Perfect Audit API gem. https://www.perfectaudit.com/api_docs} + spec.summary = %q{Perfect Audit API wrapper.} + spec.description = %q{Perfect Audit API wrapper. https://www.perfectaudit.com/api_docs} spec.homepage = "https://github.com/igor-alexandrov/perfect_audit" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"