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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fea23e5ea868df0c259697503d51954e45d0c08d
4
- data.tar.gz: f22eaa867422dcc494770981ad697fb7d407dec8
3
+ metadata.gz: e02830221b9199cd65600555c1ccdbaa7b333eb8
4
+ data.tar.gz: f76ce6b8cd3cb9eaa8710bf8780da38bbdb00fdb
5
5
  SHA512:
6
- metadata.gz: 97db5d051b761fdf17a5f4117f23550e86a1c3c5af91ec6509a9e18364b1aecc98a53f194fc6178372c40db7f03949fee7cb97f55ed78bd855d9ffeda1cac980
7
- data.tar.gz: 450812949af4f494f29ca77b94590edf5699e40f668150b759f78c69a773eb2c06397ed2544a636dbe908c7758cfccd418b3e2605c8515678f029cf393f084cc
6
+ metadata.gz: 31948aa66896b63fc14c397b1c3fe7953f42a529ae3655913ed6cbb9735c59c88613011f9d9b890f62be477c7e062f3e32c5c9464241c3460fc41e365b79c2e8
7
+ data.tar.gz: a5aad9649f509e6bd2966c1a159370d07dfb90bb6cc7072e4202b0bcc69bfe65832de19c0ad7f7cb44a3c215bc052b0231f8c1a817e2a77af6effebaded1f882
data/.gitignore CHANGED
@@ -7,3 +7,5 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+
11
+ *.gem
@@ -0,0 +1,2 @@
1
+ module SmartLocales::Title
2
+ end
@@ -1,3 +1,3 @@
1
1
  module SmartLocales
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/smart_locales.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require "smart_locales/version"
2
+ require "smart_locales/title"
2
3
  require "smart_locales/title/helper"
3
4
 
4
5
  module SmartLocales
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.0
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