rally_rest_api 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -139,6 +139,7 @@ class RestBuilder # :nodoc:
139
139
  http = Net::HTTP.new(url.host, url.port, proxy.host, proxy.port, proxy.user, proxy.password)
140
140
  http.use_ssl = true if url.scheme == "https"
141
141
  http.verify_mode = OpenSSL::SSL::VERIFY_NONE
142
+ http.ssl_version = "SSLv3"
142
143
  http.read_timeout = 300
143
144
  debug "RestBuilder#send_request req = #{req.inspect} -- #{url}"
144
145
  response = http.start { |http| http.request(req) }
@@ -2,7 +2,7 @@ module RallyRestVersion #:nodoc:
2
2
  module LIBRARY_VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,25 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rally_rest_api
3
- version: !ruby/object:Gem::Version
4
- version: 1.0.5
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 6
10
+ version: 1.0.6
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Bob Cotton
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-11-01 00:00:00.000000000Z
17
+
18
+ date: 2013-04-11 00:00:00 Z
13
19
  dependencies: []
14
- description: ''
20
+
21
+ description: ""
15
22
  email: bob.cotton@rallydev.com
16
23
  executables: []
24
+
17
25
  extensions: []
18
- extra_rdoc_files:
26
+
27
+ extra_rdoc_files:
19
28
  - CHANGELOG.txt
20
29
  - History.txt
21
30
  - README.txt
22
- files:
31
+ files:
23
32
  - CHANGELOG.txt
24
33
  - History.txt
25
34
  - Manifest.txt
@@ -60,28 +69,37 @@ files:
60
69
  - tasks/test.rake
61
70
  homepage: http://rally-rest-api.rubyforge.org/rally_rest_api
62
71
  licenses: []
72
+
63
73
  post_install_message:
64
- rdoc_options:
74
+ rdoc_options:
65
75
  - --main
66
76
  - README.txt
67
- require_paths:
77
+ require_paths:
68
78
  - lib
69
- required_ruby_version: !ruby/object:Gem::Requirement
79
+ required_ruby_version: !ruby/object:Gem::Requirement
70
80
  none: false
71
- requirements:
72
- - - ! '>='
73
- - !ruby/object:Gem::Version
74
- version: '0'
75
- required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
87
+ version: "0"
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
89
  none: false
77
- requirements:
78
- - - ! '>='
79
- - !ruby/object:Gem::Version
80
- version: '0'
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ hash: 3
94
+ segments:
95
+ - 0
96
+ version: "0"
81
97
  requirements: []
98
+
82
99
  rubyforge_project: rally-rest-api
83
- rubygems_version: 1.8.6
100
+ rubygems_version: 1.8.24
84
101
  signing_key:
85
102
  specification_version: 3
86
103
  summary: A Ruby interface to the Rally REST API
87
104
  test_files: []
105
+