mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
adding license information
This commit is contained in:
parent
63f2b10212
commit
f93b06a25b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
||||||
s.summary = %q{State machine mixin for Ruby objects}
|
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.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.}
|
||||||
s.date = Time.now
|
s.date = Time.now
|
||||||
|
s.licenses = ["MIT"]
|
||||||
|
|
||||||
s.add_dependency 'activerecord'
|
s.add_dependency 'activerecord'
|
||||||
s.add_development_dependency 'rake'
|
s.add_development_dependency 'rake'
|
||||||
|
|
Loading…
Reference in a new issue