Skip to content

Commit

Permalink
Merge pull request #5 from andremedeiros/master
Browse files Browse the repository at this point in the history
Add Zachary to the authors and change the gem homepage.
  • Loading branch information
Zachary Scott committed May 12, 2014
2 parents 7c543aa + 48ff312 commit 67c6923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acts_as_paranoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require 'acts_as_paranoid/version'
Gem::Specification.new do |spec|
spec.name = "acts_as_paranoid"
spec.version = ActsAsParanoid::VERSION
spec.authors = ["Goncalo Silva", "Charles G.", "Rick Olson"]
spec.email = ["goncalossilva@gmail.com"]
spec.authors = ["Zachary Scott" "Goncalo Silva", "Charles G.", "Rick Olson"]
spec.email = ["e@zzak.io"]
spec.summary = "Active Record plugin which allows you to hide and restore records without actually deleting them."
spec.description = "Active Record plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information."
spec.homepage = "https://github.com/goncalossilva/rails3_acts_as_paranoid"
spec.homepage = "https://github.com/zzak/acts_as_paranoid"
spec.license = "MIT"

spec.files = Dir["{lib}/**/*.rb", "LICENSE", "*.md"]
Expand Down

0 comments on commit 67c6923

Please sign in to comment.