Skip to content

Commit

Permalink
Merge pull request tcocca#35 from TimPetricola/gem-license
Browse files Browse the repository at this point in the history
Specify gem license
  • Loading branch information
tcocca committed Dec 5, 2013
2 parents 86cb22d + afd17a3 commit 208ad56
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 208ad56

Please sign in to comment.