rails_config 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/rails_config/railtie.rb +1 -1
- data/rails_config.gemspec +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/rails_config/railtie.rb
CHANGED
@@ -9,7 +9,7 @@ if defined?(Rails::Railtie)
|
|
9
9
|
end
|
10
10
|
|
11
11
|
# Parse the settings before any of the initializers
|
12
|
-
ActiveSupport.on_load :
|
12
|
+
ActiveSupport.on_load :before_configuration, :yield => true do
|
13
13
|
RailsConfig.load_and_set_settings(
|
14
14
|
Rails.root.join("config", "settings.yml").to_s,
|
15
15
|
Rails.root.join("config", "settings", "#{Rails.env}.yml").to_s,
|
data/rails_config.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 8
|
10
|
+
version: 0.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jacques Crocker
|