statemachine 0.5.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/statemachine/version.rb +3 -3
- metadata +4 -4
data/lib/statemachine/version.rb
CHANGED
metadata
CHANGED
@@ -3,10 +3,10 @@ name: statemachine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
- 0
|
7
|
-
- 5
|
8
6
|
- 1
|
9
|
-
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
version: 1.0.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Micah Martin
|
@@ -87,7 +87,7 @@ rubyforge_project: statemachine
|
|
87
87
|
rubygems_version: 1.3.6
|
88
88
|
signing_key:
|
89
89
|
specification_version: 3
|
90
|
-
summary: Statemachine-0.
|
90
|
+
summary: Statemachine-1.0.0 - Statemachine Library for Ruby http://slagyr.github.com/statemachine
|
91
91
|
test_files:
|
92
92
|
- spec/action_invokation_spec.rb
|
93
93
|
- spec/builder_spec.rb
|