accept_language 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/VERSION.semver +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f11751ccc41b4dd0f83276811170a92334f4a75d91a83625d2cbf6c8228d33c
4
- data.tar.gz: '085e80960073dcc0deb11bd757be3ba8434c4179bc07762569359818bde7f7f8'
3
+ metadata.gz: 3142222cf1c1e744eb2cca5dd3b023b886b4ea048d65803db47966f009e999d8
4
+ data.tar.gz: c5f9cbffdac71ed1cab9db74935a83f2f4f2e222ec0a1c0916fd8e396a5f3ad9
5
5
  SHA512:
6
- metadata.gz: 46b6c93a09033fb6a3403afa7f695ce4096d9ccc7ec349a34ee14cf6afa16b1cfeb364566499f4256e589097c695b1250ac213ec45909cdf022ce09644da6651
7
- data.tar.gz: 6d3d4ca17ec59d2a314173b7cde013782d4ebe6b4605171319d18935bc41da7d8af0665af21f6fb6479acdb07e4d808684cf4c668a0e2b58d6bca46b9f2a09d2
6
+ metadata.gz: 7b5b728adb53b60438034e047c7264f34c1cedcfc1e8cbc6a82cc7abfa5ea8d0d9cbe7c838596f38f1cd284c3cfeb5f0858027d083f8aa0870b0e7184d5ed181
7
+ data.tar.gz: f45a8dae464de3d5f5e70feefec06560c4165078276053e90c3458e72a1584d253316c6d6b21f886068b69b02bfec877d2d8df11c20af3833590c6dc18b2fbc9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- accept_language (0.1.0)
4
+ accept_language (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -5,8 +5,8 @@ A tiny library for parsing the `Accept-Language` header from browsers (as define
5
5
  ## Status
6
6
 
7
7
  [![Gem Version](https://badge.fury.io/rb/accept_language.svg)](https://badge.fury.io/rb/accept_language)
8
- [![TravisCI](https://travis-ci.org/cyril/accept_language.svg?branch=master)](https://travis-ci.org/cyril/accept_language)
9
- [![Inline Docs](https://inch-ci.org/github/cyril/accept_language.svg)](https://inch-ci.org/github/cyril/accept_language)
8
+ [![TravisCI](https://travis-ci.org/cyril/accept_language.rb.svg?branch=master)](https://travis-ci.org/cyril/accept_language.rb)
9
+ [![Inline Docs](https://inch-ci.org/github/cyril/accept_language.rb.svg)](https://inch-ci.org/github/cyril/accept_language.rb)
10
10
 
11
11
  ## Installation
12
12
 
@@ -52,7 +52,7 @@ AcceptLanguage.intersection('fr;q=0, zh;q=0.4', :fr) # => nil
52
52
 
53
53
  ## Contributing
54
54
 
55
- Bug reports and pull requests are welcome on GitHub at https://github.com/cyril/accept_language. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/cyril/accept_language.rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
56
56
 
57
57
  ## Versioning
58
58
 
@@ -64,4 +64,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
64
64
 
65
65
  ## Code of Conduct
66
66
 
67
- Everyone interacting in the AcceptLanguage project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/cyril/accept_language/blob/master/CODE_OF_CONDUCT.md).
67
+ Everyone interacting in the AcceptLanguage project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/cyril/accept_language.rb/blob/master/CODE_OF_CONDUCT.md).
data/VERSION.semver CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accept_language
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato