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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- heroku-rails (0.2.4)
4
+ heroku-rails (0.2.5)
5
5
  heroku (>= 1.11.0)
6
6
 
7
7
  GEM
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 development"
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "heroku-rails"
3
- s.version = "0.2.4"
3
+ s.version = "0.2.5"
4
4
 
5
5
  s.authors = ["Elijah Miller", "Glenn Roberts", "Jacques Crocker"]
6
6
  s.summary = "Deployment and configuration tools for Heroku/Rails"
@@ -19,7 +19,7 @@ stacks:
19
19
  config:
20
20
  # choose the configuration settings for all environments
21
21
  all:
22
- BUNDLE_WITHOUT: "test development"
22
+ BUNDLE_WITHOUT: "test:development"
23
23
  CONFIG_VAR1: "config1"
24
24
  CONFIG_VAR2: "config2"
25
25
 
@@ -8,7 +8,7 @@ stacks:
8
8
 
9
9
  config:
10
10
  all:
11
- BUNDLE_WITHOUT: "test development"
11
+ BUNDLE_WITHOUT: "test:development"
12
12
  CONFIG_VAR1: "config1"
13
13
  CONFIG_VAR2: "config2"
14
14
 
@@ -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 development"
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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
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-02 00:00:00 -07:00
20
+ date: 2010-11-05 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency