ruby_fly 0.34.0.pre.1 → 0.36.0.pre.3

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: 5bc79d618db90af4f12708379b4d8e10c14bb508f3f9c61a19d00c04e8305a11
4
- data.tar.gz: a6b7de2c0126635b826c27f0e4c5c30a6c2751086a824f23c2717c1cb9698404
3
+ metadata.gz: bb7748c0276fa13d17b3f7eb4c589d75ecfe42a0cdf2f341902961bc0f7d3dee
4
+ data.tar.gz: 22d2984ae50b3ffac996e175986d295121250f430fe577036459ad151a0bab97
5
5
  SHA512:
6
- metadata.gz: a65a8ce1cf4f6e5bd8e75a7a7cb90c0a82cf9b95b8c3d014ad88af33e01e92f6d769677470cbb9ddd4ec6bb9c41f000336ee98415e5b7be193ccb38df7f0140f
7
- data.tar.gz: 54cbffcf67a041b167f689e02027b381d53a29fe5d29c7d51c2f681d4e2469a357d99ed5dc9c5cd92f2eb1d501b683787cbafeea351aedc57f7f9ea184bc5732
6
+ metadata.gz: ff200dbd3b5911f170e139080c53d5efbaf7543b873376dde1ff83d5836aa58c84b30269ba171739a1136899fc0dba1d7cb37e805e24a3d265282507872d0d17
7
+ data.tar.gz: 0edab0620c3c823f0eaf6cbb12072cb84b381a481ef134a48cafc1a1e3b624271f7e8d4218cfe26dfed57ab2415f7405366348e2f670868ef1d335818dc38d8f
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,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.34.0.pre.1)
4
+ ruby_fly (0.36.0.pre.3)
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.4.4)
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.9.3)
26
+ faraday-em_http (~> 1.0)
27
+ faraday-em_synchrony (~> 1.0)
28
+ faraday-excon (~> 1.1)
29
+ faraday-httpclient (~> 1.0)
30
+ faraday-multipart (~> 1.0)
26
31
  faraday-net_http (~> 1.0)
32
+ faraday-net_http_persistent (~> 1.0)
33
+ faraday-patron (~> 1.0)
34
+ faraday-rack (~> 1.0)
35
+ faraday-retry (~> 1.0)
36
+ ruby2_keywords (>= 0.0.4)
37
+ faraday-em_http (1.0.0)
38
+ faraday-em_synchrony (1.0.0)
39
+ faraday-excon (1.1.0)
40
+ faraday-httpclient (1.0.1)
41
+ faraday-multipart (1.0.3)
27
42
  multipart-post (>= 1.2, < 3)
28
- ruby2_keywords
29
- faraday-net_http (1.0.0)
30
- gem-release (2.2.0)
43
+ faraday-net_http (1.0.1)
44
+ faraday-net_http_persistent (1.2.0)
45
+ faraday-patron (1.0.0)
46
+ faraday-rack (1.0.0)
47
+ faraday-retry (1.0.3)
48
+ gem-release (2.2.2)
31
49
  hamster (3.0.0)
32
50
  concurrent-ruby (~> 1.0)
33
- i18n (1.8.6)
51
+ i18n (1.9.1)
34
52
  concurrent-ruby (~> 1.0)
35
- lino (1.7.0)
53
+ lino (3.0.0)
36
54
  hamster (~> 3.0)
37
55
  open4 (~> 1.3)
38
- minitest (5.14.2)
56
+ minitest (5.15.0)
39
57
  multipart-post (2.1.1)
40
- octokit (4.20.0)
58
+ octokit (4.22.0)
41
59
  faraday (>= 0.9)
42
60
  sawyer (~> 0.8.0, >= 0.5.3)
43
61
  open4 (1.3.4)
44
62
  public_suffix (4.0.6)
45
- rake (13.0.3)
63
+ rake (13.0.6)
46
64
  rake_circle_ci (0.9.0)
47
65
  colored2 (~> 3.1)
48
66
  excon (~> 0.72)
@@ -51,12 +69,12 @@ GEM
51
69
  rake_factory (0.29.0)
52
70
  activesupport (>= 4)
53
71
  rake (~> 13.0)
54
- rake_github (0.7.0)
72
+ rake_github (0.9.0)
55
73
  colored2 (~> 3.1)
56
74
  octokit (~> 4.16)
57
75
  rake_factory (~> 0.23)
58
76
  sshkey (~> 2.0)
59
- rake_gpg (0.14.0)
77
+ rake_gpg (0.16.0)
60
78
  rake_factory (>= 0.23, < 1)
61
79
  ruby_gpg2 (>= 0.6, < 1)
62
80
  rake_ssh (0.6.0)
@@ -72,11 +90,11 @@ GEM
72
90
  rspec-expectations (3.10.1)
73
91
  diff-lcs (>= 1.2.0, < 2.0)
74
92
  rspec-support (~> 3.10.0)
75
- rspec-mocks (3.10.1)
93
+ rspec-mocks (3.10.2)
76
94
  diff-lcs (>= 1.2.0, < 2.0)
77
95
  rspec-support (~> 3.10.0)
78
- rspec-support (3.10.1)
79
- ruby2_keywords (0.0.2)
96
+ rspec-support (3.10.2)
97
+ ruby2_keywords (0.0.5)
80
98
  ruby_gpg2 (0.8.0)
81
99
  lino (>= 1.5)
82
100
  sawyer (0.8.2)
@@ -85,7 +103,7 @@ GEM
85
103
  sshkey (2.0.0)
86
104
  tzinfo (2.0.4)
87
105
  concurrent-ruby (~> 1.0)
88
- zeitwerk (2.4.2)
106
+ zeitwerk (2.5.4)
89
107
 
90
108
  PLATFORMS
91
109
  ruby
@@ -104,4 +122,4 @@ DEPENDENCIES
104
122
  ruby_fly!
105
123
 
106
124
  BUNDLED WITH
107
- 2.2.7
125
+ 2.3.7
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
 
data/Rakefile CHANGED
@@ -62,7 +62,7 @@ end
62
62
  RakeGithub.define_repository_tasks(
63
63
  namespace: :github,
64
64
  repository: 'infrablocks/ruby_fly',
65
- ) do |t|
65
+ ) do |t, args|
66
66
  github_config =
67
67
  YAML.load_file('config/secrets/github/config.yaml')
68
68
 
@@ -73,6 +73,8 @@ RakeGithub.define_repository_tasks(
73
73
  public_key: File.read('config/secrets/ci/ssh.public')
74
74
  }
75
75
  ]
76
+ t.branch_name = args.branch_name
77
+ t.commit_message = args.commit_message
76
78
  end
77
79
 
78
80
  namespace :pipeline do
@@ -1,3 +1,3 @@
1
1
  module RubyFly
2
- VERSION = '0.34.0.pre.1'
2
+ VERSION = '0.36.0.pre.3'
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.34.0.pre.1
4
+ version: 0.36.0.pre.3
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: 2022-02-10 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: {}