renuo-cli 1.4.2 → 1.4.3

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: 9cac17bb0c9a22bfda8da6149059ecb297ca6c8698e63dd1a83fe97508685ee6
4
- data.tar.gz: 3b5e9db2bcf5b083d9644aeabf4f0ec3d4d7836a2ff76dc01f0ae11797eca15e
3
+ metadata.gz: 9d7d157d9741b870afa476c08d4070124399e8a512fb735b7929c53399cfda0f
4
+ data.tar.gz: 68d7e571f56ac43e87601246bed713f852552476530d9ec66496c23ff9c8a127
5
5
  SHA512:
6
- metadata.gz: 52c61a4628405bad959925f4fad9e15b3514d07f9bf3e2462106d25ec2ad5bbd5bc3540829249e9c921a840bd340b177147757344cae3135addd9ba79ca00c1b
7
- data.tar.gz: 7d524ab2faf7d7608c9e20ae2bd4dd4b26fc9a0c8d01307a81c3aa04eca727abf930169e40a3e6c682fb8772fe3c33638676045e698ffd271c9d80b0dff9ac99
6
+ metadata.gz: bca5c69457b1cd7c4a67b2f571eea0f30f104f32cabf6372bd0e98e5a4c5e8c7cf84da3c0b2948fc387892ce2644a0224780bc60668bae11a65718c19ec539c7
7
+ data.tar.gz: 042f2f3364b854c726e1035c5bc8b13cc0f5a4140692a6311a38c6c559c6299c6a11e3dd0bfeb3f5b43cdcaa6c162973d27913398cdff44f44def2778d102cd0
@@ -74,12 +74,12 @@ class CreateAwsProject
74
74
  def print_setup_commands(branch)
75
75
  say "\n# AWS #{branch} \n".colorize :green
76
76
  # wrap_at inserts newlines, after that, the command is no longer copyable
77
- $terminal.wrap_at = nil
77
+ $terminal.wrap_at = nil if $terminal
78
78
  say aws_iam_setup(@aws_profile, aws_user(branch), @aws_app_group)
79
79
  say aws_s3_setup(@aws_profile, aws_user(branch), @aws_region, @redmine_project)
80
80
  say aws_s3_versioning_setup(@aws_profile, aws_user(branch)) if branch == 'master'
81
81
  cloudfront_setup(aws_user(branch), branch)
82
- $terminal.wrap_at = :auto
82
+ $terminal.wrap_at = :auto if $terminal
83
83
  end
84
84
 
85
85
  def cloudfront_setup(bucket, branch)
@@ -1,6 +1,6 @@
1
1
  module Renuo
2
2
  module Cli
3
- VERSION = '1.4.2'.freeze
3
+ VERSION = '1.4.3'.freeze
4
4
  NAME = 'renuo-cli'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renuo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renuo AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-23 00:00:00.000000000 Z
11
+ date: 2019-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize