Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Apr 16, 2012
1 parent 9095411 commit 0a3078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromachine.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'micromachine'
s.version = '1.0.2'
s.version = '1.0.3'
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 has less than 50 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 0a3078a

Please sign in to comment.