stonepath 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/generators/stonepath/task/templates/task.rb +1 -1
- data/stonepath.gemspec +2 -2
- metadata +9 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.3
|
@@ -47,7 +47,7 @@ class <%= class_name %> < ActiveRecord::Base
|
|
47
47
|
# You can log events on Tasks by running the event log generator and uncommenting this line.
|
48
48
|
#log_events
|
49
49
|
|
50
|
-
attr_accessible :workitem, :workbench <% unless attributes.
|
50
|
+
attr_accessible :workitem, :workbench <% unless attributes.empty? %>, <% end %> <%= attributes.map { |a| ":#{a.name}" }.join(", ") %>
|
51
51
|
|
52
52
|
# you might think 'overdue' should be a state, but no, part of the stonepath
|
53
53
|
# methodology is that states should be as free of time definition as possible.
|
data/stonepath.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{stonepath}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["David Bock"]
|
12
|
-
s.date = %q{2011-01
|
12
|
+
s.date = %q{2011-02-01}
|
13
13
|
s.description = %q{Stateful workflow modeling for Rails}
|
14
14
|
s.email = %q{dbock@codesherpas.com}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stonepath
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 6
|
8
|
-
-
|
9
|
-
version: 0.6.
|
9
|
+
- 3
|
10
|
+
version: 0.6.3
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- David Bock
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2011-01
|
18
|
+
date: 2011-02-01 00:00:00 -05:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
@@ -25,6 +26,7 @@ dependencies:
|
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
27
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 7
|
28
30
|
segments:
|
29
31
|
- 3
|
30
32
|
- 0
|
@@ -40,6 +42,7 @@ dependencies:
|
|
40
42
|
requirements:
|
41
43
|
- - ">="
|
42
44
|
- !ruby/object:Gem::Version
|
45
|
+
hash: 7
|
43
46
|
segments:
|
44
47
|
- 2
|
45
48
|
- 2
|
@@ -55,6 +58,7 @@ dependencies:
|
|
55
58
|
requirements:
|
56
59
|
- - ">="
|
57
60
|
- !ruby/object:Gem::Version
|
61
|
+
hash: 23
|
58
62
|
segments:
|
59
63
|
- 0
|
60
64
|
- 3
|
@@ -153,6 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
153
157
|
requirements:
|
154
158
|
- - ">="
|
155
159
|
- !ruby/object:Gem::Version
|
160
|
+
hash: 3
|
156
161
|
segments:
|
157
162
|
- 0
|
158
163
|
version: "0"
|
@@ -161,6 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
166
|
requirements:
|
162
167
|
- - ">="
|
163
168
|
- !ruby/object:Gem::Version
|
169
|
+
hash: 3
|
164
170
|
segments:
|
165
171
|
- 0
|
166
172
|
version: "0"
|