micromachine 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/micromachine.gemspec +2 -2
- metadata +4 -4
data/micromachine.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'micromachine'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.2'
|
4
4
|
s.summary = %{Minimal Finite State Machine.}
|
5
|
-
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
|
5
|
+
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.}
|
6
6
|
s.author = "Michel Martens"
|
7
7
|
s.email = "michel@soveran.com"
|
8
8
|
s.homepage = "http://github.com/soveran/micromachine"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: micromachine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,15 +9,15 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! 'There are many finite state machine implementations for Ruby, and
|
15
15
|
they all provide a nice DSL for declaring events, exceptions, callbacks, and all
|
16
16
|
kinds of niceties in general.
|
17
17
|
|
18
18
|
|
19
|
-
But if all you want is a finite state machine, look no further: this
|
20
|
-
lines of code and provides everything a finite state machine must have, and nothing
|
19
|
+
But if all you want is a finite state machine, look no further: this has less than
|
20
|
+
50 lines of code and provides everything a finite state machine must have, and nothing
|
21
21
|
more.'
|
22
22
|
email: michel@soveran.com
|
23
23
|
executables: []
|