ruby_fly 0.33.0 → 0.36.0.pre.2

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: cf8342a925be431d44e80153152464a344fd13877d320ea3d06f13dc5749994b
4
- data.tar.gz: c9645b0b2456f0b0374ed4e4b419ed54705faa7e07a44ac7f57c901611e20c0b
3
+ metadata.gz: 0e9fe1ddf1da04d60a1d2c2a21cfd7d293d8e457c2687f9ef855b58e351a1c01
4
+ data.tar.gz: c2c7dbc4ef6cd6a1f553127ad5445c7dde3679a2f280be2ebdedd943f4606b80
5
5
  SHA512:
6
- metadata.gz: 4db435ba5cdc94d3dda232e268a0a1bcd88bd4a118002f27c6a95ac6e767177a3e1030a6305868fd3c7fd05905cc3e47a309f3047ff31f05ab2064682198a1e3
7
- data.tar.gz: 264b442435168d278662cd1d7d46f36730fecce36ca52d001b55d810a4d97c1bbd9a698206c05339ae7c4f63ab0fd9b5870f6d112ba1b885f0b431279cc91c52
6
+ metadata.gz: dfe3b64fa1ae6fe0f082191f20dc5308a9593c9028f27cb50086d038ad3e904f94c2dd2b88b15772a50236feff79983b2f48bde7f2d1d5532b68d277d00d5760
7
+ data.tar.gz: 7dbe8301d33f6f16cbc0c905e9b938022411e5edf9fec31e34daf8d594d7b6307e87abffb00447c49ad31c915cc15055a97f6b307e63a2bc9e60a97b75c592b9
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at tobyclemson@gmail.com. All
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile.lock CHANGED
@@ -1,48 +1,56 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.33.0)
4
+ ruby_fly (0.36.0.pre.2)
5
5
  lino (>= 1.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.0)
