From f93b06a25b311457296a69bf2da1d6925b13704a Mon Sep 17 00:00:00 2001 From: Andrew Mutz Date: Thu, 31 May 2012 17:09:05 -0700 Subject: [PATCH] adding license information --- aasm.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/aasm.gemspec b/aasm.gemspec index eb06d28..01b5374 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |s| s.summary = %q{State machine mixin for Ruby objects} s.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.} s.date = Time.now + s.licenses = ["MIT"] s.add_dependency 'activerecord' s.add_development_dependency 'rake'