pivotal-tracker-fox 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +17 -0
  5. data/Gemfile.lock +57 -0
  6. data/LICENSE +20 -0
  7. data/README.rdoc +82 -0
  8. data/Rakefile +46 -0
  9. data/VERSION +1 -0
  10. data/lib/pivotal-tracker.rb +40 -0
  11. data/lib/pivotal-tracker/activity.rb +45 -0
  12. data/lib/pivotal-tracker/attachment.rb +16 -0
  13. data/lib/pivotal-tracker/client.rb +81 -0
  14. data/lib/pivotal-tracker/extensions.rb +11 -0
  15. data/lib/pivotal-tracker/iteration.rb +40 -0
  16. data/lib/pivotal-tracker/membership.rb +20 -0
  17. data/lib/pivotal-tracker/note.rb +58 -0
  18. data/lib/pivotal-tracker/project.rb +94 -0
  19. data/lib/pivotal-tracker/proxy.rb +64 -0
  20. data/lib/pivotal-tracker/story.rb +157 -0
  21. data/lib/pivotal-tracker/task.rb +71 -0
  22. data/lib/pivotal-tracker/validation.rb +69 -0
  23. data/lib/pivotal_tracker.rb +2 -0
  24. data/pivotal-tracker.gemspec +131 -0
  25. data/spec/fixtures/activity.xml +177 -0
  26. data/spec/fixtures/bugs.xml +279 -0
  27. data/spec/fixtures/created_note.xml +14 -0
  28. data/spec/fixtures/created_story.xml +14 -0
  29. data/spec/fixtures/features.xml +293 -0
  30. data/spec/fixtures/iterations_all.xml +243 -0
  31. data/spec/fixtures/iterations_backlog.xml +166 -0
  32. data/spec/fixtures/iterations_current.xml +48 -0
  33. data/spec/fixtures/iterations_current_backlog.xml +211 -0
  34. data/spec/fixtures/iterations_done.xml +34 -0
  35. data/spec/fixtures/memberships.xml +42 -0
  36. data/spec/fixtures/notes.xml +33 -0
  37. data/spec/fixtures/project.xml +53 -0
  38. data/spec/fixtures/project_activity.xml +177 -0
  39. data/spec/fixtures/projects.xml +107 -0
  40. data/spec/fixtures/stale_fish.yml +167 -0
  41. data/spec/fixtures/stories.xml +293 -0
  42. data/spec/fixtures/story-4459994.xml +37 -0
  43. data/spec/fixtures/story-4460038.xml +46 -0
  44. data/spec/fixtures/story-4460598.xml +32 -0
  45. data/spec/fixtures/story-4473735.xml +48 -0
  46. data/spec/fixtures/tasks.xml +24 -0
  47. data/spec/fixtures/update_tasks.xml +8 -0
  48. data/spec/pivotal-tracker/activity_spec.rb +32 -0
  49. data/spec/pivotal-tracker/attachment_spec.rb +62 -0
  50. data/spec/pivotal-tracker/client_spec.rb +148 -0
  51. data/spec/pivotal-tracker/iteration_spec.rb +76 -0
  52. data/spec/pivotal-tracker/membership_spec.rb +20 -0
  53. data/spec/pivotal-tracker/note_spec.rb +61 -0
  54. data/spec/pivotal-tracker/project_spec.rb +98 -0
  55. data/spec/pivotal-tracker/story_spec.rb +247 -0
  56. data/spec/pivotal-tracker/task_spec.rb +33 -0
  57. data/spec/spec.opts +1 -0
  58. data/spec/spec_helper.rb +46 -0
  59. data/spec/support/stale_fish_fixtures.rb +71 -0
  60. metadata +287 -0
