i18n_utils 0.0.2 → 0.0.3

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: b6b5a9200ee6ddbcbe323f65bf5831ad09606073
4
- data.tar.gz: a1787e8442dc6f5a65c9008ba7eaf276d08d5fdc
3
+ metadata.gz: 0c593da61105c71a8675a0f610b1a2e1962d7c3f
4
+ data.tar.gz: 235e5cc384d46ff61113ec660a982b45c677177e
5
5
  SHA512:
6
- metadata.gz: d984d9cac645e36a92baf65e5c0317d3ab5c30c5c6edb18e5109a790814d5dcc505abae0cff2cee3df2800060947635099e8c34cd6c783cbf7b9520442d1f6d2
7
- data.tar.gz: 9effedf6df34082d6763e33640452709c94a63b7ee4e2506528322d5591dc95f76cd7defe2da5f6d9e7a2f5a949b0778263db856ebd99130abfc936d86dcbd60
6
+ metadata.gz: 1330a30df11b48d8b93f848ef389e65ef1354f562fe30a27d496929ad5cd9ebf49c37ae4aa70f9de6be98165b3f5019f224448ad66f0dcc94d71a49cb2d2fe3c
7
+ data.tar.gz: b5d3363f3c3d6bde770ab1173fafaba7693b3fbb513ea62585d5b90fadb2fc7e47f0926f1ac3fb347c87acd79759fa6c6653e6a8a6e42e7ed7e305a3d79eda01
data/README.md CHANGED
@@ -5,7 +5,7 @@ I18n utilities for Ruby on Rails.
5
5
 
6
6
  ## Usage
7
7
 
8
- Just `include I18nUtils::All` in e.g. your `ApplicationHelper` to get all the things.
8
+ Just `include I18nUtils::Helper` in e.g. your `ApplicationHelper` to get all the things.
9
9
 
10
10
  Or see under each section to only get that part.
11
11
 
@@ -1,3 +1,3 @@
1
1
  module I18nUtils
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/i18n_utils.rb CHANGED
@@ -23,7 +23,7 @@ module I18nUtils
23
23
  end
24
24
  end
25
25
 
26
- module All
26
+ module Helper
27
27
  include Model
28
28
  include Scope
29
29
  end
data/spec/helpers_spec.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "i18n_utils"
2
2
 
3
3
  describe I18nUtils do
4
- include I18nUtils::All
4
+ include I18nUtils::Helper
5
5
 
6
6
  describe "t_attribute" do
7
7
  it "uses human_attribute_name" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrik Nyh