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 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, :predecessors, :test_cases]
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
@@ -2,7 +2,7 @@ module RallyRestVersion #:nodoc:
2
2
  module LIBRARY_VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  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.1
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-01-07 00:00:00 -07:00
12
+ date: 2010-08-03 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15