10
+ activesupport (6.1.3.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
15
  zeitwerk (~> 2.3)
16
- addressable (2.7.0)
16
+ addressable (2.8.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.7)
19
+ concurrent-ruby (1.1.9)
20
20
  diff-lcs (1.4.4)
21
- excon (0.78.1)
22
- fakefs (1.3.1)
23
- faker (2.15.1)
21
+ excon (0.82.0)
22
+ fakefs (1.4.0)
23
+ faker (2.19.0)
24
24
  i18n (>= 1.6, < 2)
25
- faraday (1.3.0)
25
+ faraday (1.4.2)
26
+ faraday-em_http (~> 1.0)
27
+ faraday-em_synchrony (~> 1.0)
28
+ faraday-excon (~> 1.1)
26
29
  faraday-net_http (~> 1.0)
30
+ faraday-net_http_persistent (~> 1.1)
27
31
  multipart-post (>= 1.2, < 3)
28
- ruby2_keywords
29
- faraday-net_http (1.0.0)
30
- gem-release (2.2.0)
32
+ ruby2_keywords (>= 0.0.4)
33
+ faraday-em_http (1.0.0)
34
+ faraday-em_synchrony (1.0.0)
35
+ faraday-excon (1.1.0)
36
+ faraday-net_http (1.0.1)
37
+ faraday-net_http_persistent (1.1.0)
38
+ gem-release (2.2.2)
31
39
  hamster (3.0.0)
32
40
  concurrent-ruby (~> 1.0)
33
- i18n (1.8.6)
41
+ i18n (1.8.11)
34
42
  concurrent-ruby (~> 1.0)
35
- lino (1.7.0)
43
+ lino (3.0.0)
36
44
  hamster (~> 3.0)
37
45
  open4 (~> 1.3)
38
- minitest (5.14.2)
46
+ minitest (5.14.4)
39
47
  multipart-post (2.1.1)
40
- octokit (4.20.0)
48
+ octokit (4.21.0)
41
49
  faraday (>= 0.9)
42
50
  sawyer (~> 0.8.0, >= 0.5.3)
43
51
  open4 (1.3.4)
44
52
  public_suffix (4.0.6)
45
- rake (13.0.3)
53
+ rake (13.0.6)
46
54
  rake_circle_ci (0.9.0)
47
55
  colored2 (~> 3.1)
48
56
  excon (~> 0.72)
@@ -56,7 +64,7 @@ GEM
56
64
  octokit (~> 4.16)
57
65
  rake_factory (~> 0.23)
58
66
  sshkey (~> 2.0)
59
- rake_gpg (0.14.0)
67
+ rake_gpg (0.16.0)
60
68
  rake_factory (>= 0.23, < 1)
61
69
  ruby_gpg2 (>= 0.6, < 1)
62
70
  rake_ssh (0.6.0)
@@ -72,11 +80,11 @@ GEM
72
80
  rspec-expectations (3.10.1)
73
81
  diff-lcs (>= 1.2.0, < 2.0)
74
82
  rspec-support (~> 3.10.0)
75
- rspec-mocks (3.10.1)
83
+ rspec-mocks (3.10.2)
76
84
  diff-lcs (>= 1.2.0, < 2.0)
77
85
  rspec-support (~> 3.10.0)
78
- rspec-support (3.10.1)
79
- ruby2_keywords (0.0.2)
86
+ rspec-support (3.10.2)
87
+ ruby2_keywords (0.0.4)
80
88
  ruby_gpg2 (0.8.0)
81
89
  lino (>= 1.5)
82
90
  sawyer (0.8.2)
@@ -104,4 +112,4 @@ DEPENDENCIES
104
112
  ruby_fly!
105
113
 
106
114
  BUNDLED WITH
107
- 2.2.7
115
+ 2.2.32
data/README.md CHANGED
@@ -162,7 +162,7 @@ openssl aes-256-cbc \
162
162
  ## Contributing
163
163
 
164
164
  Bug reports and pull requests are welcome on GitHub at
165
- https://github.com/tobyclemson/ruby_fly. This project is intended to be a safe,
165
+ https://github.com/infrablocks/ruby_fly. This project is intended to be a safe,
166
166
  welcoming space for collaboration, and contributors are expected to adhere to
167
167
  the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
168
168
 
@@ -24,11 +24,15 @@ module RubyFly
24
24
 
25
25
  target = opts[:target]
26
26
  pipeline = opts[:pipeline]
27
+ non_interactive = opts[:non_interactive]
28
+ team = opts[:team]
27
29
 
28
30
  builder
29
31
  .with_subcommand('destroy-pipeline') do |sub|
30
32
  sub = sub.with_option('-t', target)
31
33
  sub = sub.with_option('-p', pipeline)
34
+ sub = sub.with_option('--team', team) if team
35
+ sub = sub.with_flag('-n') if non_interactive
32
36
  sub
33
37
  end
34
38
  end
@@ -1,3 +1,3 @@
1
1
  module RubyFly
2
- VERSION = '0.33.0'
2
+ VERSION = '0.36.0.pre.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.36.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-27 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino
@@ -167,7 +167,7 @@ dependencies:
167
167
  description: Wraps the concourse fly CLI so that fly can be invoked from a Ruby script
168
168
  or Rakefile.
169
169
  email:
170
- - tobyclemson@gmail.com
170
+ - maintainers@infrablocks.io
171
171
  executables: []
172
172
  extensions: []
173
173
  extra_rdoc_files: []
@@ -193,7 +193,7 @@ files:
193
193
  - lib/ruby_fly/commands/version.rb
194
194
  - lib/ruby_fly/rc.rb
195
195
  - lib/ruby_fly/version.rb
196
- homepage: https://github.com/tobyclemson/ruby_fly
196
+ homepage: https://github.com/infrablocks/ruby_fly
197
197
  licenses:
198
198
  - MIT
199
199
  metadata: {}
@@ -208,9 +208,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
208
208
  version: '2.6'
209
209
  required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  requirements:
211
- - - ">="
211
+ - - ">"
212
212
  - !ruby/object:Gem::Version
213
- version: '0'
213
+ version: 1.3.1
214
214
  requirements: []
215
215
  rubygems_version: 3.0.1
216
216
  signing_key: