From 3ee967d8c3a5408f4536ea128ba047f3db1e14c5 Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Tue, 15 May 2012 18:03:41 -0300 Subject: [PATCH] Release. --- micromachine.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromachine.gemspec b/micromachine.gemspec index 81637b8..df6555a 100644 --- a/micromachine.gemspec +++ b/micromachine.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'micromachine' - s.version = '1.0.3' + s.version = '1.0.4' 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"