ruby_fly 0.15.0 → 0.19.0

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: ae54c3ee5fb5293b219f2f05474dc0638e9ed0dfea46352ec11ddcaee702a989
4
- data.tar.gz: 1520246a6977b5a5e5f9c3a2e78bfb0631cd73cd27150363a517a3e407604c57
3
+ metadata.gz: 2e37b7fe3f9ffb862783091135158fcde8bcbd733e4177762b61f78c1eceefc7
4
+ data.tar.gz: 4179f2606b82383f61890e69df8e69a17fe4d7a5080a50b15f49523753aebc2c
5
5
  SHA512:
6
- metadata.gz: 6334759bbd41b7e3f50e63b9751492ec704fe39e6d88eaae1f1b6d8943de10d91eed9f523780cebce621e2ad6a80c1b5f5991f992192875dba286d4630d82e12
7
- data.tar.gz: 4f58ec04de096509753011b2e7d7e41da595dbbf93401c51f22a5b24dfd06043b5e5244d2ef4984aa39498750c075a05aa560f40521d3a32fe603af3aa8da16f
6
+ metadata.gz: 063b18af4462ed4bbf26d7a910b9b83b64a41553a71ad1babc41f556cd042d0a4eada30c527333ea96bcc98f530e8be28a0e2714cf6ff6c9a82e54d408a2d8b1
7
+ data.tar.gz: 149edb86258ba07600e4bcc92cc9179e9a94b4fd6e2dcaea9f97fca844b51c4f3eb29abb20650a6dc0d810f2e7c5dfe92153be0d78ccebeb237fe8ab84243cb8
@@ -1,43 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.15.0)
5
- lino (~> 1.1)
4
+ ruby_fly (0.19.0)
5
+ lino (>= 1.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.2.1)
10
+ activesupport (6.1.0)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ zeitwerk (~> 2.3)
16
16
  addressable (2.7.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.6)
20
- diff-lcs (1.3)
21
- excon (0.72.0)
22
- faraday (1.0.0)
19
+ concurrent-ruby (1.1.7)
20
+ diff-lcs (1.4.4)
21
+ excon (0.78.1)
22
+ faraday (1.2.0)
23
23
  multipart-post (>= 1.2, < 3)
24
- gem-release (2.1.1)
24
+ ruby2_keywords
25
+ gem-release (2.2.0)
25
26
  hamster (3.0.0)
26
27
  concurrent-ruby (~> 1.0)
27
- i18n (1.8.2)
28
+ i18n (1.8.5)
28
29
  concurrent-ruby (~> 1.0)
29
- lino (1.1.0)
30
+ lino (1.5.0)
30
31
  hamster (~> 3.0)
31
32
  open4 (~> 1.3)
32
- minitest (5.14.0)
33
+ minitest (5.14.2)
33
34
  multipart-post (2.1.1)
34
- octokit (4.17.0)
35
+ octokit (4.19.0)
35
36
  faraday (>= 0.9)
36
37
  sawyer (~> 0.8.0, >= 0.5.3)
37
38
  open4 (1.3.4)
38
- public_suffix (4.0.3)
39
- rake (13.0.1)
40
- rake_circle_ci (0.5.0)
39
+ public_suffix (4.0.6)
40
+ rake (13.0.3)
41
+ rake_circle_ci (0.7.0)
41
42
  colored2 (~> 3.1)
42
43
  excon (~> 0.72)
43
44
  rake_factory (~> 0.23)
@@ -54,27 +55,27 @@ GEM
54
55
  colored2 (~> 3.1)
55
56
  rake_factory (~> 0.23)
56
57
  sshkey (~> 2.0)
57
- rspec (3.9.0)
58
- rspec-core (~> 3.9.0)
59
- rspec-expectations (~> 3.9.0)
60
- rspec-mocks (~> 3.9.0)
61
- rspec-core (3.9.1)
62
- rspec-support (~> 3.9.1)
63
- rspec-expectations (3.9.1)
58
+ rspec (3.10.0)
59
+ rspec-core (~> 3.10.0)
60
+ rspec-expectations (~> 3.10.0)
61
+ rspec-mocks (~> 3.10.0)
62
+ rspec-core (3.10.0)
63
+ rspec-support (~> 3.10.0)
64
+ rspec-expectations (3.10.0)
64
65
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.9.0)
66
- rspec-mocks (3.9.1)
66
+ rspec-support (~> 3.10.0)
67
+ rspec-mocks (3.10.0)
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.9.0)
69
- rspec-support (3.9.2)
69
+ rspec-support (~> 3.10.0)
70
+ rspec-support (3.10.0)
71
+ ruby2_keywords (0.0.2)
70
72
  sawyer (0.8.2)
71
73
  addressable (>= 2.3.5)
72
74
  faraday (> 0.8, < 2.0)
73
75
  sshkey (2.0.0)
74
- thread_safe (0.3.6)
75
- tzinfo (1.2.6)
76
- thread_safe (~> 0.1)
77
- zeitwerk (2.3.0)
76
+ tzinfo (2.0.4)
77
+ concurrent-ruby (~> 1.0)
78
+ zeitwerk (2.4.2)
78
79
 
79
80
  PLATFORMS
80
81
  ruby
@@ -90,4 +91,4 @@ DEPENDENCIES
90
91
  ruby_fly!
91
92
 
92
93
  BUNDLED WITH
93
- 2.1.4
94
+ 2.2.3
@@ -24,12 +24,14 @@ module RubyFly
24
24
  vars = opts[:vars] || {}
25
25
  var_files = opts[:var_files] || []
26
26
  non_interactive = opts[:non_interactive]
27
+ team = opts[:team]
27
28
 
28
29
  builder
29
30
  .with_subcommand('set-pipeline') do |sub|
30
31
  sub = sub.with_option('-t', target)
31
32
  sub = sub.with_option('-p', pipeline)
32
33
  sub = sub.with_option('-c', config)
34
+ sub = sub.with_option('--team', team) if team
33
35
  vars.each do |key, value|
34
36
  sub = sub.with_option('-v', "'#{key}=#{value}'")
35
37
  end
@@ -19,11 +19,13 @@ module RubyFly
19
19
 
20
20
  target = opts[:target]
21
21
  pipeline = opts[:pipeline]
22
+ team = opts[:team]
22
23
 
23
24
  builder
24
25
  .with_subcommand('unpause-pipeline') do |sub|
25
26
  sub = sub.with_option('-t', target)
26
27
  sub = sub.with_option('-p', pipeline)
28
+ sub = sub.with_option('--team', team) if team
27
29
  sub
28
30
  end
29
31
  end
@@ -1,3 +1,3 @@
1
1
  module RubyFly
2
- VERSION = '0.15.0'
2
+ VERSION = '0.19.0'
3
3
  end
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
 
24
24
  spec.required_ruby_version = '>= 2.6'
25
25
 
26
- spec.add_dependency 'lino', '~> 1.1'
26
+ spec.add_dependency 'lino', '>= 1.5'
27
27
 
28
28
  spec.add_development_dependency 'bundler', '~> 2.1'
29
29
  spec.add_development_dependency 'rake', '~> 13.0'
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toby Clemson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-15 00:00:00.000000000 Z
11
+ date: 2020-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.1'
19
+ version: '1.5'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.1'
26
+ version: '1.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement