rally_rest_api 1.0.2 → 1.0.3
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/lib/rally_rest_api/rest_builder.rb +1 -1
- data/lib/rally_rest_api/version.rb +1 -1
- metadata +17 -5
|
@@ -200,7 +200,7 @@ class RestBuilder # :nodoc:
|
|
|
200
200
|
|
|
201
201
|
|
|
202
202
|
COLLECTION_TYPES = [:tags, :dependents, :dependencies, :defects, :duplicates, :children,
|
|
203
|
-
:predecessors, :test_cases, :artifacts, :
|
|
203
|
+
:predecessors, :test_cases, :artifacts, :changesets]
|
|
204
204
|
def collection_type?(type)
|
|
205
205
|
COLLECTION_TYPES.include?(type)
|
|
206
206
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rally_rest_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.0.3
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- Bob Cotton
|
|
@@ -9,7 +15,7 @@ autorequire:
|
|
|
9
15
|
bindir: bin
|
|
10
16
|
cert_chain: []
|
|
11
17
|
|
|
12
|
-
date: 2010-
|
|
18
|
+
date: 2010-09-17 00:00:00 -06:00
|
|
13
19
|
default_executable:
|
|
14
20
|
dependencies: []
|
|
15
21
|
|
|
@@ -73,21 +79,27 @@ rdoc_options:
|
|
|
73
79
|
require_paths:
|
|
74
80
|
- lib
|
|
75
81
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
|
+
none: false
|
|
76
83
|
requirements:
|
|
77
84
|
- - ">="
|
|
78
85
|
- !ruby/object:Gem::Version
|
|
86
|
+
hash: 3
|
|
87
|
+
segments:
|
|
88
|
+
- 0
|
|
79
89
|
version: "0"
|
|
80
|
-
version:
|
|
81
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
|
+
none: false
|
|
82
92
|
requirements:
|
|
83
93
|
- - ">="
|
|
84
94
|
- !ruby/object:Gem::Version
|
|
95
|
+
hash: 3
|
|
96
|
+
segments:
|
|
97
|
+
- 0
|
|
85
98
|
version: "0"
|
|
86
|
-
version:
|
|
87
99
|
requirements: []
|
|
88
100
|
|
|
89
101
|
rubyforge_project: rally-rest-api
|
|
90
|
-
rubygems_version: 1.3.
|
|
102
|
+
rubygems_version: 1.3.7
|
|
91
103
|
signing_key:
|
|
92
104
|
specification_version: 3
|
|
93
105
|
summary: A Ruby interface to the Rally REST API
|