active_regulation 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_regulation/version.rb +1 -1
- data/lib/active_regulation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9193646ae5638300783c8e74d14d9c9b26be1f5d
|
4
|
+
data.tar.gz: 08c8f65c9e89aebf3a195a4dd38e943b345e8b77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93dc8b891314c208e22dc122232a12cd0a8aa322ff028540e9c9facb230f0bab40b40e2960c60e598efce19978c94afc7215b4aeefe696cf177bf9099e6576f8
|
7
|
+
data.tar.gz: 96485317de452795768aa794420c8fdb16963254a5998e969ef70d5e0d97d83a7460ab9a6ff63734f1c97ba3170b852b320f7a522d2a919ffa60706069a79a71
|
data/lib/active_regulation.rb
CHANGED
@@ -12,7 +12,7 @@ if defined?(Rails)
|
|
12
12
|
|
13
13
|
initializer 'active_regulation' do |app|
|
14
14
|
ActiveRegulation::Railtie.instance_eval do
|
15
|
-
[app.config.i18n.available_locales].each do |locale|
|
15
|
+
[app.config.i18n.available_locales].flatten.each do |locale|
|
16
16
|
(I18n.load_path << path(locale)) if File.file?(path(locale))
|
17
17
|
end
|
18
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_regulation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|