localization 1.1.2 → 1.1.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: ef69a402638d3f6fe5c11fe0597994ff46378c13
4
- data.tar.gz: 870f5888e420d9c3ebc6961e45c6830336642129
3
+ metadata.gz: 069f730c849074023792164166314505201b5c59
4
+ data.tar.gz: 2549ecf92efff47cc8532941ad498468a4ff41db
5
5
  SHA512:
6
- metadata.gz: 1803bb1bf291c58d3d7c59fc3611d94143b885a0d56dc95b4c566e2d619536e9090b1305b40296876a6c0797a6351d495918ab3c4dc382a6ceaeb25234aa47a1
7
- data.tar.gz: e4d86eedd3d5660a2778ad15f6f5213f87fa663e49a60d48a20cdb65e436058b7b3ff339e610013c70b6b25732809dc84d5984906e44c2ded099676f03a3fc51
6
+ metadata.gz: 58925639a9e200f9caefb9e059a9cf9b7f025c5ce0f892a357a8147ab204834dca658af3e3b4eaa5888e639202f9bd672ff80522c12ee0061e04babe5ebe6a8b
7
+ data.tar.gz: 5a9a9a34803807242e3d71986051c7a1cca5fd39d8600441ed816d004a273e8ac5c87b1d244bf6213feadbe0a9057395611d250a18df0824be8fd32514019f61
@@ -22,7 +22,7 @@ class Localization
22
22
  class Railtie < ::Rails::Railtie
23
23
  initializer "localization_railtie.extend_action_controller" do
24
24
  ActionController::Base.send :include, Localization::Rails
25
- ActionController::Base.helper :localize
25
+ ActionController::Base.helper_method :localize
26
26
  end
27
27
 
28
28
  initializer "localization_railtie.set_localization_paths" do
@@ -1,3 +1,3 @@
1
1
  class Localization
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kurtis Rainbolt-Greene