smart_locales 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/lib/smart_locales/title.rb +2 -0
- data/lib/smart_locales/version.rb +1 -1
- data/lib/smart_locales.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e02830221b9199cd65600555c1ccdbaa7b333eb8
|
4
|
+
data.tar.gz: f76ce6b8cd3cb9eaa8710bf8780da38bbdb00fdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31948aa66896b63fc14c397b1c3fe7953f42a529ae3655913ed6cbb9735c59c88613011f9d9b890f62be477c7e062f3e32c5c9464241c3460fc41e365b79c2e8
|
7
|
+
data.tar.gz: a5aad9649f509e6bd2966c1a159370d07dfb90bb6cc7072e4202b0bcc69bfe65832de19c0ad7f7cb44a3c215bc052b0231f8c1a817e2a77af6effebaded1f882
|
data/lib/smart_locales.rb
CHANGED
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
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
@@ -53,6 +53,7 @@ files:
|
|
53
53
|
- bin/console
|
54
54
|
- bin/setup
|
55
55
|
- lib/smart_locales.rb
|
56
|
+
- lib/smart_locales/title.rb
|
56
57
|
- lib/smart_locales/title/helper.rb
|
57
58
|
- lib/smart_locales/version.rb
|
58
59
|
- smart_locales.gemspec
|