Commit 208ad563d22a8d982b48e93939ed69077fdfa948

Authored by Tom Cocca
2 parents 86cb22d8 afd17a3c
Exists in master

Merge pull request #35 from TimPetricola/gem-license

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  
... ...