heroku-rails 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/heroku-rails.gemspec +1 -1
- data/lib/generators/templates/heroku.yml +1 -1
- data/spec/fixtures/heroku-config.yml +1 -1
- data/spec/heroku/rails/heroku_config_spec.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -50,7 +50,7 @@ In config/heroku.yml you will need add the Heroku apps that you would like to at
|
|
50
50
|
|
51
51
|
config:
|
52
52
|
all:
|
53
|
-
BUNDLE_WITHOUT: "test
|
53
|
+
BUNDLE_WITHOUT: "test:development"
|
54
54
|
production:
|
55
55
|
MONGODB_URI: "mongodb://[username:password@]host1[:port1][/database]"
|
56
56
|
staging:
|
data/heroku-rails.gemspec
CHANGED
@@ -54,7 +54,7 @@ module Heroku::Rails
|
|
54
54
|
end
|
55
55
|
|
56
56
|
it "should include configs defined in 'all'" do
|
57
|
-
@config["BUNDLE_WITHOUT"].should == "test
|
57
|
+
@config["BUNDLE_WITHOUT"].should == "test:development"
|
58
58
|
end
|
59
59
|
|
60
60
|
it "should use configs defined in 'staging' ahead of configs defined in 'all'" do
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroku-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 5
|
10
|
+
version: 0.2.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Elijah Miller
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-11-
|
20
|
+
date: 2010-11-05 00:00:00 -07:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|