diff --git a/micromachine.gemspec b/micromachine.gemspec index 3a7f11c..6d6069d 100644 --- a/micromachine.gemspec +++ b/micromachine.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "micromachine" - s.version = "2.1.0" + s.version = "3.0.0" 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"]