ruby_fly 0.14.0.pre.1 → 0.18.0.pre.1

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: 0b04179132cb66bb549d9bf22f417c5d731279a09a6fc484f73e052283d2d8ef
4
- data.tar.gz: f393a32ac1b450869bc578f78af582573811dcbad2f4ea545bf6e6253b6740e6
3
+ metadata.gz: 228ad20b9d0b9eda84606d02ff9decf2eee0d2da01dcc90b05b0437d2aa8ea15
4
+ data.tar.gz: b780d1cc02595ab36bfe6e5508b208664c28ebba12c5426446f58b17bd182c7e
5
5
  SHA512:
6
- metadata.gz: 59a33b2804cef3dfa090cece6a74d9ddc76b62869aa516e1102e3315c07a8015a9aa3a17f9a2f1bfb382b20b3ce702e1e63131cdbc94fe6bc4e656a5f9a04d42
7
- data.tar.gz: 2b3abd4c6567f761b4878a8e120ad664914a2a7d46bb9a9db519928e7bf2363de03f5ccf808f4196c60cdf84c8c106f5e5b35de9aa383239c5c5bd0528c8a983
6
+ metadata.gz: 1de9a3ac60e82c21be6b023f801577cb00abf3b362b339d0ea90209eef6fbb26ad7f043ce4cda100dc7a653b52ab6db7b872db7e7d2ac814a87f7b520393c776
7
+ data.tar.gz: 70d206bfa626b62105e0b6f6c29cd83d6af7944b6c5249b965bb20778343c294877560c6894c4d9cac673ba5e03921603950decaf3c485e5e05c551a68f8f51f
@@ -1,43 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.14.0.pre.1)
5
- lino (~> 1.1)
4
+ ruby_fly (0.18.0.pre.1)
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.14.0.pre.1'
2
+ VERSION = '0.18.0.pre.1'
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.14.0.pre.1
4
+ version: 0.18.0.pre.1
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