cleverua_application_config 2.0 → 2.0.1

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.
Files changed (3) hide show
  1. data/README.rdoc +5 -1
  2. data/lib/engine.rb +1 -1
  3. metadata +4 -3
data/README.rdoc CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  == Installation
6
6
 
7
- gem 'application_config', '2.0'
7
+ gem "cleverua_application_config", "~> 2.0", :require => "application_config"
8
+
9
+ Then run:
10
+
11
+ rails generate application_config:install
8
12
 
9
13
  == Default configuration file
10
14
 
data/lib/engine.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module ApplicationConfig
2
2
  class Engine < Rails::Engine
3
- initializer "application_config.load_app_instance_data" do |app|
3
+ config.before_configuration do |app|
4
4
  ApplicationConfig.setup do |config|
5
5
  config.app_root = app.root
6
6
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleverua_application_config
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- version: "2.0"
9
+ - 1
10
+ version: 2.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Boris Babusenko
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2012-02-10 00:00:00 +02:00
18
+ date: 2012-02-27 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies: []
20
21