rally_rest_api 1.0.1 → 1.0.2
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/CHANGELOG.txt +3 -0
- data/lib/rally_rest_api/rest_builder.rb +2 -1
- data/lib/rally_rest_api/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
2010-08-03 Alan Brockett <abrockett@rallydev.com>
|
|
2
|
+
* lib/rally_rest_api/rest_builder.rb: added :artifacts and :change_sets to COLLECTION_TYPES
|
|
3
|
+
|
|
1
4
|
2010-01-07 Alan Brockett <abrockett@rallydev.com>
|
|
2
5
|
* Removed puts from rest_builder.rb
|
|
3
6
|
* Rewrote underscore method in rest_object.rb to correctly handle strings like CQDefectID
|
|
@@ -199,7 +199,8 @@ class RestBuilder # :nodoc:
|
|
|
199
199
|
end
|
|
200
200
|
|
|
201
201
|
|
|
202
|
-
COLLECTION_TYPES = [:tags, :dependents, :dependencies, :defects, :duplicates, :children,
|
|
202
|
+
COLLECTION_TYPES = [:tags, :dependents, :dependencies, :defects, :duplicates, :children,
|
|
203
|
+
:predecessors, :test_cases, :artifacts, :change_sets]
|
|
203
204
|
def collection_type?(type)
|
|
204
205
|
COLLECTION_TYPES.include?(type)
|
|
205
206
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rally_rest_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bob Cotton
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-
|
|
12
|
+
date: 2010-08-03 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|