diff --git a/acts_as_follower.gemspec b/acts_as_follower.gemspec index 642d7fc..c05ac27 100644 --- a/acts_as_follower.gemspec +++ b/acts_as_follower.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/tcocca/acts_as_follower" s.summary = %q{A Rubygem to add Follow functionality for ActiveRecord models} s.description = %q{acts_as_follower is a Rubygem to allow any model to follow any other model. This is accomplished through a double polymorphic relationship on the Follow model. There is also built in support for blocking/un-blocking follow records. Main uses would be for Users to follow other Users or for Users to follow Books, etc… (Basically, to develop the type of follow system that GitHub has)} + s.license = 'MIT' s.rubyforge_project = "acts_as_follower"