route_translator 14.1.1 → 14.1.2

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: 9fcc0043f1b6884f95fdebff049fc04175ba3a38dc8bacc06fc36916b5c31616
4
- data.tar.gz: ae12a30e956059270775ae332758a59b6c9c6120cc59bc8655adaf0d976dba22
3
+ metadata.gz: 6b83ad5a7f021e3075faab30ba9b41a666ac151d57f0d8bd6d8656f3c16d451a
4
+ data.tar.gz: e00dd5992f16425a6b85e84cd6d1781d7ab6aaa700b3fe2892fd197af5210460
5
5
  SHA512:
6
- metadata.gz: bcbda50283c321b74860a7a389682eb6ef310133d9e163815bd037c16045e098f0484395c038ce8669263e5eeb32f0af7c1f585f5325cde02f3c781ab7991b62
7
- data.tar.gz: 320dd3f7c925d429ef28204c7ad0302d2d81122eefea6a42c0e8f75250215ea0bbd85d99f471986ca98cffbacb77b37dcf40c0f3dd9d1b66d15636d5330e670a
6
+ metadata.gz: 9ac6359f07f206dd559fda1bb5e56ef3ceb22bda5c9f973449cd7963a6a14d9604ca94d87e31fd29cb926bafe54c5b825f8ed378e7f2d363433671d7e4e6b8af
7
+ data.tar.gz: 27c0b19f09b9c6835aafaf14ded61499b7f1c9f0821d753c6ace7ca228e154f2f8e04cafd22fb0060debe7e65cf25b57827ae5bc1cf99f8fc1c16995a88b16af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 14.1.2 / 2024-05-27
4
+
5
+ * [ENHANCEMENT] Test against Ruby 3.3
6
+ * [ENHANCEMENT] Allow Rails 8.0 (pre)
7
+
3
8
  ## 14.1.1 / 2023-12-19
4
9
 
5
10
  * [BUGFIX] Fix memory leak in development mode ([#301](https://github.com/enriclluelles/route_translator/pull/301))
@@ -315,6 +320,6 @@
315
320
 
316
321
  ## 4.2.0 / 2015-12-15
317
322
 
318
- * [ENHANCEMENT] Style update to match RuboCop recommandations
323
+ * [ENHANCEMENT] Style update to match RuboCop recommendations
319
324
  * [BUGFIX] Permit named_params with suffix (#116)
320
325
  * [BUGFIX] Fix optional parameters with prefix (#118)
data/README.md CHANGED
@@ -157,7 +157,7 @@ link_to url_for(locale: 'es'), hreflang: 'es', rel: 'alternate'
157
157
 
158
158
  Although locales are stored by Rails as a symbol (`:es`), when linking to a page in a different locale you need to use a string (`'es'`). Otherwise, instead of a namespaced route (`/es/my-route`) you will get a parameterized route (`/my-route?locale=es`).
159
159
 
160
- If the page contains a localized slug, the above snippet does not work and a custom implementation is neede.
160
+ If the page contains a localized slug, the above snippet does not work and a custom implementation is needed.
161
161
 
162
162
  More information at [Generating translated URLs](https://github.com/enriclluelles/route_translator/wiki/Generating-translated-URLs)
163
163
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RouteTranslator
4
- VERSION = '14.1.1'
4
+ VERSION = '14.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: route_translator
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.1
4
+ version: 14.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-12-19 00:00:00.000000000 Z
13
+ date: 2024-05-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: actionpack
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '6.1'
22
22
  - - "<"
23
23
  - !ruby/object:Gem::Version
24
- version: '7.2'
24
+ version: '8.0'
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: '6.1'
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: '7.2'
34
+ version: '8.0'
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: activesupport
37
37
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +41,7 @@ dependencies:
41
41
  version: '6.1'
42
42
  - - "<"
43
43
  - !ruby/object:Gem::Version
44
- version: '7.2'
44
+ version: '8.0'
45
45
  type: :runtime
46
46
  prerelease: false
47
47
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,7 +51,7 @@ dependencies:
51
51
  version: '6.1'
52
52
  - - "<"
53
53
  - !ruby/object:Gem::Version
54
- version: '7.2'
54
+ version: '8.0'
55
55
  description: Translates the Rails routes of your application into the languages defined
56
56
  in your locale files
57
57
  email:
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.4.19
105
+ rubygems_version: 3.5.9
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Translate your Rails routes in a simple manner