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 +4 -4
- data/lib/renuo/cli/app/create_heroku_app.rb +1 -1
- data/lib/renuo/cli/app/release_project.rb +1 -1
- data/lib/renuo/cli/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8f1d92e8c0fa0ec9f455becc6d582050953ff06995b1449f989c3b0e2e5e229
|
|
4
|
+
data.tar.gz: '0597a50d4d57f28c638227d424012a424149721582ac36bb862a733e7e9c584f'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = "
|
|
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
|
|
data/lib/renuo/cli/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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: []
|