app_config_rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_config_rails (0.0.1)
4
+ app_config_rails (0.0.2)
5
5
  app_config (~> 2.3.1)
6
6
  rails (~> 3.2.13)
7
7
 
@@ -1,7 +1,7 @@
1
1
  module AppConfigRails
2
2
  class Railtie < Rails::Railtie
3
3
 
4
- config.to_prepare do
4
+ initializer "app_config_rails.load_app_config!" do |app|
5
5
  AppConfigRails.load_app_config!
6
6
  end
7
7
 
@@ -1,3 +1,3 @@
1
1
  module AppConfigRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_config_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  segments:
94
94
  - 0
95
- hash: -1561182594017206352
95
+ hash: -1968558924721543833
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  none: false
98
98
  requirements:
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  segments:
103
103
  - 0
104
- hash: -1561182594017206352
104
+ hash: -1968558924721543833
105
105
  requirements: []
106
106
  rubyforge_project:
107
107
  rubygems_version: 1.8.23