Skip to content

Commit b7f875b

Browse files
author
Greg Vaughn
committed
bump version to create gvaughn-aasm gem
1 parent 3f67f81 commit b7f875b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aasm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib
22

33
Gem::Specification.new do |s|
44
s.name = 'aasm'
5-
s.version = "2.0.2"
5+
s.version = "2.0.3"
66
s.summary = 'State machine mixin for Ruby objects'
77
s.description = <<-EOF
88
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.

0 commit comments

Comments
 (0)