mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
gemspec
This commit is contained in:
parent
4d02c03784
commit
0600de0410
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{aasm}
|
||||
s.version = "2.1.7"
|
||||
s.version = "2.1.8"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley"]
|
||||
s.date = %q{2010-08-27}
|
||||
s.date = %q{2010-09-13}
|
||||
s.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.}
|
||||
s.email = %q{scott@elitists.net, ttilley@gmail.com}
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Add table
Reference in a new issue