heroku-rails 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/heroku-rails.gemspec +1 -1
- data/lib/heroku/rails/tasks.rb +3 -2
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/heroku-rails.gemspec
CHANGED
data/lib/heroku/rails/tasks.rb
CHANGED
@@ -121,8 +121,8 @@ namespace :heroku do
|
|
121
121
|
namespace :setup do
|
122
122
|
|
123
123
|
desc "Creates the apps on Heroku"
|
124
|
-
task :
|
125
|
-
HEROKU_RUNNER.
|
124
|
+
task :apps do
|
125
|
+
HEROKU_RUNNER.setup_apps
|
126
126
|
end
|
127
127
|
|
128
128
|
desc "Setup the Heroku stacks from heroku.yml config"
|
@@ -153,6 +153,7 @@ namespace :heroku do
|
|
153
153
|
|
154
154
|
desc "Setup Heroku deploy environment from heroku.yml config"
|
155
155
|
task :setup => [
|
156
|
+
"heroku:setup:apps",
|
156
157
|
"heroku:setup:stacks",
|
157
158
|
"heroku:setup:collaborators",
|
158
159
|
"heroku:setup:config",
|
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: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 6
|
10
|
+
version: 0.2.6
|
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-07 01:00:00 -07:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|