renuo-cli 3.1.5 → 3.1.6

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
  SHA256:
3
- metadata.gz: ead0f65f1f88573f75dedea0ce0ddaadaf66dece54560b39e6327106791cb808
4
- data.tar.gz: 5a456baefb20e67985894de8e4e3b6c207b162d3be51f79b8c1582ab2c89d1d8
3
+ metadata.gz: e8f1d92e8c0fa0ec9f455becc6d582050953ff06995b1449f989c3b0e2e5e229
4
+ data.tar.gz: '0597a50d4d57f28c638227d424012a424149721582ac36bb862a733e7e9c584f'
5
5
  SHA512:
6
- metadata.gz: 13960ae1c3482a59ca32102d36ba6237e91c789f658190af031b41f5d16af3d89e8c675f445e59fd4d5edde5da7ac4a9784a0768bedea95f3cb6dd1bb042a905
7
- data.tar.gz: 34fa9271d4164d5f9e5ee7db8a0e6b1afcf97c05e497560d1663bb937009bf68a85f62d7e7c65e2bb9da2e00532e57091f550ad148365fe9abfa51f6046f0454
6
+ metadata.gz: f77187004b463350afd60609871843362a2218152c20fa57c146af4d1a6795472e226376b4d933bc25c81a4e87c563459763e83bf825d40f15d6e9f182c1795c
7
+ data.tar.gz: 02736c206c176355e8e7ae1775cf75208445a1583011f8764acee31b05b26fffda5fc53a689839bf3369fa9aa894ca85ad8a21b2624bd94676b8d29cb7ea5cfc
@@ -30,7 +30,7 @@ class CreateHerokuApp
30
30
  end
31
31
 
32
32
  def print_pipelines_commands(project_name)
33
- say "heroku pipelines:create #{project_name} --app #{project_name}-#{MAIN} -s production"
33
+ say "heroku pipelines:create #{project_name} --app #{project_name}-#{MAIN} -s production -t staff"
34
34
  say "heroku pipelines:add #{project_name} --app #{project_name}-#{DEVELOP} -s staging"
35
35
  say "heroku pipelines:add #{project_name} --app #{project_name}-#{TESTING} -s staging"
36
36
  say "\n"
@@ -190,7 +190,7 @@ class ReleaseProject
190
190
  end
191
191
 
192
192
  def main_branch
193
- remote_repo = "https://github.com/#{@project_name}.git"
193
+ remote_repo = "git@github.com:#{@project_name}.git"
194
194
  @main_branch ||= `git ls-remote --heads #{remote_repo} main`.empty? ? 'master' : 'main'
195
195
  end
196
196
 
@@ -1,6 +1,6 @@
1
1
  module Renuo
2
2
  module Cli
3
- VERSION = '3.1.5'.freeze
3
+ VERSION = '3.1.6'.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: 3.1.5
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renuo AG
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-22 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeresource
@@ -363,7 +363,7 @@ homepage: https://github.com/renuo/renuo-cli
363
363
  licenses:
364
364
  - MIT
365
365
  metadata: {}
366
- post_install_message:
366
+ post_install_message:
367
367
  rdoc_options: []
368
368
  require_paths:
369
369
  - lib
@@ -378,8 +378,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
378
378
  - !ruby/object:Gem::Version
379
379
  version: '0'
380
380
  requirements: []
381
- rubygems_version: 3.1.6
382
- signing_key:
381
+ rubygems_version: 3.2.32
382
+ signing_key:
383
383
  specification_version: 4
384
384
  summary: The Renuo CLI automates some common workflows.
385
385
  test_files: []