concourse.rb 0.5.0.pre.12 → 0.5.0.pre.15

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: 28a9aa80253e99daa5d2f7ceb32e3318c8da5bb2ea47858d2fbafcacdfa59a1a
4
- data.tar.gz: 348e84ee87c09ef8ad2f58e81fefb59ac7668009e33c9e08e9611a594b672f5f
3
+ metadata.gz: 2f7171f7bc4677faddae45b3d29282462c0daa637c017b603795dddb24383a75
4
+ data.tar.gz: eb86d161955683a4ce93627eb7267b01d137c8ebfd005e2d0ba4598532ebdd31
5
5
  SHA512:
6
- metadata.gz: f42559b6b086d4096650cbc87c0e944dbcf4e99f6bb8bd97dbda3f20eb305e39791b8a3b4a3044f233335b4b31dd8c784568679107796967554f7abeb1071b50
7
- data.tar.gz: 28751fa32463cd990c4368afaa3f583fdebf5beb4c869390407935198d3cf8b60fe5ec423877a3bf039d917ce2582b977c5eef8445bbbb28b950222b58c7dbe3
6
+ metadata.gz: fa497d4a5cc3ec7e1ed72ce9e39f39ba3fb3db8c48b9e57decb38918a771d5ce628404ece599e0bd5bb642260e8465aaa3c293d71cdd81129d2b34261e9051b3
7
+ data.tar.gz: 034370ea3ba1826e9cc396470db553770f842c6cafa12baedea3b4f38822eeaafc144a2b324255bae692059dbdd570a05cd2d9d2899f30688d577f06a0bd5b43
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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- concourse.rb (0.5.0.pre.12)
4
+ concourse.rb (0.5.0.pre.15)
5
5
  excon (~> 0.72)
6
6
  semantic (~> 1.5)
7
7
 
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/concourse.rb.gemspec CHANGED
@@ -16,7 +16,7 @@ files = %w[
16
16
  README.md
17
17
  ]
18
18
 
19
- Gem::Specification.new do |spec| # rubocop:disable Gemspec/RequireMFA
19
+ Gem::Specification.new do |spec|
20
20
  spec.name = 'concourse.rb'
21
21
  spec.version = Concourse::VERSION
22
22
  spec.authors = ['InfraBlocks Maintainers']
@@ -54,4 +54,6 @@ Gem::Specification.new do |spec| # rubocop:disable Gemspec/RequireMFA
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.12'
4
+ VERSION = '0.5.0.pre.15'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concourse.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.pre.12
4
+ version: 0.5.0.pre.15
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-03-20 00:00:00.000000000 Z
11
+ date: 2022-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -278,7 +278,8 @@ files:
278
278
  homepage: https://github.com/infrablocks/concourse.rb
279
279
  licenses:
280
280
  - MIT
281
- metadata: {}
281
+ metadata:
282
+ rubygems_mfa_required: 'false'
282
283
  post_install_message:
283
284
  rdoc_options: []
284
285
  require_paths: