rally_api 0.9.24 → 0.9.25

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a94ff676615ddfe1c0e2abcae01d8fbb25075a6
4
- data.tar.gz: 933a57d3a8cb13f022d05d19df555ed656bfe967
3
+ metadata.gz: c97d9fae3df897057f75804abbf772c5112ad567
4
+ data.tar.gz: 50f0ff82c855619e78e50dcd6868a3dc58df5b0f
5
5
  SHA512:
6
- metadata.gz: 528aa016053f25d9dce4d33c0caf2f644e30eec60b6bd294d638f5bbc15eecbfb7c827c4cfac32daef99d2c1cd219b458aa2133f8d7bd9ff3d2ed4c08d4cac4b
7
- data.tar.gz: 6bfa9455f834e871f92eeee3b3945c78b2214bc83ee2985f848f19f99cab60330e34b5b75ba8e9edc85f2f0d2e4eac92e65db92dc892944db5a89bda875a91b8
6
+ metadata.gz: 7f8aa6bdb5942c83ea78249ababd1fd5bca6c28cfe6d7f811ee74c0b9b817b46a0ac6d3a000cb88c162061b3bfb962f340b19c454605ebdf99e09a2ba83f4eaf
7
+ data.tar.gz: 287c379896d12f03c440c32afea34a42cad884e024151dd54f124ab70c7516e269963d70c3479fb341e25e3201085f4c1c807c3e5a01732f73ed9651dedd38f9
@@ -25,7 +25,7 @@ module RallyAPI
25
25
  # query_hash[:limit] <br>
26
26
 
27
27
  class RallyQuery
28
- attr_accessor :type, :query_string, :fetch, :workspace, :project, :project_scope_up, :project_scope_down, :search
28
+ attr_accessor :type, :query_string, :fetch, :workspace, :project, :project_scope_up, :project_scope_down, :search, :types
29
29
  attr_accessor :order, :page_size, :limit
30
30
 
31
31
  alias :pagesize :page_size
@@ -51,6 +51,7 @@ module RallyAPI
51
51
  query_params[:order] = @order unless @order.nil?
52
52
  query_params[:pagesize] = @page_size unless @page_size.nil?
53
53
  query_params[:search] = @search unless @search.nil?
54
+ query_params[:types] = @types unless @types.nil?
54
55
 
55
56
  query_params
56
57
  end
@@ -4,5 +4,5 @@
4
4
  #of the applicable Subscription Agreement between your company and
5
5
  #Rally Software Development Corp.
6
6
  module RallyAPI
7
- VERSION = "0.9.24"
7
+ VERSION = "0.9.25"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rally_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.24
4
+ version: 0.9.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-23 00:00:00.000000000 Z
11
+ date: 2013-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient