http 4.1.0 → 4.1.1

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
  SHA256:
3
- metadata.gz: 2fd67432d99ac8430c405776f6483ddb0e05d323ea9e8c18a0760936ba3c2608
4
- data.tar.gz: bfcd8f950d05342a5fe993a0b88d47cbdc6418fbeef4e13b67eefb482ece7b77
3
+ metadata.gz: c1762fba28fba17df3f1257ea7b1fab8682e21d5348b41e9a22aba977f23061d
4
+ data.tar.gz: af1584f93c3ee068274fadf006588f28bc258a797fa6ac03b506c49d43d10075
5
5
  SHA512:
6
- metadata.gz: 74790c3405ba4cd9ebe667d7e4ae61ae895bd9a67c36be057fe8dba446b8020ec74b06c77fbe904bccebcf23b307aa3a1fd85fd6ea48248abf2869069f5e109b
7
- data.tar.gz: ce21f7ca1026c690eae83f18a688bab7d5a1da6344af13865819f5da911a4ff79a0b2424a9f22a6ac605273bb825dd848171c0f555d5d4130bd7b8e137532eea
6
+ metadata.gz: 34b2c514ffa2833bb2e276503f37dead1de43e987928031597f30bf431ac1293db2ec2f72aec6afbfc12e9ece16839db5e27536df8830a0d7abfff59b8727bfc
7
+ data.tar.gz: cb5d5e41172fe3d9bf0619f1b359ff01246738c698a759f4e78e700b80c3174a0a223810ba03468a7c1300491630442698fd549e87f8a46b3bfc7f159acf9dac
data/CHANGES.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 4.1.1 (2019-03-12)
2
+
3
+ * Add `HTTP::Headers::ACCEPT_ENCODING` constant.
4
+ ([@ixti])
5
+
6
+
1
7
  ## 4.1.0 (2019-03-11)
2
8
 
3
9
  * [#533](https://github.com/httprb/http/pull/533)
@@ -33,4 +33,11 @@ Gem::Specification.new do |gem|
33
33
  gem.add_runtime_dependency "addressable", "~> 2.3"
34
34
 
35
35
  gem.add_development_dependency "bundler", "~> 2.0"
36
+
37
+ gem.metadata = {
38
+ "source_code_uri" => "https://github.com/httprb/http",
39
+ "wiki_uri" => "https://github.com/httprb/http/wiki",
40
+ "bug_tracker_uri" => "https://github.com/httprb/http/issues",
41
+ "changelog_uri" => "https://github.com/httprb/http/blob/v#{HTTP::VERSION}/CHANGES.md"
42
+ }
36
43
  end
@@ -5,6 +5,9 @@ module HTTP
5
5
  # Content-Types that are acceptable for the response.
6
6
  ACCEPT = "Accept"
7
7
 
8
+ # Content-codings that are acceptable in the response.
9
+ ACCEPT_ENCODING = "Accept-Encoding"
10
+
8
11
  # The age the object has been in a proxy cache in seconds.
9
12
  AGE = "Age"
10
13
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HTTP
4
- VERSION = "4.1.0"
4
+ VERSION = "4.1.1"
5
5
  end
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: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-03-11 00:00:00.000000000 Z
14
+ date: 2019-03-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: http_parser.rb
@@ -182,7 +182,11 @@ files:
182
182
  homepage: https://github.com/httprb/http
183
183
  licenses:
184
184
  - MIT
185
- metadata: {}
185
+ metadata:
186
+ source_code_uri: https://github.com/httprb/http
187
+ wiki_uri: https://github.com/httprb/http/wiki
188
+ bug_tracker_uri: https://github.com/httprb/http/issues
189
+ changelog_uri: https://github.com/httprb/http/blob/v4.1.1/CHANGES.md
186
190
  post_install_message:
187
191
  rdoc_options: []
188
192
  require_paths: