smart_locales 0.1.4 → 0.1.4.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: 88bffcd962383e8b7ff5730fc759c6adc4ba9839
4
- data.tar.gz: c26f7065675997601ba1c8bc3413f52a52f854ab
3
+ metadata.gz: 5b7712636405bff8ed036158f6904c1fd2e8d09b
4
+ data.tar.gz: aaad0a7ad3db7abf07199ca7c9e51d27d2c6eb00
5
5
  SHA512:
6
- metadata.gz: ca6e2cce762ded482cb9e6970915b91000be38d0a96711467a5d57807083990da87608c66b38db289cdf0ee9202a8355caca18974022f8162a3522333b28a1c7
7
- data.tar.gz: fa601cb8df8cc9a4cd725f351479ccbdf6ea100e58d0381315eb0227a25619e0fdbf7d81e1d8da6d453782bf25e520cdfc064d35d9c6371633db4dfa883b10ac
6
+ metadata.gz: ce6bbdc01643d8cd8d12063dbd57c2619b3db668f8d4b666c8027085ada0fc626ad8b2b7563f075b2442b92a28c3a7e402ed9332acaa162bfd4ba25147940859
7
+ data.tar.gz: efe6875b48bf26cdd81b9a4692757441112324ce3cabd6ad9f26b1d6946f5f37be64d700a7190bcb9c3ff8bb067f5decf3f910b12d622bac2d11e9b02e54343e
@@ -15,6 +15,6 @@ module SmartLocales::Title::Helpers
15
15
  end
16
16
 
17
17
  def page_title(action, genitive_model_name)
18
- t("helpers.actions.#{action}") + ' ' + genitive_model_name.underscore
18
+ t("helpers.actions.#{action}") + ' ' + genitive_model_name.downcase
19
19
  end
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module SmartLocales
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_locales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov