concourse.rb 0.5.0.pre.10 → 0.5.0.pre.13

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: 8e03080a9dcc51b5c8b2c6374b97e2eea13de414e601718c7ec7fd37f845f1a2
4
- data.tar.gz: 991516fc11cf3eb57352345929c50f58f8210ea6b419461337ad41ae94f1f972
3
+ metadata.gz: c047ae4ebf3cb779e96503bf2448d319553aa76f76dc5339c810267c7e4f1729
4
+ data.tar.gz: 5497108508ebdc7517d6606352520966a911bb1841c206c1195bdffcc89e0370
5
5
  SHA512:
6
- metadata.gz: fcded24cc9c70718ab349d542ca36b100e78e6c7ce1aa8802b448e5434120b61e1c87766056bc8f3eb56c861b4c942ddd4f58c7fdc6010c04c9b7c16517486f0
7
- data.tar.gz: 1c0a5c6facc3046729091723704ab91da0affc102c1f56b657e3b3060c673323aba65e22967f7cdb389c5ec06b1c4b137fae41d89dd6713657f9b2f2abb59b21
6
+ metadata.gz: 9384f3a0a23b3f4d69ef6b1d21ab220f69b9bec027c2ff9196752c05802e579a637bf8d25075e5e638e9892b55b79fd35dfa339e2522f74c093de9b29d513538
7
+ data.tar.gz: 98b1ca3b46fc082470df5471a5546874c0fc857820164ff62be085aa64d3afa90cf31f8e2ebf11317e14e43b4ca3ec6f73406549539efb3d4bb655df0034b999
data/CODE_OF_CONDUCT.md CHANGED
@@ -5,9 +5,9 @@
5
5
  In the interest of fostering an open and welcoming environment, we as
6
6
  contributors and maintainers pledge to making participation in our project and
7
7
  our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
8
+ size, disability, ethnicity, gender identity and expression, level of
9
+ experience, nationality, personal appearance, race, religion, or sexual identity
10
+ and orientation.
11
11
 
12
12
  ## Our Standards
13
13
 
@@ -23,7 +23,7 @@ include:
23
23
  Examples of unacceptable behavior by participants include:
24
24
 
25
25
  * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
26
+ advances
27
27
  * Trolling, insulting/derogatory comments, and personal or political attacks
28
28
  * Public or private harassment
29
29
  * Publishing others' private information, such as a physical or electronic
@@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
37
37
  behavior and are expected to take appropriate and fair corrective action in
38
38
  response to any instances of unacceptable behavior.
39
39
 
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
40
+ Project maintainers have the right and responsibility to remove, edit, or reject
41
+ comments, commits, code, wiki edits, issues, and other contributions that are
42
+ not aligned to this Code of Conduct, or to ban temporarily or permanently any
43
+ contributor for other behaviors that they deem inappropriate, threatening,
44
+ offensive, or harmful.
45
45
 
46
46
  ## Scope
47
47
 
@@ -55,11 +55,12 @@ 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 toby@go-atomic.io. 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
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
61
+ obligated to maintain confidentiality with regard to the reporter of an
62
+ incident. Further details of specific enforcement policies may be posted
63
+ separately.
63
64
 
64
65
  Project maintainers who do not follow or enforce the Code of Conduct in good
65
66
  faith may face temporary or permanent repercussions as determined by other
@@ -67,8 +68,9 @@ members of the project's leadership.
67
68
 
68
69
  ## Attribution
69
70
 
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
71
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
72
+ version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
72
73
 
73
74
  [homepage]: http://contributor-covenant.org
