rest-client 1.8.0.rc1-x64-mingw32 → 1.8.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/history.md +12 -0
  3. data/lib/restclient/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 080cbd3a97210408b3348c5890b6c18f2317627b
4
- data.tar.gz: 643e9f2417da7a64d0bc5b1bf2640869a0954265
3
+ metadata.gz: 08a122cfb1fffbfdd61a1f9ae580a339bd6cde8f
4
+ data.tar.gz: b7613f419e6b3b4ddb365f180b748754591d4251
5
5
  SHA512:
6
- metadata.gz: 1d4f206852637688546887a0bd35d977134002e4dae1d9ab5edc003c316024e2244fdc521a33dea34dd7f9f23e1d1209f5dd1d94bcffcb9646b62989b058123b
7
- data.tar.gz: 709ac12e58ee9889d3e5cda11db54061ebda06ca2112e8a2ce02d768b5e2b2dfe244a77b42fa73ffd06bb395d68f5511f229cdfbcb9e1aea867615f18f001e6d
6
+ metadata.gz: 3cc9baab826a6dab4ddffa811de4f28f4759577533d6b94717bc05bee0752a83ae7ca2d9c6df4177b4c6fc500b248e6e7f82d488a9c55195e14043dff937e8f1
7
+ data.tar.gz: afcc714aff25abd2a55891c40d86b65aa8b02b4b77ef10cb5974e843dad4b7dee0102b8cfb94d45f2a18614ed899e8743c82b2694c1142b58edbaeb3440256bd
data/history.md CHANGED
@@ -1,3 +1,15 @@
1
+ # 1.8.0
2
+
3
+ - Security: implement standards compliant cookie handling by adding a
4
+ dependency on http-cookie. This breaks compatibility, but was necessary to
5
+ address a session fixation / cookie disclosure vulnerability.
6
+ (#369 / CVE-2015-1820)
7
+
8
+ Previously, any Set-Cookie headers found in an HTTP 30x response would be
9
+ sent to the redirection target, regardless of domain. Responses now expose a
10
+ cookie jar and respect standards compliant domain / path flags in Set-Cookie
11
+ headers.
12
+
1
13
  # 1.7.3
2
14
 
3
15
  - Security: redact password in URI from logs (#349 / OSVDB-117461)
@@ -1,5 +1,5 @@
1
1
  module RestClient
2
- VERSION = '1.8.0.rc1' unless defined?(self::VERSION)
2
+ VERSION = '1.8.0' unless defined?(self::VERSION)
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0.rc1
4
+ version: 1.8.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - REST Client Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: webmock
@@ -229,9 +229,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
229
229
  version: 1.9.2
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  requirements:
232
- - - ">"
232
+ - - ">="
233
233
  - !ruby/object:Gem::Version
234
- version: 1.3.1
234
+ version: '0'
235
235
  requirements: []
236
236
  rubyforge_project:
237
237
  rubygems_version: 2.2.2