handsome_fencer-circle_c_i 0.1.31 → 0.1.32
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c38459cdcf474106f8270b56120c5f7fda7a474d7fbfdac3629d519532149fb7
|
4
|
+
data.tar.gz: da55d75be55a6188f5a211bc31ac7bd2ebc94ad0ed550618846d98d7fde7dea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7e3f89907236bbd814e28986e5b78894979ceae4a971b766e34c4e349c2a355d2ea450f0e4fcea43fb7b2140e737e506761e372802e23d76ac15252662b2993
|
7
|
+
data.tar.gz: 21fb13991c3166cc4529e5c570fe7ddd574874f41b9d3f349940bb80c149628b45e0168f528170a075821ea130c14cb4d9cb7667bc38d14fc76b260bae1f59f2
|
@@ -13,8 +13,8 @@ module HandsomeFencer
|
|
13
13
|
copy_file "Gemfile.lock", "Gemfile.lock" unless File.exist? "Gemfile.lock"
|
14
14
|
copy_file "config/database.yml", "config/database.yml"
|
15
15
|
copy_file "gitignore", ".gitignore" unless File.exist? ".gitignore"
|
16
|
-
append_to_file ".gitignore", "
|
17
|
-
append_to_file ".gitignore", "
|
16
|
+
append_to_file ".gitignore", "\ndocker/**/*.env"
|
17
|
+
append_to_file ".gitignore", "\ndocker/**/*.key"
|
18
18
|
|
19
19
|
app_name = ask("Name of your app:")
|
20
20
|
append_to_file 'docker/env_files/circleci.env', "\nexport APP_NAME=#{app_name}"
|
@@ -32,7 +32,7 @@ module HandsomeFencer
|
|
32
32
|
append_to_file 'docker/env_files/circleci.env', "\nexport #{env_var}=#{variable_value}"
|
33
33
|
end
|
34
34
|
account_type = ask("Are your images associated with your user name or an organization?", :limited_to => %w[organization user])
|
35
|
-
if account_type
|
35
|
+
if account_type == "organization"
|
36
36
|
org_name = ask("Organization name:")
|
37
37
|
append_to_file 'docker/env_files/circleci.env', "\nexport DOCKERHUB_ORG_NAME=#{org_name}"
|
38
38
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: handsome_fencer-circle_c_i
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- schadenfred
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sshkit
|