http 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +6 -0
- data/lib/http/version.rb +1 -1
- metadata +4 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dc204ae6f2c91cf31abb8704b2ca61ffde46eaf
|
4
|
+
data.tar.gz: 0daaaf5280369bb67b9c0fa457e89617d6c44c07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a120df1c2722cdb5e2021f4c5022c81096d8014f0b78a932335127b7a9c721a7ace19cd64afc5c65846ebd1d890f3db0203e474c248752b693d6775986a32b90
|
7
|
+
data.tar.gz: bfbbcde564743cb8e30147ed58a19f6ae154d6bdd512e106334ce4d8bb4f4c2bd101170f4acb72259896d3a37f64ffed206e9d52e1807d42755732d569759e6d
|
data/CHANGES.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
## 0.7.4 (2015-03-31)
|
2
|
+
|
3
|
+
* Re-packed and re-released gem with correct file permissions.
|
4
|
+
|
5
|
+
|
1
6
|
## 0.7.3 (2015-03-24)
|
2
7
|
|
3
8
|
* SECURITY FIX: http.rb failed to call the #post_connection_check method
|
@@ -5,6 +10,7 @@
|
|
5
10
|
without it http.rb was vulnerable to MitM attacks. The problem was
|
6
11
|
corrected by calling #post_connection_check (CVE-2015-1828)
|
7
12
|
|
13
|
+
|
8
14
|
## 0.7.2 (2015-03-02)
|
9
15
|
|
10
16
|
* Swap from `form_data` to `http-form_data` (changed gem name).
|
data/lib/http/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Arcieri
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-03-
|
13
|
+
date: 2015-03-31 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: http_parser.rb
|
@@ -147,39 +147,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
version: '0'
|
148
148
|
requirements: []
|
149
149
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.
|
150
|
+
rubygems_version: 2.2.2
|
151
151
|
signing_key:
|
152
152
|
specification_version: 4
|
153
153
|
summary: HTTP should be easy
|
154
|
-
test_files:
|
155
|
-
- spec/lib/http/client_spec.rb
|
156
|
-
- spec/lib/http/content_type_spec.rb
|
157
|
-
- spec/lib/http/headers/mixin_spec.rb
|
158
|
-
- spec/lib/http/headers_spec.rb
|
159
|
-
- spec/lib/http/options/body_spec.rb
|
160
|
-
- spec/lib/http/options/form_spec.rb
|
161
|
-
- spec/lib/http/options/headers_spec.rb
|
162
|
-
- spec/lib/http/options/json_spec.rb
|
163
|
-
- spec/lib/http/options/merge_spec.rb
|
164
|
-
- spec/lib/http/options/new_spec.rb
|
165
|
-
- spec/lib/http/options/proxy_spec.rb
|
166
|
-
- spec/lib/http/options_spec.rb
|
167
|
-
- spec/lib/http/redirector_spec.rb
|
168
|
-
- spec/lib/http/request/writer_spec.rb
|
169
|
-
- spec/lib/http/request_spec.rb
|
170
|
-
- spec/lib/http/response/body_spec.rb
|
171
|
-
- spec/lib/http/response/status_spec.rb
|
172
|
-
- spec/lib/http/response_spec.rb
|
173
|
-
- spec/lib/http_spec.rb
|
174
|
-
- spec/spec_helper.rb
|
175
|
-
- spec/support/black_hole.rb
|
176
|
-
- spec/support/capture_warning.rb
|
177
|
-
- spec/support/create_certs.rb
|
178
|
-
- spec/support/dummy_server.rb
|
179
|
-
- spec/support/dummy_server/servlet.rb
|
180
|
-
- spec/support/example_server.rb
|
181
|
-
- spec/support/example_server/servlet.rb
|
182
|
-
- spec/support/proxy_server.rb
|
183
|
-
- spec/support/servers/config.rb
|
184
|
-
- spec/support/servers/runner.rb
|
154
|
+
test_files: []
|
185
155
|
has_rdoc:
|