shivers 0.2.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e2a8de864a91bfb3fc9d7ba74bd8adf8bfe00c92ee3e3731de4ac538c4afbc77
4
+ data.tar.gz: 021f539b2f0b1219cc8d47dc26e3fdfb135e3317faba1444e5ebdfcdc178c891
5
+ SHA512:
6
+ metadata.gz: 83ff9c1b2b6e8a9968170b030619b6a9880d79cff633e50f9ca721e8bbc1fbcd17551278252a4b250789a74f574e9ff084112073187a10688a2e4c95a2bb30c4
7
+ data.tar.gz: df1ee4e6091d35fc6a9984c2ef9c69fcd96ec5d1f9d5bc9ff692b4ca5886e537988d16d32a87af5b5a38799686d786d0575d7892bec99e68885c046fdafeae04
@@ -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 lino.gemspec
4
+ gemspec
@@ -0,0 +1,113 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ shivers (0.2.0.pre.1)
5
+ semantic (~> 1.6)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (6.1.1)
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
+ docile (1.3.4)
22
+ excon (0.78.1)
23
+ faraday (1.3.0)
24
+ faraday-net_http (~> 1.0)
25
+ multipart-post (>= 1.2, < 3)
26
+ ruby2_keywords
27
+ faraday-net_http (1.0.0)
28
+ gem-release (2.2.0)
29
+ hamster (3.0.0)
30
+ concurrent-ruby (~> 1.0)
31
+ i18n (1.8.7)
32
+ concurrent-ruby (~> 1.0)
33
+ lino (1.7.0)
34
+ hamster (~> 3.0)
35
+ open4 (~> 1.3)
36
+ minitest (5.14.3)
37
+ multipart-post (2.1.1)
38
+ octokit (4.20.0)
39
+ faraday (>= 0.9)
40
+ sawyer (~> 0.8.0, >= 0.5.3)
41
+ open4 (1.3.4)
42
+ public_suffix (4.0.6)
43
+ rake (13.0.3)
44
+ rake_circle_ci (0.9.0)
45
+ colored2 (~> 3.1)
46
+ excon (~> 0.72)
47
+ rake_factory (~> 0.23)
48
+ sshkey (~> 2.0)
49
+ rake_factory (0.29.0)
50
+ activesupport (>= 4)
51
+ rake (~> 13.0)
52
+ rake_github (0.7.0)
53
+ colored2 (~> 3.1)
54
+ octokit (~> 4.16)
55
+ rake_factory (~> 0.23)
56
+ sshkey (~> 2.0)
57
+ rake_gpg (0.14.0)
58
+ rake_factory (>= 0.23, < 1)
59
+ ruby_gpg2 (>= 0.6, < 1)
60
+ rake_ssh (0.6.0)
61
+ colored2 (~> 3.1)
62
+ rake_factory (~> 0.23)
63
+ sshkey (~> 2.0)
64
+ rspec (3.10.0)
65
+ rspec-core (~> 3.10.0)
66
+ rspec-expectations (~> 3.10.0)
67
+ rspec-mocks (~> 3.10.0)
68
+ rspec-core (3.10.1)
69
+ rspec-support (~> 3.10.0)
70
+ rspec-expectations (3.10.1)
71
+ diff-lcs (>= 1.2.0, < 2.0)
72
+ rspec-support (~> 3.10.0)
73
+ rspec-mocks (3.10.1)
74
+ diff-lcs (>= 1.2.0, < 2.0)
75
+ rspec-support (~> 3.10.0)
76
+ rspec-support (3.10.1)
77
+ ruby2_keywords (0.0.2)
78
+ ruby_gpg2 (0.8.0)
79
+ lino (>= 1.5)
80
+ sawyer (0.8.2)
81
+ addressable (>= 2.3.5)
82
+ faraday (> 0.8, < 2.0)
83
+ semantic (1.6.1)
84
+ simplecov (0.21.2)
85
+ docile (~> 1.1)
86
+ simplecov-html (~> 0.11)
87
+ simplecov_json_formatter (~> 0.1)
88
+ simplecov-html (0.12.3)
89
+ simplecov_json_formatter (0.1.2)
90
+ sshkey (2.0.0)
91
+ tzinfo (2.0.4)
92
+ concurrent-ruby (~> 1.0)
93
+ zeitwerk (2.4.2)
94
+
95
+ PLATFORMS
96
+ ruby
97
+ x86_64-darwin-19
98
+ x86_64-linux
99
+
100
+ DEPENDENCIES
101
+ bundler (~> 2.0)
102
+ gem-release (~> 2.0)
103
+ rake (~> 13.0)
104
+ rake_circle_ci (~> 0.9)
105
+ rake_github (~> 0.7)
106
+ rake_gpg (~> 0.14)
107
+ rake_ssh (~> 0.6)
108
+ rspec (~> 3.9)
109
+ shivers!
110
+ simplecov (~> 0.16)
111
+
112
+ BUNDLED WITH
113
+ 2.2.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 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,47 @@
1
+ # Shivers
2
+
3
+ Semantic version number management, by file and environment, for CI pipelines.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'shivers'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install shivers
20
+
21
+ ## Usage
22
+
23
+ TODO.
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
+ ## Contributing
38
+
39
+ Bug reports and pull requests are welcome on GitHub at
40
+ https://github.com/infrablocks/shivers. This project is intended to be a safe,
41
+ welcoming space for collaboration, and contributors are expected to adhere to
42
+ the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
43
+
44
+ ## License
45
+
46
+ The gem is available as open source under the terms of the
47
+ [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,107 @@
1
+ require 'yaml'
2
+ require 'fileutils'
3
+ require 'rake_circle_ci'
4
+ require 'rake_github'
5
+ require 'rake_ssh'
6
+ require 'rake_gpg'
7
+ require 'securerandom'
8
+ require 'rspec/core/rake_task'
9
+
10
+ task :default => :spec
11
+
12
+ RSpec::Core::RakeTask.new(:spec)
13
+
14
+ namespace :encryption do
15
+ namespace :passphrase do
16
+ task :generate do
17
+ FileUtils.mkdir_p("config/secrets/ci/")
18
+ File.open('config/secrets/ci/encryption.passphrase', 'w') do |f|
19
+ f.write(SecureRandom.base64(36))
20
+ end
21
+ end
22
+ end
23
+ end
24
+
25
+ namespace :keys do
26
+ namespace :deploy do
27
+ RakeSSH.define_key_tasks(
28
+ path: 'config/secrets/ci/',
29
+ comment: 'maintainers@infrablocks.io')
30
+ end
31
+
32
+ namespace :gpg do
33
+ RakeGPG.define_generate_key_task(
34
+ output_directory: 'config/secrets/ci',
35
+ name_prefix: 'gpg',
36
+ owner_name: 'InfraBlocks Maintainers',
37
+ owner_email: 'maintainers@infrablocks.io',
38
+ owner_comment: 'shivers CI Key')
39
+ end
40
+ end
41
+
42
+ RakeCircleCI.define_project_tasks(
43
+ namespace: :circle_ci,
44
+ project_slug: 'github/infrablocks/shivers'
45
+ ) do |t|
46
+ circle_ci_config =
47
+ YAML.load_file('config/secrets/circle_ci/config.yaml')
48
+
49
+ t.api_token = circle_ci_config["circle_ci_api_token"]
50
+ t.environment_variables = {
51
+ ENCRYPTION_PASSPHRASE:
52
+ File.read('config/secrets/ci/encryption.passphrase')
53
+ .chomp
54
+ }
55
+ t.checkout_keys = []
56
+ t.ssh_keys = [
57
+ {
58
+ hostname: "github.com",
59
+ private_key: File.read('config/secrets/ci/ssh.private')
60
+ }
61
+ ]
62
+ end
63
+
64
+ RakeGithub.define_repository_tasks(
65
+ namespace: :github,
66
+ repository: 'infrablocks/shivers',
67
+ ) do |t|
68
+ github_config =
69
+ YAML.load_file('config/secrets/github/config.yaml')
70
+
71
+ t.access_token = github_config["github_personal_access_token"]
72
+ t.deploy_keys = [
73
+ {
74
+ title: 'CircleCI',
75
+ public_key: File.read('config/secrets/ci/ssh.public')
76
+ }
77
+ ]
78
+ end
79
+
80
+ namespace :pipeline do
81
+ task :prepare => [
82
+ :'circle_ci:project:follow',
83
+ :'circle_ci:env_vars:ensure',
84
+ :'circle_ci:checkout_keys:ensure',
85
+ :'circle_ci:ssh_keys:ensure',
86
+ :'github:deploy_keys:ensure'
87
+ ]
88
+ end
89
+
90
+ namespace :version do
91
+ desc "Bump version for specified type (pre, major, minor, patch)"
92
+ task :bump, [:type] do |_, args|
93
+ bump_version_for(args.type)
94
+ end
95
+ end
96
+
97
+ desc "Release gem"
98
+ task :release do
99
+ sh "gem release --tag --push"
100
+ end
101
+
102
+ def bump_version_for(version_type)
103
+ sh "gem bump --version #{version_type} " +
104
+ "&& bundle install " +
105
+ "&& export LAST_MESSAGE=\"$(git log -1 --pretty=%B)\" " +
106
+ "&& git commit -a --amend -m \"${LAST_MESSAGE} [ci skip]\""
107
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bundler/setup'
4
+ require 'shivers'
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,4 @@
1
+ require 'shivers/version'
2
+
3
+ module Shivers
4
+ end
@@ -0,0 +1,3 @@
1
+ module Shivers
2
+ VERSION = '0.2.0.pre.1'
3
+ end
@@ -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 'shivers'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'shivers'
8
+ spec.version = Shivers::VERSION
9
+ spec.authors = ['Toby Clemson']
10
+ spec.email = ['tobyclemson@gmail.com']
11
+
12
+ spec.date = '2021-01-11'
13
+ spec.summary = 'Semantic version numbers for CI pipelines.'
14
+ spec.description = 'Semantic version number management, by file and environment, for CI pipelines.'
15
+ spec.homepage = 'https://github.com/infrablocks/shivers'
16
+ spec.license = 'MIT'
17
+
18
+ spec.files = `git ls-files -z`.split("\x0").select do |f|
19
+ f.match(%r{^(bin|lib|CODE_OF_CONDUCT\.md|shivers\.gemspec|Gemfile|LICENSE\.txt|Rakefile|README\.md)})
20
+ end
21
+ spec.bindir = 'exe'
22
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
+ spec.require_paths = ['lib']
24
+
25
+ spec.required_ruby_version = '>= 2.6'
26
+
27
+ spec.add_dependency 'semantic', '~> 1.6'
28
+
29
+ spec.add_development_dependency 'bundler', '~> 2.0'
30
+ spec.add_development_dependency 'rake', '~> 13.0'
31
+ spec.add_development_dependency 'rake_circle_ci', '~> 0.9'
32
+ spec.add_development_dependency 'rake_github', '~> 0.7'
33
+ spec.add_development_dependency 'rake_ssh', '~> 0.6'
34
+ spec.add_development_dependency 'rake_gpg', '~> 0.14'
35
+ spec.add_development_dependency 'rspec', '~> 3.9'
36
+ spec.add_development_dependency 'gem-release', '~> 2.0'
37
+ spec.add_development_dependency 'simplecov', '~> 0.16'
38
+ end
metadata ADDED
@@ -0,0 +1,194 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shivers
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0.pre.1
5
+ platform: ruby
6
+ authors:
7
+ - Toby Clemson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: semantic
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.6'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.6'
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.7'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.7'
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.6'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.6'
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.14'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.14'
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
+ - !ruby/object:Gem::Dependency
140
+ name: simplecov
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0.16'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '0.16'
153
+ description: Semantic version number management, by file and environment, for CI pipelines.
154
+ email:
155
+ - tobyclemson@gmail.com
156
+ executables: []
157
+ extensions: []
158
+ extra_rdoc_files: []
159
+ files:
160
+ - CODE_OF_CONDUCT.md
161
+ - Gemfile
162
+ - Gemfile.lock
163
+ - LICENSE.txt
164
+ - README.md
165
+ - Rakefile
166
+ - bin/console
167
+ - bin/setup
168
+ - lib/shivers.rb
169
+ - lib/shivers/version.rb
170
+ - shivers.gemspec
171
+ homepage: https://github.com/infrablocks/shivers
172
+ licenses:
173
+ - MIT
174
+ metadata: {}
175
+ post_install_message:
176
+ rdoc_options: []
177
+ require_paths:
178
+ - lib
179
+ required_ruby_version: !ruby/object:Gem::Requirement
180
+ requirements:
181
+ - - ">="
182
+ - !ruby/object:Gem::Version
183
+ version: '2.6'
184
+ required_rubygems_version: !ruby/object:Gem::Requirement
185
+ requirements:
186
+ - - ">"
187
+ - !ruby/object:Gem::Version
188
+ version: 1.3.1
189
+ requirements: []
190
+ rubygems_version: 3.0.1
191
+ signing_key:
192
+ specification_version: 4
193
+ summary: Semantic version numbers for CI pipelines.
194
+ test_files: []