75
+
74
76
  [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile.lock CHANGED
@@ -1,30 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- concourse.rb (0.5.0.pre.10)
5
- excon (>= 0.72, < 1)
6
- semantic (>= 1.5, < 2)
4
+ concourse.rb (0.5.0.pre.13)
5
+ excon (~> 0.72)
6
+ semantic (~> 1.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.4.4)
11
+ activesupport (7.0.2.3)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
- zeitwerk (~> 2.3)
17
16
  addressable (2.8.0)
18
17
  public_suffix (>= 2.0.2, < 5.0)
19
18
  ast (2.4.2)
20
19
  colored2 (3.1.2)
21
20
  concurrent-ruby (1.1.9)
22
- diff-lcs (1.4.4)
21
+ diff-lcs (1.5.0)
23
22
  docile (1.4.0)
24
- excon (0.89.0)
25
- faker (2.19.0)
26
- i18n (>= 1.6, < 2)
27
- faraday (1.9.3)
23
+ excon (0.92.1)
24
+ faker (2.20.0)
25
+ i18n (>= 1.8.11, < 2)
26
+ faraday (1.10.0)
28
27
  faraday-em_http (~> 1.0)
29
28
  faraday-em_synchrony (~> 1.0)
30
29
  faraday-excon (~> 1.1)
@@ -50,9 +49,8 @@ GEM
50
49
  gem-release (2.2.2)
51
50
  hamster (3.0.0)
52
51
  concurrent-ruby (~> 1.0)
53
- i18n (1.9.1)
52
+ i18n (1.10.0)
54
53
  concurrent-ruby (~> 1.0)
55
- ipaddr (1.2.2)
56
54
  jwt (2.3.0)
57
55
  lino (3.0.0)
58
56
  hamster (~> 3.0)
@@ -63,13 +61,12 @@ GEM
63
61
  faraday (>= 0.9)
64
62
  sawyer (~> 0.8.0, >= 0.5.3)
65
63
  open4 (1.3.4)
66
- openssl (2.2.1)
67
- ipaddr
64
+ openssl (3.0.0)
68
65
  parallel (1.21.0)
69
- parser (3.0.3.1)
66
+ parser (3.1.1.0)
70
67
  ast (~> 2.4.1)
71
68
  public_suffix (4.0.6)
72
- rainbow (3.0.0)
69
+ rainbow (3.1.1)
73
70
  rake (13.0.6)
74
71
  rake_circle_ci (0.9.0)
75
72
  colored2 (~> 3.1)
@@ -91,35 +88,35 @@ GEM
91
88
  colored2 (~> 3.1)
92
89
  rake_factory (~> 0.23)
93
90
  sshkey (~> 2.0)
94
- regexp_parser (2.1.1)
91
+ regexp_parser (2.2.1)
95
92
  rexml (3.2.5)
96
- rspec (3.10.0)
97
- rspec-core (~> 3.10.0)
98
- rspec-expectations (~> 3.10.0)
99
- rspec-mocks (~> 3.10.0)
100
- rspec-core (3.10.1)
101
- rspec-support (~> 3.10.0)
102
- rspec-expectations (3.10.1)
93
+ rspec (3.11.0)
94
+ rspec-core (~> 3.11.0)
95
+ rspec-expectations (~> 3.11.0)
96
+ rspec-mocks (~> 3.11.0)
97
+ rspec-core (3.11.0)
98
+ rspec-support (~> 3.11.0)
99
+ rspec-expectations (3.11.0)
103
100
  diff-lcs (>= 1.2.0, < 2.0)
104
- rspec-support (~> 3.10.0)
105
- rspec-mocks (3.10.2)
101
+ rspec-support (~> 3.11.0)
102
+ rspec-mocks (3.11.0)
106
103
  diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.10.0)
108
- rspec-support (3.10.2)
109
- rubocop (1.22.1)
104
+ rspec-support (~> 3.11.0)
105
+ rspec-support (3.11.0)
106
+ rubocop (1.26.0)
110
107
  parallel (~> 1.10)
111
- parser (>= 3.0.0.0)
108
+ parser (>= 3.1.0.0)
112
109
  rainbow (>= 2.2.2, < 4.0)
113
110
  regexp_parser (>= 1.8, < 3.0)
114
111
  rexml
115
- rubocop-ast (>= 1.12.0, < 2.0)
112
+ rubocop-ast (>= 1.16.0, < 2.0)
116
113
  ruby-progressbar (~> 1.7)
117
114
  unicode-display_width (>= 1.4.0, < 3.0)
118
- rubocop-ast (1.14.0)
119
- parser (>= 3.0.1.1)
115
+ rubocop-ast (1.16.0)
116
+ parser (>= 3.1.1.0)
120
117
  rubocop-rake (0.6.0)
121
118
  rubocop (~> 1.0)
122
- rubocop-rspec (2.6.0)
119
+ rubocop-rspec (2.9.0)
123
120
  rubocop (~> 1.19)
124
121
  ruby-progressbar (1.11.0)
125
122
  ruby2_keywords (0.0.5)
