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: 279e98853d236468921ab0073ecc31d7d6932316a1493c5c96ba1231ac82a0a6
4
- data.tar.gz: 1a1f561d0b5c5829c3f21b6b494d55f7a3219f4176f9629be16eb40a04044749
3
+ metadata.gz: c38459cdcf474106f8270b56120c5f7fda7a474d7fbfdac3629d519532149fb7
4
+ data.tar.gz: da55d75be55a6188f5a211bc31ac7bd2ebc94ad0ed550618846d98d7fde7dea4
5
5
  SHA512:
6
- metadata.gz: c872c749da73eef74d681a3007b3a22f5d0dc44f53c2fb9b6327fe3ed7120928712dc73b6613c9d74293c471249e84a00b2029edea247c3a2a82a27fe6c49086
7
- data.tar.gz: 5ac3211599c85639993142b9429dadf0775fef99bec11a4206a31edd100042b73ece32fa2a20e9091aa4c2a2177b66e78d83c5ad9270d082ba25b0e26f28a383
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", "docker/**/*.env"
17
- append_to_file ".gitignore", "docker/**/*.key"
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 = "organization"
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
@@ -1,3 +1,2 @@
1
1
  POSTGRES_USER=postgres
2
2
  POSTGRES_PASSWORD=some-long-secure-password
3
- POSTGRES_DB=bacchanal_production
@@ -1,5 +1,5 @@
1
1
  module HandsomeFencer
2
2
  module CircleCI
3
- VERSION = '0.1.31'
3
+ VERSION = '0.1.32'
4
4
  end
5
5
  end
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.31
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-04 00:00:00.000000000 Z
11
+ date: 2018-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sshkit