rack-user-locale 2.0.1 → 3.0.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +4 -6
  4. data/VERSION +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5bdd7bdbf4fcd6dcf35a7be940952259138fad63171a7f3d5ac35a60030c6e4
4
- data.tar.gz: a65fab6e746f65fd028015cacabc77a859409a00597f577353817266d8326547
3
+ metadata.gz: feae08f0e5445e85e57b96511c703ce1127b4c528c53c5e9a1c7e1a38cf8f4e2
4
+ data.tar.gz: 61c0c80ee9e5994df7047a589069e850c4cef3e553fc7abfd9e4b44b450fac8d
5
5
  SHA512:
6
- metadata.gz: 8fbc86084cacf650ffaaec3c33785fd85fa5a72c8d46b903f428842b433c3bf0d67226ac04dadf19d5a66ebfca7d26bad77b770fa9a9274f2a14e7215867837f
7
- data.tar.gz: 1bfc6f3ec1715c544346dd1d7fc7110cfcbac02a7241f50be1f6a275cd5b56a45f7c9f88b42f9b12ad1533d010ac40c897e9cacd01a55a8c6094f2c30e71b97b
6
+ metadata.gz: 4e6075e07053060e30bfd65209d11b9efa389422b41677b543df0f8141a358fb010caaeead300b4e4eba82161b9b4a79c37c2b29c25bf4e3ab25752c4cd71c8d
7
+ data.tar.gz: 7139ff7505d457564b762914b506dc557c90fc086085c6db22c93ce1f96aea39c62459590b27105c795fe02271f2eed8ca3ce2688f2ee4ba905c77175298edd6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 Technical Panda Ltd
1
+ Copyright (c) 2023 Technical Panda Ltd
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -7,18 +7,16 @@ A Rack module for getting and setting a user's locale via a cookie or browser de
7
7
 
8
8
  ## Requirements
9
9
 
10
- * Ruby >= 2.7
10
+ * Ruby >= 3.0
11
11
 
12
- ## Installation
12
+ For Ruby < 3.0 use version 2.0.1.
13
13
 
14
- ```
15
- gem install rack-user-locale
16
- ```
14
+ ## Installation
17
15
 
18
16
  In a Gemfile:
19
17
 
20
18
  ```ruby
21
- gem 'rack-user-locale'
19
+ gem 'rack-user-locale', require: "user_locale"
22
20
  ```
23
21
 
24
22
  ## Usage
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 3.0.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-user-locale
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Chinery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-23 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -65,14 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '2.7'
68
+ version: '3.0'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.2.33
75
+ rubygems_version: 3.5.9
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: A Rack module for getting and setting a user's locale