accept_language 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0ab90b33cf7595d9009aff633cd9bd812a4be94c9192f79b31713c05e1e7306
4
- data.tar.gz: c5520587db201a89994e3fcc4b4cb9211c1f32fa8361fbf0c900dedbf2b7d5b6
3
+ metadata.gz: b11fea4a7a3262650b99495e1c9aa439af23adcd6ee98d39d846da9620a78a9f
4
+ data.tar.gz: a3ec55cb2efe5010f3573c705efc8db8484f5c030601ef79449dac2f8b6f33a2
5
5
  SHA512:
6
- metadata.gz: bfc609d573a6febdf82e00fab5513f18aacc7746ed11f9e4c4200bdb7e82ec65a98764145fb9c0193e9af204b69f9f25842c6cccdfb1f85cfb042bd434f11cfe
7
- data.tar.gz: 067ae6e1d8e55bce2de8477122bb93006c54582bb63450ce392d7776ebe3e38c8e02cdaf6e6e1aafe46fece34f84c429a0ba74cd95ed2f004e04c5c8a66ddbfe
6
+ metadata.gz: fbbc0e08602b830df08542cb9cb086ba3e29601e7c0a34ae5f16b82705d43b9c13c27feba43fefa20788221a3b0e96a38b29563386ab9c0e31625c645006d606
7
+ data.tar.gz: 83a7217e62abb08b612593ea11009f9ea3519d1a51a5ac9da82e9afcdf3018ce92df156d7510674c924340019c779b24934cedcf504e58effcab44724b157cae
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The MIT License
2
2
 
3
- Copyright (c) 2019-2023 Cyril Kato
3
+ Copyright (c) 2019-2024 Cyril Kato
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -16,8 +16,6 @@ Whether you're building a multilingual web application or just trying to make yo
16
16
  [![RuboCop](https://github.com/cyril/accept_language.rb/workflows/RuboCop/badge.svg?branch=main)](https://github.com/cyril/accept_language.rb/actions?query=workflow%3Arubocop+branch%3Amain)
17
17
  [![License](https://img.shields.io/github/license/cyril/accept_language.rb?label=License&logo=github)](https://github.com/cyril/accept_language.rb/raw/main/LICENSE.md)
18
18
 
19
- ## Why this tool?
20
-
21
19
  ## Why Choose Accept Language?
22
20
 
23
21
  There are a myriad of tools out there, so why should you consider Accept Language for your next project? Here's why:
@@ -91,5 +91,3 @@ module AcceptLanguage
91
91
  end
92
92
  end
93
93
  end
94
-
95
- require "set"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accept_language
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parses the Accept-Language header from an HTTP request and produces a
14
14
  hash of languages and qualities.
@@ -35,14 +35,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
35
35
  requirements:
36
36
  - - ">="
37
37
  - !ruby/object:Gem::Version
38
- version: 3.1.4
38
+ version: 3.2.2
39
39
  required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubygems_version: 3.3.26
45
+ rubygems_version: 3.4.22
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: "Parser for Accept-Language request HTTP header \U0001F310"