pgtrigger.gemspec in pgtrigger-0.1.1 vs pgtrigger.gemspec in pgtrigger-0.1.2

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "pgtrigger" spec.version = Pgtrigger::VERSION spec.authors = ["André Alencar"] spec.email = ["andreluis88@gmail.com"] - spec.summary = "Create Postgresql trigger with ActiveRecord Migration" - spec.description = "Create Postgresql trigger with ActiveRecord Migration" + spec.summary = "Create PostgreSQL trigger with ActiveRecord Migration" + spec.description = "Create PostgreSQL trigger with ActiveRecord Migration" spec.homepage = "https://github.com/alencarandre/pgtrigger" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})