yasm 0.0.8 → 0.0.9
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/VERSION +1 -1
- data/lib/yasm/persistence/couchrest_model.rb +2 -2
- metadata +2 -35
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.9
|
|
@@ -20,8 +20,8 @@ module Yasm
|
|
|
20
20
|
:on => doc.send(:state_container, state_name.to_sym),
|
|
21
21
|
:at => Time.parse(doc["yasm"]["states"][state_name.to_s]["instantiated_at"])
|
|
22
22
|
)
|
|
23
|
-
end if doc["yasm"] and doc["yasm"]["states"]
|
|
24
|
-
doc.fast_forward
|
|
23
|
+
end if doc and doc["yasm"] and doc["yasm"]["states"]
|
|
24
|
+
doc.fast_forward if doc
|
|
25
25
|
doc
|
|
26
26
|
end
|
|
27
27
|
|
metadata
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yasm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 15
|
|
5
4
|
prerelease:
|
|
6
|
-
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 8
|
|
10
|
-
version: 0.0.8
|
|
5
|
+
version: 0.0.9
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Matt Parker
|
|
@@ -26,10 +21,6 @@ dependencies:
|
|
|
26
21
|
requirements:
|
|
27
22
|
- - ~>
|
|
28
23
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 7
|
|
30
|
-
segments:
|
|
31
|
-
- 3
|
|
32
|
-
- 0
|
|
33
24
|
version: "3.0"
|
|
34
25
|
type: :runtime
|
|
35
26
|
version_requirements: *id001
|
|
@@ -41,11 +32,6 @@ dependencies:
|
|
|
41
32
|
requirements:
|
|
42
33
|
- - ~>
|
|
43
34
|
- !ruby/object:Gem::Version
|
|
44
|
-
hash: 11
|
|
45
|
-
segments:
|
|
46
|
-
- 0
|
|
47
|
-
- 5
|
|
48
|
-
- 0
|
|
49
35
|
version: 0.5.0
|
|
50
36
|
type: :runtime
|
|
51
37
|
version_requirements: *id002
|
|
@@ -57,11 +43,6 @@ dependencies:
|
|
|
57
43
|
requirements:
|
|
58
44
|
- - ~>
|
|
59
45
|
- !ruby/object:Gem::Version
|
|
60
|
-
hash: 29
|
|
61
|
-
segments:
|
|
62
|
-
- 0
|
|
63
|
-
- 0
|
|
64
|
-
- 1
|
|
65
46
|
version: 0.0.1
|
|
66
47
|
type: :runtime
|
|
67
48
|
version_requirements: *id003
|
|
@@ -73,9 +54,6 @@ dependencies:
|
|
|
73
54
|
requirements:
|
|
74
55
|
- - ">="
|
|
75
56
|
- !ruby/object:Gem::Version
|
|
76
|
-
hash: 3
|
|
77
|
-
segments:
|
|
78
|
-
- 0
|
|
79
57
|
version: "0"
|
|
80
58
|
type: :development
|
|
81
59
|
version_requirements: *id004
|
|
@@ -87,11 +65,6 @@ dependencies:
|
|
|
87
65
|
requirements:
|
|
88
66
|
- - ~>
|
|
89
67
|
- !ruby/object:Gem::Version
|
|
90
|
-
hash: 55
|
|
91
|
-
segments:
|
|
92
|
-
- 0
|
|
93
|
-
- 10
|
|
94
|
-
- 0
|
|
95
68
|
version: 0.10.0
|
|
96
69
|
type: :development
|
|
97
70
|
version_requirements: *id005
|
|
@@ -155,23 +128,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
155
128
|
requirements:
|
|
156
129
|
- - ">="
|
|
157
130
|
- !ruby/object:Gem::Version
|
|
158
|
-
hash: 3
|
|
159
|
-
segments:
|
|
160
|
-
- 0
|
|
161
131
|
version: "0"
|
|
162
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
133
|
none: false
|
|
164
134
|
requirements:
|
|
165
135
|
- - ">="
|
|
166
136
|
- !ruby/object:Gem::Version
|
|
167
|
-
hash: 3
|
|
168
|
-
segments:
|
|
169
|
-
- 0
|
|
170
137
|
version: "0"
|
|
171
138
|
requirements: []
|
|
172
139
|
|
|
173
140
|
rubyforge_project:
|
|
174
|
-
rubygems_version: 1.
|
|
141
|
+
rubygems_version: 1.6.2
|
|
175
142
|
signing_key:
|
|
176
143
|
specification_version: 3
|
|
177
144
|
summary: Yet Another State Machine. Pronounced "yaz-um."
|