smart_locales 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 458bb96eaced1b084303581b3a74c8134f6cdcc6
4
- data.tar.gz: ba7d975a8d74ffb26efd0607c10bfedfbcd61a8a
3
+ metadata.gz: 88bffcd962383e8b7ff5730fc759c6adc4ba9839
4
+ data.tar.gz: c26f7065675997601ba1c8bc3413f52a52f854ab
5
5
  SHA512:
6
- metadata.gz: da4590cf2ac20ad84967501ec1d6cd68ef57ac39f46ce77bbe6a417838f06efbde46ae1b2ba3303aeb074007b991923a4525de693d84ce616e12f4e5a50b24d2
7
- data.tar.gz: 6a29b4bd2a6a3f98c1438d0a9233d34db52fffef54a81bf75bb4778913daa229a806c53bca122a2a32655bdbbce6630f43fecc9839d03997d60967797d51ecf5
6
+ metadata.gz: ca6e2cce762ded482cb9e6970915b91000be38d0a96711467a5d57807083990da87608c66b38db289cdf0ee9202a8355caca18974022f8162a3522333b28a1c7
7
+ data.tar.gz: fa601cb8df8cc9a4cd725f351479ccbdf6ea100e58d0381315eb0227a25619e0fdbf7d81e1d8da6d453782bf25e520cdfc064d35d9c6371633db4dfa883b10ac
@@ -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
18
+ t("helpers.actions.#{action}") + ' ' + genitive_model_name.underscore
19
19
  end
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module SmartLocales
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_locales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-29 00:00:00.000000000 Z
11
+ date: 2017-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler