From afd17a3c54abccf8562fe6b9138f2004887e72d4 Mon Sep 17 00:00:00 2001 From: Tim Petricola Date: Tue, 8 Oct 2013 23:10:06 +0200 Subject: [PATCH] Specify gem license --- acts_as_follower.gemspec | 1 + 1 file changed, 1 insertion(+) 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"