Skip to content

Commit 9040d03

Browse files
committed
Release
1 parent 9d1505a commit 9040d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micromachine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "micromachine"
3-
s.version = "2.1.0"
3+
s.version = "3.0.0"
44
s.summary = %{Minimal Finite State Machine.}
55
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.}
66
s.author = ["Michel Martens"]

0 commit comments

Comments
 (0)