rally_api 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ module RallyAPI
23
23
  @logger = nil
24
24
 
25
25
  @rally_http_client = HTTPClient.new
26
+ @rally_http_client.protocol_retry_count = 2
26
27
  @rally_http_client.cookie_manager = nil #leaving this off unitl JSESSION/ZESSSIONID settles down
27
28
  @rally_http_client.receive_timeout = 300
28
29
  @rally_http_client.send_timeout = 300
@@ -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.8.3"
7
+ VERSION = "0.8.4"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rally_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000Z
12
+ date: 2013-01-04 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httpclient
16
- requirement: &70159398715460 !ruby/object:Gem::Requirement
16
+ requirement: &70315913038020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 2.2.4
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70159398715460
24
+ version_requirements: *70315913038020
25
25
  description: API wrapper for Rally's JSON REST web services api
26
26
  email:
27
27
  - dsmith@rallydev.com