rails_app_config 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  s.name = "rails_app_config"
7
7
  s.summary = "provides an AppConfig for rails3 that reads config/app_config.yml"
8
8
  s.email = "railsjedi@gmail.com"
9
- s.homepage = "http://github.com/railsjedi/rails_app_config"
9
+ s.homepage = "http://github.com/railsjedi/app_config"
10
10
  s.description = "Provides an easy to use Application Configuration object"
11
11
  s.authors = ["Jacques Crocker"]
12
12
  s.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jacques Crocker
@@ -50,7 +50,7 @@ files:
50
50
  - test/test_configs/empty1.yml
51
51
  - test/test_configs/empty2.yml
52
52
  has_rdoc: true
53
- homepage: http://github.com/railsjedi/rails_app_config
53
+ homepage: http://github.com/railsjedi/app_config
54
54
  licenses: []
55
55
 
56
56
  post_install_message: