hsume2-state_machine 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/lib/state_machine/alternate_machine.rb +1 -1
- metadata +3 -14
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ require 'rake/gempackagetask'
|
|
|
6
6
|
|
|
7
7
|
spec = Gem::Specification.new do |s|
|
|
8
8
|
s.name = 'hsume2-state_machine'
|
|
9
|
-
s.version = '1.0.
|
|
9
|
+
s.version = '1.0.5'
|
|
10
10
|
s.platform = Gem::Platform::RUBY
|
|
11
11
|
s.summary = 'Adds support for creating state machines for attributes on any Ruby class'
|
|
12
12
|
s.description = s.summary
|
metadata
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hsume2-state_machine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 31
|
|
5
4
|
prerelease:
|
|
6
|
-
|
|
7
|
-
- 1
|
|
8
|
-
- 0
|
|
9
|
-
- 4
|
|
10
|
-
version: 1.0.4
|
|
5
|
+
version: 1.0.5
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Aaron Pfeifer
|
|
@@ -15,7 +10,7 @@ autorequire:
|
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
12
|
|
|
18
|
-
date: 2011-
|
|
13
|
+
date: 2011-09-21 00:00:00 -07:00
|
|
19
14
|
default_executable:
|
|
20
15
|
dependencies: []
|
|
21
16
|
|
|
@@ -151,23 +146,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
151
146
|
requirements:
|
|
152
147
|
- - ">="
|
|
153
148
|
- !ruby/object:Gem::Version
|
|
154
|
-
hash: 3
|
|
155
|
-
segments:
|
|
156
|
-
- 0
|
|
157
149
|
version: "0"
|
|
158
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
151
|
none: false
|
|
160
152
|
requirements:
|
|
161
153
|
- - ">="
|
|
162
154
|
- !ruby/object:Gem::Version
|
|
163
|
-
hash: 3
|
|
164
|
-
segments:
|
|
165
|
-
- 0
|
|
166
155
|
version: "0"
|
|
167
156
|
requirements: []
|
|
168
157
|
|
|
169
158
|
rubyforge_project: pluginaweek
|
|
170
|
-
rubygems_version: 1.
|
|
159
|
+
rubygems_version: 1.6.2
|
|
171
160
|
signing_key:
|
|
172
161
|
specification_version: 3
|
|
173
162
|
summary: Adds support for creating state machines for attributes on any Ruby class
|