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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/jetfuel/app_builder.rb +4 -4
- data/lib/jetfuel/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0183e297a249bc41d017e702ae9a26e094cac326
|
|
4
|
+
data.tar.gz: 8c448a22e4c16b860f9bf8335435f46da8b6206e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0817a1c798b14223b94316c5a890cbe4768188d55d470a8ac09af56b1cbbd01d6502cb1cc0dfe92b45a651d525f9a95b5581ffa8f78d272d175792a72d4b0930
|
|
7
|
+
data.tar.gz: 1a8bc68450f72e5bf8aa7288b74ffa2bd9f4e87e2c57a899198fe9fa48591786eb0292a9c725fd1039e31d6b36d7e5b0a7ba13572c2af88b7c1833a008d8f959
|
data/Gemfile.lock
CHANGED
data/lib/jetfuel/app_builder.rb
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
356
|
-
run "#{path_addition} heroku config:
|
|
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
|
data/lib/jetfuel/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|