Skip to content

Commit

Permalink
Update acts_as_follower.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
courtsimas authored Jul 1, 2016
1 parent c784534 commit 460b200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acts_as_follower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "acts_as_follower/version"
Gem::Specification.new do |s|
s.name = "acts_as_follower"
s.version = ActsAsFollower::VERSION
s.authors = ["Tom Cocca"]
s.authors = ["Tom Cocca", "Don Sullivan"]
s.email = ["tom dot cocca at gmail dot com"]
s.homepage = "https://github.com/tcocca/acts_as_follower"
s.summary = %q{A Rubygem to add Follow functionality for ActiveRecord models}
Expand All @@ -23,5 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "shoulda_create"
s.add_development_dependency "shoulda", ">= 3.5.0"
s.add_development_dependency "factory_girl", ">= 4.2.0"
s.add_development_dependency "rails", "~> 4.0.0"
s.add_development_dependency "rails", ">= 4.0.0"
end

0 comments on commit 460b200

Please sign in to comment.