flame-r18n 2.3.0.1 → 2.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a867492f6e510e22cb18fd39fa30335f5bedb3f0
4
- data.tar.gz: 0c5c533e7ab6280659c2f2c531f8364ddca7a80a
3
+ metadata.gz: f7b0223f3e2c36030c264cc491def07e23c87799
4
+ data.tar.gz: 3d8fdc16f0e55ef2028d59f34646f42fa8d39519
5
5
  SHA512:
6
- metadata.gz: 53e79eca73945d353098a250eca7f99051ea2c3ad803fcf845471e858cd30df38c61c6750f4299e91176190164286dd3efbccd4b1a0a59f1b72244ea3de40595
7
- data.tar.gz: f76bbac42b1cfd6b619f5c7981302a316ec6cc15c629090c3c716375e06b16e8b34551bfe0d66df0b7a597d4d9f00b1cfe5a7c217bfb877e2814fab7751a1277
6
+ metadata.gz: d20a69c75064726642204b896aa71222b8f9529d1898b3d82e9e8ecdc1dbf4132c2011d9f81507922e0a7c8cdff02baea111229e6d059cbf1c998cd151cd1470
7
+ data.tar.gz: dececf076eaff24214df9788b3e05fd3dc2d9e7c4e827b3ea8f6858a56e4f6e031b9bdf49fde3a66d55b0c79bf68871bd80c26ad00e67d8c7bc6ebaa9dea31a6
@@ -32,7 +32,7 @@ module Flame
32
32
  nil, r18n.locale.code, request.fullpath
33
33
  )
34
34
  path_with_locale.sub!(%r{(\/)+$}, '')
35
- redirect path_with_locale, 301
35
+ redirect path_with_locale, 302
36
36
  end
37
37
 
38
38
  def path_without_locale
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flame-r18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.1
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov