http-accept 1.0.0 → 1.0.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 +4 -4
- data/.travis.yml +1 -0
- data/Gemfile +5 -0
- data/README.md +4 -0
- data/lib/http/accept/quoted_string.rb +1 -1
- data/lib/http/accept/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02b776cfc42af7c6a5cf36d154a76372a1190088
|
4
|
+
data.tar.gz: 17e40217b15891a3ab68a9a8262687104a826ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7abab3f7a1543dccffb606f0ca0136eeaebacb132d569abf614ba94469a9327c943972bb75860484b7a1d528476326760e5b4ea024ee18137972b99901c47bdb
|
7
|
+
data.tar.gz: 46609f96228bb2b0608b086fcf6bfdcff40b3cb0b2074cbbd8383ad01e88dc229982c2a89bfd6a108e8a035ab0dbab13479c684900ecc002475ffe3f269cc55c
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -4,6 +4,10 @@ Provides a robust set of parsers for dealing with Accept and Accept-Language HTT
|
|
4
4
|
|
5
5
|
Current `Accept-Encoding:` and `Accept-Charset:` are not supported. This is because they are not particularly useful headers, but PRs are welcome.
|
6
6
|
|
7
|
+
[](http://travis-ci.org/ioquatix/http-accept)
|
8
|
+
[](https://codeclimate.com/github/ioquatix/http-accept)
|
9
|
+
[](https://coveralls.io/r/ioquatix/http-accept)
|
10
|
+
|
7
11
|
## Installation
|
8
12
|
|
9
13
|
Add this line to your application's Gemfile:
|
data/lib/http/accept/version.rb
CHANGED