rallytastic 1.1.0 → 1.1.1
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/parsers/madison.rb +0 -4
- data/lib/rallytastic.rb +1 -1
- data/lib/story.rb +2 -3
- data/lib/tasks/scraper.thor +1 -0
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
data/lib/parsers/madison.rb
CHANGED
data/lib/rallytastic.rb
CHANGED
data/lib/story.rb
CHANGED
@@ -16,7 +16,7 @@ class Story
|
|
16
16
|
field :description
|
17
17
|
field :notes
|
18
18
|
field :formatted_id
|
19
|
-
field :accepted_on, :type =>
|
19
|
+
field :accepted_on, :type => DateTime
|
20
20
|
field :blocked, :type => Boolean
|
21
21
|
field :plan_estimate, :type => Integer
|
22
22
|
field :predicessor_uris, :type => Array
|
@@ -31,7 +31,6 @@ class Story
|
|
31
31
|
field :prioritized_on, :type => DateTime
|
32
32
|
field :started_on, :type => DateTime
|
33
33
|
field :completed_on, :type => DateTime
|
34
|
-
field :accepted_on, :type => DateTime
|
35
34
|
|
36
35
|
embeds_many :revisions, :inverse_of => :story
|
37
36
|
referenced_in :iteration
|
@@ -50,7 +49,7 @@ class Story
|
|
50
49
|
end
|
51
50
|
|
52
51
|
def revision_fields
|
53
|
-
[:sized_on, :prioritized_on, :started_on, :completed_on
|
52
|
+
[:sized_on, :prioritized_on, :started_on, :completed_on]
|
54
53
|
end
|
55
54
|
|
56
55
|
def revision_parser
|
data/lib/tasks/scraper.thor
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 1.1.
|
8
|
+
- 1
|
9
|
+
version: 1.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Matt Clark
|
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
152
152
|
requirements:
|
153
153
|
- - ">="
|
154
154
|
- !ruby/object:Gem::Version
|
155
|
-
hash: -
|
155
|
+
hash: -3092680236772999957
|
156
156
|
segments:
|
157
157
|
- 0
|
158
158
|
version: "0"
|