concourse.rb 0.1.0.pre.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5947a92fde0da797b5a22a1e4943157630a136ef6a804d2b8929d03d67d373ec
4
+ data.tar.gz: 93190bf00f9e23a5238aa2ab4537b05cc034aefb186cb65818358da0c21acc96
5
+ SHA512:
6
+ metadata.gz: a57b3d0d8a3ce8e8f68bdb9dadf5dca25bae8cec61d8b1ccd3f44176977c2dce37c7b9583603e5e964a4234d79f1b90c5cec3ca69342e62ffe10afe525cc99f0
7
+ data.tar.gz: 0a89e8d015cd19827465b081cceee38192d520df3ac36e93a670aef27833ac1eaa62a8671957e6ede793196852f64d96b591b572cbbba28c1e931d27c3d46275
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
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.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
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.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at toby@go-atomic.io. All
59
+ complaints will be reviewed and investigated and will result in a response that
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.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
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]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify dependencies in concourse.rb.gemspec
4
+ gemspec
@@ -0,0 +1,104 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ concourse.rb (0.1.0.pre.2)
5
+ excon (~> 0.72)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (6.1.0)
11
+ concurrent-ruby (~> 1.0, >= 1.0.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ zeitwerk (~> 2.3)
16
+ addressable (2.7.0)
17
+ public_suffix (>= 2.0.2, < 5.0)
18
+ colored2 (3.1.2)
19
+ concurrent-ruby (1.1.7)
20
+ diff-lcs (1.4.4)
21
+ excon (0.78.1)
22
+ faraday (1.3.0)
23
+ faraday-net_http (~> 1.0)
24
+ multipart-post (>= 1.2, < 3)
25
+ ruby2_keywords
26
+ faraday-net_http (1.0.0)
27
+ gem-release (2.2.0)
28
+ hamster (3.0.0)
29
+ concurrent-ruby (~> 1.0)
30
+ i18n (1.8.6)
31
+ concurrent-ruby (~> 1.0)
32
+ lino (1.7.0)
33
+ hamster (~> 3.0)
34
+ open4 (~> 1.3)
35
+ minitest (5.14.2)
36
+ multipart-post (2.1.1)
37
+ octokit (4.20.0)
38
+ faraday (>= 0.9)
39
+ sawyer (~> 0.8.0, >= 0.5.3)
40
+ open4 (1.3.4)
41
+ public_suffix (4.0.6)
42
+ rake (13.0.3)
43
+ rake_circle_ci (0.9.0)
44
+ colored2 (~> 3.1)
45
+ excon (~> 0.72)
46
+ rake_factory (~> 0.23)
47
+ sshkey (~> 2.0)
48
+ rake_factory (0.29.0)
49
+ activesupport (>= 4)
50
+ rake (~> 13.0)
51
+ rake_github (0.7.0)
52
+ colored2 (~> 3.1)
53
+ octokit (~> 4.16)
54
+ rake_factory (~> 0.23)
55
+ sshkey (~> 2.0)
56
+ rake_gpg (0.14.0)
57
+ rake_factory (>= 0.23, < 1)
58
+ ruby_gpg2 (>= 0.6, < 1)
59
+ rake_ssh (0.6.0)
60
+ colored2 (~> 3.1)
61
+ rake_factory (~> 0.23)
62
+ sshkey (~> 2.0)
63
+ rspec (3.10.0)
64
+ rspec-core (~> 3.10.0)
65
+ rspec-expectations (~> 3.10.0)
66
+ rspec-mocks (~> 3.10.0)
67
+ rspec-core (3.10.1)
68
+ rspec-support (~> 3.10.0)
69
+ rspec-expectations (3.10.1)
70
+ diff-lcs (>= 1.2.0, < 2.0)
71
+ rspec-support (~> 3.10.0)
72
+ rspec-mocks (3.10.1)
73
+ diff-lcs (>= 1.2.0, < 2.0)
74
+ rspec-support (~> 3.10.0)
75
+ rspec-support (3.10.1)
76
+ ruby2_keywords (0.0.2)
77
+ ruby_gpg2 (0.8.0)
78
+ lino (>= 1.5)
79
+ sawyer (0.8.2)
80
+ addressable (>= 2.3.5)
81
+ faraday (> 0.8, < 2.0)
82
+ sshkey (2.0.0)
83
+ tzinfo (2.0.4)
84
+ concurrent-ruby (~> 1.0)
85
+ zeitwerk (2.4.2)
86
+
87
+ PLATFORMS
88
+ ruby
89
+ x86_64-darwin-19
90
+ x86_64-linux
91
+
92
+ DEPENDENCIES
93
+ bundler (~> 2.0)
94
+ concourse.rb!
95
+ gem-release (~> 2.0)
96
+ rake (~> 13.0)
97
+ rake_circle_ci (~> 0.9)
98
+ rake_github (~> 0.5)
99
+ rake_gpg (~> 0.12)
100
+ rake_ssh (~> 0.4)
101
+ rspec (~> 3.9)
102
+
103
+ BUNDLED WITH
104
+ 2.2.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 InfraBlocks Maintainers
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,72 @@
1
+ # Concourse.rb
2
+
3
+ A Ruby SDK for the Concourse CI API.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'concourse'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install concourse
20
+
21
+ ## Usage
22
+
23
+ Add usage here.
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
28
+ `rake spec` to run the tests. You can also run `bin/console` for an interactive
29
+ prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To
32
+ release a new version, update the version number in `version.rb`, and then run
33
+ `bundle exec rake release`, which will create a git tag for the version, push
34
+ git commits and tags, and push the `.gem` file to
35
+ [rubygems.org](https://rubygems.org).
36
+
37
+ ### Common Tasks
38
+
39
+ #### Managing CircleCI keys
40
+
41
+ To encrypt a GPG key for use by CircleCI:
42
+
43
+ ```bash
44
+ openssl aes-256-cbc \
45
+ -e \
46
+ -md sha1 \
47
+ -in ./config/secrets/ci/gpg.private \
48
+ -out ./.circleci/gpg.private.enc \
49
+ -k "<passphrase>"
50
+ ```
51
+
52
+ To check decryption is working correctly:
53
+
54
+ ```bash
55
+ openssl aes-256-cbc \
56
+ -d \
57
+ -md sha1 \
58
+ -in ./.circleci/gpg.private.enc \
59
+ -k "<passphrase>"
60
+ ```
61
+
62
+ ## Contributing
63
+
64
+ Bug reports and pull requests are welcome on GitHub at
65
+ https://github.com/infrablocks/concourse.rb. This project is intended to be a
66
+ safe, welcoming space for collaboration, and contributors are expected to adhere
67
+ to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
68
+
69
+ ## License
70
+
71
+ The gem is available as open source under the terms of the
72
+ [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,108 @@
1
+ require 'yaml'
2
+ require 'rake_circle_ci'
3
+ require 'rake_github'
4
+ require 'rake_ssh'
5
+ require 'rake_gpg'
6
+ require 'securerandom'
7
+ require 'rspec/core/rake_task'
8
+
9
+ task :default => :spec
10
+
11
+ RSpec::Core::RakeTask.new(:spec)
12
+
13
+ namespace :encryption do
14
+ namespace :passphrase do
15
+ task :generate do
16
+ File.open('config/secrets/ci/encryption.passphrase', 'w') do |f|
17
+ f.write(SecureRandom.base64(36))
18
+ end
19
+ end
20
+ end
21
+ end
22
+
23
+ namespace :keys do
24
+ namespace :deploy do
25
+ RakeSSH.define_key_tasks(
26
+ path: 'config/secrets/ci/',
27
+ comment: 'maintainers@infrablocks.io')
28
+ end
29
+
30
+ namespace :gpg do
31
+ RakeGPG.define_generate_key_task(
32
+ output_directory: 'config/secrets/ci',
33
+ name_prefix: 'gpg',
34
+ owner_name: 'InfraBlocks Maintainers',
35
+ owner_email: 'maintainers@infrablocks.io',
36
+ owner_comment: 'concourse.rb CI Key')
37
+ end
38
+ end
39
+
40
+ RakeCircleCI.define_project_tasks(
41
+ namespace: :circle_ci,
42
+ project_slug: 'github/infrablocks/concourse.rb'
43
+ ) do |t|
44
+ circle_ci_config =
45
+ YAML.load_file('config/secrets/circle_ci/config.yaml')
46
+
47
+ t.api_token = circle_ci_config["circle_ci_api_token"]
48
+ t.environment_variables = {
49
+ ENCRYPTION_PASSPHRASE:
50
+ File.read('config/secrets/ci/encryption.passphrase')
51
+ .chomp
52
+ }
53
+ t.checkout_keys = []
54
+ t.ssh_keys = [
55
+ {
56
+ hostname: "github.com",
57
+ private_key: File.read('config/secrets/ci/ssh.private')
58
+ }
59
+ ]
60
+ end
61
+
62
+ RakeGithub.define_repository_tasks(
63
+ namespace: :github,
64
+ repository: 'infrablocks/concourse.rb',
65
+ ) do |t|
66
+ github_config =
67
+ YAML.load_file('config/secrets/github/config.yaml')
68
+
69
+ t.access_token = github_config["github_personal_access_token"]
70
+ t.deploy_keys = [
71
+ {
72
+ title: 'CircleCI',
73
+ public_key: File.read('config/secrets/ci/ssh.public')
74
+ }
75
+ ]
76
+ end
77
+
78
+ namespace :pipeline do
79
+ task :prepare => [
80
+ :'circle_ci:project:follow',
81
+ :'circle_ci:env_vars:ensure',
82
+ :'circle_ci:checkout_keys:ensure',
83
+ :'circle_ci:ssh_keys:ensure',
84
+ :'github:deploy_keys:ensure'
85
+ ]
86
+ end
87
+
88
+ namespace :version do
89
+ desc "Bump version for specified type (pre, major, minor, patch)"
90
+ task :bump, [:type] do |_, args|
91
+ bump_version_for(args.type)
92
+ end
93
+ end
94
+
95
+ desc "Release gem"
96
+ task :release do
97
+ sh "gem release --tag --push"
98
+ end
99
+
100
+ def bump_version_for(version_type)
101
+ sh "gem bump " +
102
+ "--skip-ci " +
103
+ "--version #{version_type} " +
104
+ "--file lib/concourse/version.rb " +
105
+ "&& bundle install " +
106
+ "&& export LAST_MESSAGE=\"$(git log -1 --pretty=%B)\" " +
107
+ "&& git commit -a --amend -m \"${LAST_MESSAGE}\""
108
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require 'concourse'
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require 'pry'
11
+ # Pry.start
12
+
13
+ require 'irb'
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,38 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'concourse/version'
5
+ require 'date'
6
+
7
+ Gem::Specification.new do |spec|
8
+ spec.name = 'concourse.rb'
9
+ spec.version = Concourse::VERSION
10
+ spec.authors = ['Toby Clemson']
11
+ spec.email = ['tobyclemson@gmail.com']
12
+
13
+ spec.date = Date.today.to_s
14
+ spec.summary = 'A Ruby SDK for the Concourse CI API.'
15
+ spec.description = 'A Ruby SDK for the Concourse CI API.'
16
+ spec.homepage = 'https://github.com/infrablocks/concourse.rb'
17
+ spec.license = 'MIT'
18
+
19
+ spec.files = `git ls-files -z`.split("\x0").select do |f|
20
+ f.match(%r{^(bin|lib|CODE_OF_CONDUCT\.md|concourse\.rb\.gemspec|Gemfile|LICENSE\.txt|Rakefile|README\.md)})
21
+ end
22
+ spec.bindir = 'exe'
23
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
+ spec.require_paths = ['lib']
25
+
26
+ spec.required_ruby_version = '>= 2.6.0'
27
+
28
+ spec.add_dependency 'excon', '~> 0.72'
29
+
30
+ spec.add_development_dependency 'bundler', '~> 2.0'
31
+ spec.add_development_dependency 'rake', '~> 13.0'
32
+ spec.add_development_dependency 'rake_circle_ci', '~> 0.9'
33
+ spec.add_development_dependency 'rake_github', '~> 0.5'
34
+ spec.add_development_dependency 'rake_ssh', '~> 0.4'
35
+ spec.add_development_dependency 'rake_gpg', '~> 0.12'
36
+ spec.add_development_dependency 'rspec', '~> 3.9'
37
+ spec.add_development_dependency 'gem-release', '~> 2.0'
38
+ end
@@ -0,0 +1,5 @@
1
+ require_relative 'concourse/version'
2
+ require_relative 'concourse/client'
3
+
4
+ module Concourse
5
+ end
@@ -0,0 +1,7 @@
1
+ module Concourse
2
+ class Client
3
+ def initialize
4
+
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ module Concourse
2
+ VERSION = '0.1.0.pre.2'
3
+ end
metadata ADDED
@@ -0,0 +1,181 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: concourse.rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre.2
5
+ platform: ruby
6
+ authors:
7
+ - Toby Clemson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-01-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: excon
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.72'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.72'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '13.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '13.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake_circle_ci
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.9'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.9'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake_github
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.5'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.5'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake_ssh
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.4'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.4'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rake_gpg
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.12'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.12'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rspec
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '3.9'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '3.9'
125
+ - !ruby/object:Gem::Dependency
126
+ name: gem-release
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '2.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '2.0'
139
+ description: A Ruby SDK for the Concourse CI API.
140
+ email:
141
+ - tobyclemson@gmail.com
142
+ executables: []
143
+ extensions: []
144
+ extra_rdoc_files: []
145
+ files:
146
+ - CODE_OF_CONDUCT.md
147
+ - Gemfile
148
+ - Gemfile.lock
149
+ - LICENSE.txt
150
+ - README.md
151
+ - Rakefile
152
+ - bin/console
153
+ - bin/setup
154
+ - concourse.rb.gemspec
155
+ - lib/concourse.rb
156
+ - lib/concourse/client.rb
157
+ - lib/concourse/version.rb
158
+ homepage: https://github.com/infrablocks/concourse.rb
159
+ licenses:
160
+ - MIT
161
+ metadata: {}
162
+ post_install_message:
163
+ rdoc_options: []
164
+ require_paths:
165
+ - lib
166
+ required_ruby_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: 2.6.0
171
+ required_rubygems_version: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - ">"
174
+ - !ruby/object:Gem::Version
175
+ version: 1.3.1
176
+ requirements: []
177
+ rubygems_version: 3.0.1
178
+ signing_key:
179
+ specification_version: 4
180
+ summary: A Ruby SDK for the Concourse CI API.
181
+ test_files: []