Skip to content

Commit

Permalink
Specify gem license
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPetricola committed Oct 8, 2013
1 parent 86cb22d commit afd17a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acts_as_follower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit afd17a3

Please sign in to comment.