shivers 0.5.0 → 0.6.0.pre.1

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: e84c25b597a412a76c94fad6ee6b15a2b93fc5c2a4e4f13d4a6c59db1928ea3d
4
- data.tar.gz: 779e6c4b2aea7702b306b3d08fb0ceaf7c6406ba81e4856c573252cf8242f7eb
3
+ metadata.gz: 0d0384b2239f750a8a900800d39f142e33832f51587c43d24bc3cb26f3d77665
4
+ data.tar.gz: 1dfba8bf7bb3df0b75d0a6db54f46dac163b94cf09878b1c013a23ce89d072c1
5
5
  SHA512:
6
- metadata.gz: a7401edee56b23ffa1876bd2b8b6f3ce6236bffead826fb457d513266b8968364a1de8683a4e8f6ecbda25d16c320aeed44ee85fa82f17ebb7687b09cae870d5
7
- data.tar.gz: ad4f70a94471ec175810d0788e203e646cd5fc7dac65e69320d6bb5846f4908ebb2149844eff84da6caf8d0fb05753a75c0f220f593213e1ef0aeeadbc84ea45
6
+ metadata.gz: bb91e8ac3ac99a8b9c4aae89ace6d1838ce388444a43ea77da25e085e28f03f3c58c6a238882fe15b4c923068ed641f0ff8ae214345bb5500cf9258d2d17bfb6
7
+ data.tar.gz: 2af864400b000e426a94acdc5bbc017be4e8dd9a803338b2d704e87ea9169c00122c61fb0c291ebe8307884477c157289546a73af46f40f486e7789bd9bb5066
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 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
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shivers (0.5.0)
4
+ shivers (0.6.0.pre.1)
5
5
  semantic (~> 1.6)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.1)
10
+ activesupport (6.1.3.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -16,27 +16,35 @@ GEM
16
16
  addressable (2.7.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.8)
20
20
  diff-lcs (1.4.4)
21
- docile (1.3.4)
22
- excon (0.78.1)
21
+ docile (1.4.0)
22
+ excon (0.82.0)
23
23
  fakefs (0.20.1)
24
- faraday (1.3.0)
24
+ faraday (1.4.2)
25
+ faraday-em_http (~> 1.0)
26
+ faraday-em_synchrony (~> 1.0)
27
+ faraday-excon (~> 1.1)
25
28
  faraday-net_http (~> 1.0)
29
+ faraday-net_http_persistent (~> 1.1)
26
30
  multipart-post (>= 1.2, < 3)
27
- ruby2_keywords
28
- faraday-net_http (1.0.0)
29
- gem-release (2.2.0)
31
+ ruby2_keywords (>= 0.0.4)
32
+ faraday-em_http (1.0.0)
33
+ faraday-em_synchrony (1.0.0)
34
+ faraday-excon (1.1.0)
35
+ faraday-net_http (1.0.1)
36
+ faraday-net_http_persistent (1.1.0)
37
+ gem-release (2.2.1)
30
38
  hamster (3.0.0)
31
39
  concurrent-ruby (~> 1.0)
32
- i18n (1.8.7)
40
+ i18n (1.8.10)
33
41
  concurrent-ruby (~> 1.0)
34
- lino (1.7.0)
42
+ lino (3.0.0)
35
43
  hamster (~> 3.0)
36
44
  open4 (~> 1.3)
37
- minitest (5.14.3)
45
+ minitest (5.14.4)
38
46
  multipart-post (2.1.1)
39
- octokit (4.20.0)
47
+ octokit (4.21.0)
40
48
  faraday (>= 0.9)
41
49
  sawyer (~> 0.8.0, >= 0.5.3)
42
50
  open4 (1.3.4)
@@ -55,7 +63,7 @@ GEM
55
63
  octokit (~> 4.16)
56
64
  rake_factory (~> 0.23)
57
65
  sshkey (~> 2.0)
58
- rake_gpg (0.14.0)
66
+ rake_gpg (0.16.0)
59
67
  rake_factory (>= 0.23, < 1)
60
68
  ruby_gpg2 (>= 0.6, < 1)
61
69
  rake_ssh (0.6.0)
@@ -71,11 +79,11 @@ GEM
71
79
  rspec-expectations (3.10.1)
72
80
  diff-lcs (>= 1.2.0, < 2.0)
73
81
  rspec-support (~> 3.10.0)
74
- rspec-mocks (3.10.1)
82
+ rspec-mocks (3.10.2)
75
83
  diff-lcs (>= 1.2.0, < 2.0)
76
84
  rspec-support (~> 3.10.0)
77
- rspec-support (3.10.1)
78
- ruby2_keywords (0.0.2)
85
+ rspec-support (3.10.2)
86
+ ruby2_keywords (0.0.4)
79
87
  ruby_gpg2 (0.8.0)
80
88
  lino (>= 1.5)
81
89
  sawyer (0.8.2)
@@ -87,7 +95,7 @@ GEM
87
95
  simplecov-html (~> 0.11)
88
96
  simplecov_json_formatter (~> 0.1)
89
97
  simplecov-html (0.12.3)
90
- simplecov_json_formatter (0.1.2)
98
+ simplecov_json_formatter (0.1.3)
91
99
  sshkey (2.0.0)
92
100
  tzinfo (2.0.4)
93
101
  concurrent-ruby (~> 1.0)
@@ -112,4 +120,4 @@ DEPENDENCIES
112
120
  simplecov (~> 0.16)
113
121
 
114
122
  BUNDLED WITH
115
- 2.2.5
123
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module Shivers
2
- VERSION = '0.5.0'
2
+ VERSION = '0.6.0.pre.1'
3
3
  end
data/shivers.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'shivers/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'shivers'
8
8
  spec.version = Shivers::VERSION
9
- spec.authors = ['Toby Clemson']
10
- spec.email = ['tobyclemson@gmail.com']
9
+ spec.authors = ['InfraBlocks Maintainers']
10
+ spec.email = ['maintainers@infrablocks.io']
11
11
 
12
12
  spec.date = '2021-01-11'
13
13
  spec.summary = 'Semantic version numbers for CI pipelines.'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -166,7 +166,7 @@ dependencies:
166
166
  version: '0.16'
167
167
  description: Semantic version number management, by file and environment, for CI pipelines.
168
168
  email:
169
- - tobyclemson@gmail.com
169
+ - maintainers@infrablocks.io
170
170
  executables: []
171
171
  extensions: []
172
172
  extra_rdoc_files: []
@@ -197,9 +197,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  version: '2.6'
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  requirements:
200
- - - ">="
200
+ - - ">"
201
201
  - !ruby/object:Gem::Version
202
- version: '0'
202
+ version: 1.3.1
203
203
  requirements: []
204
204
  rubygems_version: 3.0.1
205
205
  signing_key: