obscenity.gemspec in obscenity2-0.0.1 vs obscenity.gemspec in obscenity2-0.0.2

- old
+ new

@@ -5,14 +5,14 @@ Gem::Specification.new do |s| s.name = "obscenity2" s.version = Obscenity::VERSION - s.authors = ["Thiago Jackiw"] + s.authors = ["Thiago Jackiw", 'Minh Quy'] s.description = " Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware " - s.email = "tjackiw@gmail.com" + s.email = "sugiacupit@gmail.com" s.files = `git ls-files`.split($/) - s.homepage = "http://github.com/tjackiw/obscenity" + s.homepage = "http://github.com/MQuy/obscenity" s.licenses = ["MIT"] s.require_paths = ["lib"] s.summary = "Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware" s.test_files = s.files.grep(%r{^(test|spec|features)/}) end