localization 1.1.1 → 1.1.2

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: ad7714ba916da59eea687808b2a6bb17a19c99bf
4
- data.tar.gz: 2bdc455bcf85124e39dc30a0c36893e068f7219e
3
+ metadata.gz: ef69a402638d3f6fe5c11fe0597994ff46378c13
4
+ data.tar.gz: 870f5888e420d9c3ebc6961e45c6830336642129
5
5
  SHA512:
6
- metadata.gz: 91d2766bd9e21f9697934565803b8129934b1c596788faf8f9b879e090b8fcc3ece521512aceeb198927df4ef621c28f644aacfbdf1ae98b97ab46a53fb7dcb6
7
- data.tar.gz: c75b20b45bea5d0cb5f55ae3025e913801c9c413d160193735158bcfb5d4779f0770f74d382460745965a00c222ca825723ca4bb77956217cb7291b7aec0fd95
6
+ metadata.gz: 1803bb1bf291c58d3d7c59fc3611d94143b885a0d56dc95b4c566e2d619536e9090b1305b40296876a6c0797a6351d495918ab3c4dc382a6ceaeb25234aa47a1
7
+ data.tar.gz: e4d86eedd3d5660a2778ad15f6f5213f87fa663e49a60d48a20cdb65e436058b7b3ff339e610013c70b6b25732809dc84d5984906e44c2ded099676f03a3fc51
@@ -21,7 +21,7 @@ class Localization
21
21
  if defined?(::Rails)
22
22
  class Railtie < ::Rails::Railtie
23
23
  initializer "localization_railtie.extend_action_controller" do
24
- ActionController::Base.send :include, Localization::Shortcut
24
+ ActionController::Base.send :include, Localization::Rails
25
25
  ActionController::Base.helper :localize
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  class Localization
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
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.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kurtis Rainbolt-Greene