@@ -0,0 +1,166 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">4</id>
5
+ <number type="integer">4</number>
6
+ <start type="datetime">2010/08/02 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/08/09 05:00:00 UTC</finish>
8
+ <team_strength type="float">1</team_strength>
9
+ <stories type="array">
10
+ <story>
11
+ <id type="integer">4460038</id>
12
+ <project_id type="integer">102622</project_id>
13
+ <story_type>feature</story_type>
14
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
15
+ <estimate type="integer">1</estimate>
16
+ <current_state>unstarted</current_state>
17
+ <description>This is a story that has comments.</description>
18
+ <name>This is for comments</name>
19
+ <requested_by>Jon Mischo</requested_by>
20
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
21
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
22
+ <notes type="array">
23
+ <note>
24
+ <id type="integer">2111593</id>
25
+ <text>This is a comment...whee!</text>
26
+ <author>Jon</author>
27
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
28
+ </note>
29
+ <note>
30
+ <id type="integer">2128955</id>
31
+ <text>Test note</text>
32
+ <author>Test Suite Access</author>
33
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
34
+ </note>
35
+ <note>
36
+ <id type="integer">2128959</id>
37
+ <text>Test note</text>
38
+ <author>Test Suite Access</author>
39
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
40
+ </note>
41
+ <note>
42
+ <id type="integer">2129077</id>
43
+ <text>Test note</text>
44
+ <author>Test Suite Access</author>
45
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
46
+ </note>
47
+ <note>
48
+ <id type="integer">2129374</id>
49
+ <text>Test note</text>
50
+ <author>Test Suite Access</author>
51
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
52
+ </note>
53
+ </notes>
54
+ </story>
55
+ </stories>
56
+ </iteration>
57
+ <iteration>
58
+ <id type="integer">5</id>
59
+ <number type="integer">5</number>
60
+ <start type="datetime">2010/08/09 05:00:00 UTC</start>
61
+ <finish type="datetime">2010/08/16 05:00:00 UTC</finish>
62
+ <team_strength type="float">1</team_strength>
63
+ <stories type="array">
64
+ <story>
65
+ <id type="integer">4460598</id>
66
+ <project_id type="integer">102622</project_id>
67
+ <story_type>feature</story_type>
68
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
69
+ <estimate type="integer">3</estimate>
70
+ <current_state>unstarted</current_state>
71
+ <description>This story has attachments.</description>
72
+ <name>Story with attachments</name>
73
+ <requested_by>Jon Mischo</requested_by>
74
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
75
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
76
+ <attachments type="array">
77
+ <attachment>
78
+ <id type="integer">491576</id>
79
+ <filename>LICENSE</filename>
80
+ <description></description>
81
+ <uploaded_by>Jon</uploaded_by>
82
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
83
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
84
+ </attachment>
85
+ <attachment>
86
+ <id type="integer">493019</id>
87
+ <filename>README.rdoc</filename>
88
+ <description>README file from api gem</description>
89
+ <uploaded_by>Jon</uploaded_by>
90
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
91
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
92
+ </attachment>
93
+ </attachments>
94
+ </story>
95
+ </stories>
96
+ </iteration>
97
+ <iteration>
98
+ <id type="integer">6</id>
99
+ <number type="integer">6</number>
100
+ <start type="datetime">2010/08/16 05:00:00 UTC</start>
101
+ <finish type="datetime">2010/08/23 05:00:00 UTC</finish>
102
+ <team_strength type="float">1</team_strength>
103
+ <stories type="array">
104
+ <story>
105
+ <id type="integer">4473735</id>
106
+ <project_id type="integer">102622</project_id>
107
+ <story_type>feature</story_type>
108
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
109
+ <estimate type="integer">1</estimate>
110
+ <current_state>unstarted</current_state>
111
+ <description></description>
112
+ <name>Attachment upload test story</name>
113
+ <requested_by>Jon</requested_by>
114
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
115
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
116
+ <attachments type="array">
117
+ <attachment>
118
+ <id type="integer">495851</id>
119
+ <filename>LICENSE</filename>
120
+ <description></description>
121
+ <uploaded_by>Test Suite Access</uploaded_by>
122
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
123
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
124
+ </attachment>
125
+ <attachment>
126
+ <id type="integer">495856</id>
127
+ <filename>LICENSE</filename>
128
+ <description></description>
129
+ <uploaded_by>Test Suite Access</uploaded_by>
130
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
131
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
132
+ </attachment>
133
+ <attachment>
134
+ <id type="integer">495858</id>
135
+ <filename>LICENSE</filename>
136
+ <description></description>
137
+ <uploaded_by>Test Suite Access</uploaded_by>
138
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
139
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
140
+ </attachment>
141
+ <attachment>
142
+ <id type="integer">495863</id>
143
+ <filename>LICENSE</filename>
144
+ <description></description>
145
+ <uploaded_by>Test Suite Access</uploaded_by>
146
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
147
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
148
+ </attachment>
149
+ </attachments>
150
+ </story>
151
+ <story>
152
+ <id type="integer">4490874</id>
153
+ <project_id type="integer">102622</project_id>
154
+ <story_type>feature</story_type>
155
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
156
+ <estimate type="integer">0</estimate>
157
+ <current_state>unstarted</current_state>
158
+ <description></description>
159
+ <name>Movable Story</name>
160
+ <requested_by>Test Suite Access</requested_by>
161
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
162
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
163
+ </story>
164
+ </stories>
165
+ </iteration>
166
+ </iterations>
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">3</id>
5
+ <number type="integer">3</number>
6
+ <start type="datetime">2010/07/26 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/08/02 05:00:00 UTC</finish>
8
+ <team_strength type="float">0.75</team_strength>
9
+ <stories type="array">
10
+ <story>
11
+ <id type="integer">4459994</id>
12
+ <project_id type="integer">102622</project_id>
13
+ <story_type>feature</story_type>
14
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
15
+ <estimate type="integer">2</estimate>
16
+ <current_state>unstarted</current_state>
17
+ <description>Generic description</description>
18
+ <name>Tasks Test</name>
19
+ <requested_by>Jon Mischo</requested_by>
20
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
21
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
22
+ <tasks type="array">
23
+ <task>
24
+ <id type="integer">468113</id>
25
+ <description>Task number 1</description>
26
+ <position>1</position>
27
+ <complete>false</complete>
28
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
29
+ </task>
30
+ <task>
31
+ <id type="integer">468114</id>
32
+ <description>Number 2 Task</description>
33
+ <position>2</position>
34
+ <complete>false</complete>
35
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
36
+ </task>
37
+ <task>
38
+ <id type="integer">468117</id>
39
+ <description>3rd task is a charm</description>
40
+ <position>3</position>
41
+ <complete>true</complete>
42
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
43
+ </task>
44
+ </tasks>
45
+ </story>
46
+ </stories>
47
+ </iteration>
48
+ </iterations>
@@ -0,0 +1,211 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">3</id>
5
+ <number type="integer">3</number>
6
+ <start type="datetime">2010/07/26 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/08/02 05:00:00 UTC</finish>
8
+ <team_strength type="float">1</team_strength>
9
+ <stories type="array">
10
+ <story>
11
+ <id type="integer">4459994</id>
12
+ <project_id type="integer">102622</project_id>
13
+ <story_type>feature</story_type>
14
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
15
+ <estimate type="integer">2</estimate>
16
+ <current_state>unstarted</current_state>
17
+ <description>Generic description</description>
18
+ <name>Tasks Test</name>
19
+ <requested_by>Jon Mischo</requested_by>
20
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
21
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
22
+ <tasks type="array">
23
+ <task>
24
+ <id type="integer">468113</id>
25
+ <description>Task number 1</description>
26
+ <position>1</position>
27
+ <complete>false</complete>
28
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
29
+ </task>
30
+ <task>
31
+ <id type="integer">468114</id>
32
+ <description>Number 2 Task</description>
33
+ <position>2</position>
34
+ <complete>false</complete>
35
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
36
+ </task>
37
+ <task>
38
+ <id type="integer">468117</id>
39
+ <description>3rd task is a charm</description>
40
+ <position>3</position>
41
+ <complete>true</complete>
42
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
43
+ </task>
44
+ </tasks>
45
+ </story>
46
+ </stories>
47
+ </iteration>
48
+ <iteration>
49
+ <id type="integer">4</id>
50
+ <number type="integer">4</number>
51
+ <start type="datetime">2010/08/02 05:00:00 UTC</start>
52
+ <finish type="datetime">2010/08/09 05:00:00 UTC</finish>
53
+ <team_strength type="float">1</team_strength>
54
+ <stories type="array">
55
+ <story>
56
+ <id type="integer">4460038</id>
57
+ <project_id type="integer">102622</project_id>
58
+ <story_type>feature</story_type>
59
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
60
+ <estimate type="integer">1</estimate>
61
+ <current_state>unstarted</current_state>
62
+ <description>This is a story that has comments.</description>
63
+ <name>This is for comments</name>
64
+ <requested_by>Jon Mischo</requested_by>
65
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
66
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
67
+ <notes type="array">
68
+ <note>
69
+ <id type="integer">2111593</id>
70
+ <text>This is a comment...whee!</text>
71
+ <author>Jon</author>
72
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
73
+ </note>
74
+ <note>
75
+ <id type="integer">2128955</id>
76
+ <text>Test note</text>
77
+ <author>Test Suite Access</author>
78
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
79
+ </note>
80
+ <note>
81
+ <id type="integer">2128959</id>
82
+ <text>Test note</text>
83
+ <author>Test Suite Access</author>
84
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
85
+ </note>
86
+ <note>
87
+ <id type="integer">2129077</id>
88
+ <text>Test note</text>
89
+ <author>Test Suite Access</author>
90
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
91
+ </note>
92
+ <note>
93
+ <id type="integer">2129374</id>
94
+ <text>Test note</text>
95
+ <author>Test Suite Access</author>
96
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
97
+ </note>
98
+ </notes>
99
+ </story>
100
+ </stories>
101
+ </iteration>
102
+ <iteration>
103
+ <id type="integer">5</id>
104
+ <number type="integer">5</number>
105
+ <start type="datetime">2010/08/09 05:00:00 UTC</start>
106
+ <finish type="datetime">2010/08/16 05:00:00 UTC</finish>
107
+ <team_strength type="float">1</team_strength>
108
+ <stories type="array">
109
+ <story>
110
+ <id type="integer">4460598</id>
111
+ <project_id type="integer">102622</project_id>
112
+ <story_type>feature</story_type>
113
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
114
+ <estimate type="integer">3</estimate>
115
+ <current_state>unstarted</current_state>
116
+ <description>This story has attachments.</description>
117
+ <name>Story with attachments</name>
118
+ <requested_by>Jon Mischo</requested_by>
119
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
120
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
121
+ <attachments type="array">
122
+ <attachment>
123
+ <id type="integer">491576</id>
124
+ <filename>LICENSE</filename>
125
+ <description></description>
126
+ <uploaded_by>Jon</uploaded_by>
127
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
128
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
129
+ </attachment>
130
+ <attachment>
131
+ <id type="integer">493019</id>
132
+ <filename>README.rdoc</filename>
133
+ <description>README file from api gem</description>
134
+ <uploaded_by>Jon</uploaded_by>
135
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
136
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
137
+ </attachment>
138
+ </attachments>
139
+ </story>
140
+ </stories>
141
+ </iteration>
142
+ <iteration>
143
+ <id type="integer">6</id>
144
+ <number type="integer">6</number>
145
+ <start type="datetime">2010/08/16 05:00:00 UTC</start>
146
+ <finish type="datetime">2010/08/23 05:00:00 UTC</finish>
147
+ <team_strength type="float">1</team_strength>
148
+ <stories type="array">
149
+ <story>
150
+ <id type="integer">4473735</id>
151
+ <project_id type="integer">102622</project_id>
152
+ <story_type>feature</story_type>
153
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
154
+ <estimate type="integer">1</estimate>
155
+ <current_state>unstarted</current_state>
156
+ <description></description>
157
+ <name>Attachment upload test story</name>
158
+ <requested_by>Jon</requested_by>
159
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
160
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
161
+ <attachments type="array">
162
+ <attachment>
163
+ <id type="integer">495851</id>
164
+ <filename>LICENSE</filename>
165
+ <description></description>
166
+ <uploaded_by>Test Suite Access</uploaded_by>
167
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
168
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
169
+ </attachment>
170
+ <attachment>
171
+ <id type="integer">495856</id>
172
+ <filename>LICENSE</filename>
173
+ <description></description>
174
+ <uploaded_by>Test Suite Access</uploaded_by>
175
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
176
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
177
+ </attachment>
178
+ <attachment>
179
+ <id type="integer">495858</id>
180
+ <filename>LICENSE</filename>
181
+ <description></description>
182
+ <uploaded_by>Test Suite Access</uploaded_by>
183
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
184
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
185
+ </attachment>
186
+ <attachment>
187
+ <id type="integer">495863</id>
188
+ <filename>LICENSE</filename>
189
+ <description></description>
190
+ <uploaded_by>Test Suite Access</uploaded_by>
191
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
192
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
193
+ </attachment>
194
+ </attachments>
195
+ </story>
196
+ <story>
197
+ <id type="integer">4490874</id>
198
+ <project_id type="integer">102622</project_id>
199
+ <story_type>feature</story_type>
200
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
201
+ <estimate type="integer">0</estimate>
202
+ <current_state>unstarted</current_state>
203
+ <description></description>
204
+ <name>Movable Story</name>
205
+ <requested_by>Test Suite Access</requested_by>
206
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
207
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
208
+ </story>
209
+ </stories>
210
+ </iteration>
211
+ </iterations>
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">1</id>
5
+ <number type="integer">1</number>
6
+ <start type="datetime">2010/07/12 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/07/19 05:00:00 UTC</finish>
8
+ <team_strength type="float">1</team_strength>
9
+ <stories type="array">
10
+ <story>
11
+ <id type="integer">4460116</id>
12
+ <project_id type="integer">102622</project_id>
13
+ <story_type>feature</story_type>
14
+ <url>http://www.pivotaltracker.com/story/show/4460116</url>
15
+ <estimate type="integer">0</estimate>
16
+ <current_state>accepted</current_state>
17
+ <description>This is a story that's finished.</description>
18
+ <name>Old, accepted story</name>
19
+ <requested_by>Jon Mischo</requested_by>
20
+ <created_at type="datetime">2010/07/27 21:58:28 UTC</created_at>
21
+ <updated_at type="datetime">2010/07/27 22:21:17 UTC</updated_at>
22
+ <accepted_at type="datetime">2010/07/18 17:00:00 UTC</accepted_at>
23
+ </story>
24
+ </stories>
25
+ </iteration>
26
+ <iteration>
27
+ <id type="integer">2</id>
28
+ <number type="integer">2</number>
29
+ <start type="datetime">2010/07/19 05:00:00 UTC</start>
30
+ <finish type="datetime">2010/07/26 05:00:00 UTC</finish>
31
+ <stories type="array">
32
+ </stories>
33
+ </iteration>
34
+ </iterations>