heroku-rails 0.2.9 → 0.3.0

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.9)
4
+ heroku-rails (0.3.0)
5
5
  heroku (>= 1.11.0)
6
6
 
7
7
  GEM
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.9"
3
+ s.version = "0.3.0"
4
4
 
5
5
  s.authors = ["Elijah Miller", "Glenn Roberts", "Jacques Crocker"]
6
6
  s.summary = "Deployment and configuration tools for Heroku/Rails"
@@ -30,6 +30,8 @@ config:
30
30
  CONFIG_VAR1: "config1-staging"
31
31
 
32
32
  collaborators:
33
+ # Be sure to add yourself as a collaborator, otherwise your
34
+ # access to the app will be revoked.
33
35
  all:
34
36
  - "my-heroku-email@somedomain.com"
35
37
  - "another-heroku-email@somedomain.com"
@@ -27,9 +27,9 @@ namespace :heroku do
27
27
  end
28
28
 
29
29
  desc 'Add git remotes for all apps in this project'
30
- task :remotes do
30
+ task :remotes => :all do
31
31
  HEROKU_RUNNER.each_heroku_app do |heroku_env, app_name, repo|
32
- system_with_echo("git remote add #{app_name} #{repo}")
32
+ system_with_echo("git remote add #{heroku_env} #{repo}")
33
33
  end
34
34
  end
35
35
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
8
- - 9
9
- version: 0.2.9
7
+ - 3
8
+ - 0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Elijah Miller
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-16 00:00:00 -08:00
19
+ date: 2010-11-24 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- hash: 1892535180642759805
97
+ hash: 1405052361419442961
98
98
  segments:
99
99
  - 0
100
100
  version: "0"
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - ">="
105
105
  - !ruby/object:Gem::Version
106
- hash: 1892535180642759805
106
+ hash: 1405052361419442961
107
107
  segments:
108
108
  - 0
109
109
  version: "0"