jetfuel 1.19.18 → 1.19.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc3cf0d8d5cebe2abb41403590a5e781cc893646
4
- data.tar.gz: ec156e89cd45b92fd8aedba5f904b1e81294e974
3
+ metadata.gz: 0183e297a249bc41d017e702ae9a26e094cac326
4
+ data.tar.gz: 8c448a22e4c16b860f9bf8335435f46da8b6206e
5
5
  SHA512:
6
- metadata.gz: 655245f84f4946132c4ac588bf5b682f69fc3a2f763663b499453ab12c7c3811df88b362f52e99d4919d9771bf6136e7b743da46a43657663e5b81afbd7c31f3
7
- data.tar.gz: b7e44d158457b2f2f626a80ab5f66d83f73abd582e5727a3cc8a0847bea4c2504a1ba47d99bc1a6d40ec172fe1ebd66d0070700c0cadd7599ade52955b0a48f2
6
+ metadata.gz: 0817a1c798b14223b94316c5a890cbe4768188d55d470a8ac09af56b1cbbd01d6502cb1cc0dfe92b45a651d525f9a95b5581ffa8f78d272d175792a72d4b0930
7
+ data.tar.gz: 1a8bc68450f72e5bf8aa7288b74ffa2bd9f4e87e2c57a899198fe9fa48591786eb0292a9c725fd1039e31d6b36d7e5b0a7ba13572c2af88b7c1833a008d8f959
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.19.18)
4
+ jetfuel (1.19.19)
5
5
  bundler (~> 1.3)
6
6
  rails (= 4.1.1)
7
7
 
@@ -319,9 +319,9 @@ end
319
319
  end
320
320
  run "#{path_addition} heroku create #{app_name}-production --remote=production"
321
321
  run "#{path_addition} heroku create #{app_name}-staging --remote=staging"
322
- run "#{path_addition} heroku config:add RACK_ENV=staging RAILS_ENV=staging --remote=staging"
322
+ run "#{path_addition} heroku config:set RACK_ENV=staging RAILS_ENV=staging --remote=staging"
323
323
  email_recipient = ask("What email address do you want emails to be delivered to on staging?")
324
- run "#{path_addition} heroku config:add EMAIL_RECIPIENTS=#{email_recipient}"
324
+ run "#{path_addition} heroku config:set EMAIL_RECIPIENTS=#{email_recipient} --remote=staging"
325
325
  end
326
326
 
327
327
  def set_heroku_remotes
@@ -352,8 +352,8 @@ fi
352
352
 
353
353
  def set_heroku_rails_secrets
354
354
  path_addition = override_path_for_tests
355
- run "#{path_addition} heroku config:add SECRET_KEY_BASE=#{generate_secret} --remote=staging"
356
- run "#{path_addition} heroku config:add SECRET_KEY_BASE=#{generate_secret} --remote=production"
355
+ run "#{path_addition} heroku config:set SECRET_KEY_BASE=#{generate_secret} --remote=staging"
356
+ run "#{path_addition} heroku config:set SECRET_KEY_BASE=#{generate_secret} --remote=production"
357
357
  end
358
358
 
359
359
  def copy_capistrano_configuration_files
@@ -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.18'
4
+ VERSION = '1.19.19'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.18
4
+ version: 1.19.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler