Commit afd17a3c54abccf8562fe6b9138f2004887e72d4

Authored by Tim Petricola
1 parent 86cb22d8
Exists in master

Specify gem license

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
acts_as_follower.gemspec
... ... @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10 10 s.homepage = "https://github.com/tcocca/acts_as_follower"
11 11 s.summary = %q{A Rubygem to add Follow functionality for ActiveRecord models}
12 12 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)}
  13 + s.license = 'MIT'
13 14  
14 15 s.rubyforge_project = "acts_as_follower"
15 16  
... ...