jetfuel 1.19.10 → 1.19.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed4406f40f620eddd23494cb5f56cb720ebac04f
4
- data.tar.gz: 7aad88af2c8b5ea05078a5c53d051cbf471d71b3
3
+ metadata.gz: 7d6a6aacb322e38a5d90938e8dbbeab0d444ef65
4
+ data.tar.gz: cff55bf3d78783e7f9ce051f8acc3205c3270cc1
5
5
  SHA512:
6
- metadata.gz: 2640727f093f73a1cb8670925b1b80a02dc241a02bc07b59986b4a8dfc239afe657392e93c91edfc934e376dad9205e56087096dd184d663a28378d03b54dbf9
7
- data.tar.gz: 71d819438314f875637509afe4a73b19a02c92bfb6c33fc1f8c6a87115bef3afb4c21eab63de6affba55d9bb58ac46d2ed3694c039a2278467c7de94fd8675f2
6
+ metadata.gz: f3149a70d658e0432709128b76eaa16c21af8f4053cb121be5fb1dd78996a8c743b3a2e6559164dd4f6867c5cca46ee760830f1e06e86fbdc221f8cde0bc80f4
7
+ data.tar.gz: 287077684be315bfd73ec8ab89fe5de6d0b7023dd19d66d4bf1fc88c0c5812070f660d643d3846da2608283b9f4ed534076fa6a36a799d38f6e6f917a0ada5a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.19.10)
4
+ jetfuel (1.19.11)
5
5
  bundler (~> 1.3)
6
6
  rails (= 4.1.1)
7
7
 
@@ -313,6 +313,10 @@ end
313
313
 
314
314
  def create_heroku_apps
315
315
  path_addition = override_path_for_tests
316
+ heroku_account = ask("If you are using the heroku-accounts gem, what account would you like to use? (leave blank if n/a)")
317
+ unless heroku_account.blank?
318
+ run "heroku accounts:set #{heroku_account}"
319
+ end
316
320
  run "#{path_addition} heroku create #{app_name}-production --remote=production"
317
321
  run "#{path_addition} heroku create #{app_name}-staging --remote=staging"
318
322
  run "#{path_addition} heroku config:add RACK_ENV=staging RAILS_ENV=staging --remote=staging"
@@ -1,5 +1,5 @@
1
1
  module Jetfuel
2
2
  RAILS_VERSION = '4.1.1'
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = '1.19.10'
4
+ VERSION = '1.19.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.10
4
+ version: 1.19.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks