Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Mar 1, 2010
1 parent 5ba65e4 commit 21b76e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micromachine.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'micromachine'
s.version = '0.0.9'
s.version = '0.0.10'
s.summary = %{Minimal Finite State Machine.}
s.description = %Q{There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.\n\nBut if all you want is a finite state machine, look no further: this is only 22 lines of code and provides everything a finite state machine must have, and nothing more.}
s.author = "Michel Martens"
Expand Down
2 changes: 1 addition & 1 deletion micromachine.gemspec.erb
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'micromachine'
s.version = '0.0.9'
s.version = '0.0.10'
s.summary = %{Minimal Finite State Machine.}
s.description = %Q{There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.\n\nBut if all you want is a finite state machine, look no further: this is only 22 lines of code and provides everything a finite state machine must have, and nothing more.}
s.author = "Michel Martens"
Expand Down

0 comments on commit 21b76e1

Please sign in to comment.