@@ -134,12 +131,11 @@ GEM
134
131
  simplecov-html (~> 0.11)
135
132
  simplecov_json_formatter (~> 0.1)
136
133
  simplecov-html (0.12.3)
137
- simplecov_json_formatter (0.1.3)
134
+ simplecov_json_formatter (0.1.4)
138
135
  sshkey (2.0.0)
139
136
  tzinfo (2.0.4)
140
137
  concurrent-ruby (~> 1.0)
141
138
  unicode-display_width (2.1.0)
142
- zeitwerk (2.5.4)
143
139
 
144
140
  PLATFORMS
145
141
  ruby
@@ -165,4 +161,4 @@ DEPENDENCIES
165
161
  simplecov
166
162
 
167
163
  BUNDLED WITH
168
- 2.3.7
164
+ 2.3.9
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 InfraBlocks Maintainers
3
+ Copyright (c) 2022 InfraBlocks Maintainers
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/Rakefile CHANGED
@@ -18,9 +18,8 @@ namespace :encryption do
18
18
  namespace :passphrase do
19
19
  desc 'Generate encryption passphrase for CI GPG key'
20
20
  task :generate do
21
- File.open('config/secrets/ci/encryption.passphrase', 'w') do |f|
22
- f.write(SecureRandom.base64(36))
23
- end
21
+ File.write('config/secrets/ci/encryption.passphrase',
22
+ SecureRandom.base64(36))
24
23
  end
25
24
  end
26
25
  end
data/concourse.rb.gemspec CHANGED
@@ -34,10 +34,10 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ['lib']
36
36
 
37
- spec.required_ruby_version = '>= 2.6.0'
37
+ spec.required_ruby_version = '>= 2.7'
38
38
 
39
- spec.add_dependency 'excon', '>= 0.72', '< 1'
40
- spec.add_dependency 'semantic', '>= 1.5', '< 2'
39
+ spec.add_dependency 'excon', '~> 0.72'
40
+ spec.add_dependency 'semantic', '~> 1.5'
41
41
 
42
42
  spec.add_development_dependency 'bundler'
43
43
  spec.add_development_dependency 'faker'
@@ -54,4 +54,6 @@ Gem::Specification.new do |spec|
54
54
  spec.add_development_dependency 'rubocop-rake'
55
55
  spec.add_development_dependency 'rubocop-rspec'
56
56
  spec.add_development_dependency 'simplecov'
57
+
58
+ spec.metadata['rubygems_mfa_required'] = 'false'
57
59
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Concourse
4
- VERSION = '0.5.0.pre.10'
4
+ VERSION = '0.5.0.pre.13'
5
5
  end
metadata CHANGED
@@ -1,55 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concourse.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.pre.10
4
+ version: 0.5.0.pre.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-10 00:00:00.000000000 Z
11
+ date: 2022-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.72'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '1'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0.72'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '1'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: semantic
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
- - - ">="
31
+ - - "~>"
38
32
  - !ruby/object:Gem::Version
39
33
  version: '1.5'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '2'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
37
  requirements:
47
- - - ">="
38
+ - - "~>"
48
39
  - !ruby/object:Gem::Version
49
40
  version: '1.5'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '2'
53
41
  - !ruby/object:Gem::Dependency
54
42
  name: bundler
55
43
  requirement: !ruby/object:Gem::Requirement
@@ -290,7 +278,8 @@ files:
290
278
  homepage: https://github.com/infrablocks/concourse.rb
291
279
  licenses:
292
280
  - MIT
293
- metadata: {}
281
+ metadata:
282
+ rubygems_mfa_required: 'false'
294
283
  post_install_message:
295
284
  rdoc_options: []
296
285
  require_paths:
@@ -299,14 +288,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
299
288
  requirements:
300
289
  - - ">="
301
290
  - !ruby/object:Gem::Version
302
- version: 2.6.0
291
+ version: '2.7'
303
292
  required_rubygems_version: !ruby/object:Gem::Requirement
304
293
  requirements:
305
294
  - - ">"
306
295
  - !ruby/object:Gem::Version
307
296
  version: 1.3.1
308
297
  requirements: []
309
- rubygems_version: 3.0.1
298
+ rubygems_version: 3.1.6
310
299
  signing_key:
311
300
  specification_version: 4
312
301
  summary: A Ruby SDK for the Concourse CI API.