shivers 0.6.0.pre.7 → 0.6.0.pre.8

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: 61167e16cb5c19c98ed1d5b81235653434d2a4c5aa5be25d061df3432574c6da
4
- data.tar.gz: 19bff864e6ad93dddcf081ed1353bf6d648e5adfe9d043361777128fe926c533
3
+ metadata.gz: a277edde103ab3a3d8ca173157fd4e48293b3036ee834e4d175cf6bd64112859
4
+ data.tar.gz: b3d3ff0c436983baef1a427a6d33a968dcf99e95b5f7e7c32410d3ba4e03ebdc
5
5
  SHA512:
6
- metadata.gz: a17e8a1b08ffa5dbe53f955274a71a93ac031d34ffb5609f04e547b031f72924b58842110f8a111ff0eeb48f391717a37aa5b82eaff2ae38978d2b9c62a87f27
7
- data.tar.gz: e7cf7a86262279cf0f28e5faecbd477ac26db5911f067710dbca46c9c37f16d348178f89057a262e74948bdb3fd6b6888d5894fc20ef3fc1b4e0012e67fca769
6
+ metadata.gz: b7d7e72802793e0007fc7a11575242cca48376a59eb92878618753d89ecf2e0e6697c3be25ef10926aa55b2e34ce0afdb45e1bf4e09476c93fb259d5bd6c9dba
7
+ data.tar.gz: d227ed0578c1799869e69fd773c2c5af7296a9673f9be7271abfbcf133fdbec3d1c64990895b9361b650103aa2aca911d564ee34f8b377df216fe078563b7512
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shivers (0.6.0.pre.7)
4
+ shivers (0.6.0.pre.8)
5
5
  semantic (~> 1.6)
6
6
 
7
7
  GEM
@@ -20,7 +20,7 @@ GEM
20
20
  diff-lcs (1.5.0)
21
21
  docile (1.4.0)
22
22
  excon (0.92.0)
23
- fakefs (1.4.1)
23
+ fakefs (1.8.0)
24
24
  faraday (1.10.0)
25
25
  faraday-em_http (~> 1.0)
26
26
  faraday-em_synchrony (~> 1.0)
@@ -49,6 +49,7 @@ GEM
49
49
  concurrent-ruby (~> 1.0)
50
50
  i18n (1.10.0)
51
51
  concurrent-ruby (~> 1.0)
52
+ json (2.6.2)
52
53
  lino (3.0.0)
53
54
  hamster (~> 3.0)
54
55
  open4 (~> 1.3)
@@ -59,7 +60,7 @@ GEM
59
60
  sawyer (~> 0.8.0, >= 0.5.3)
60
61
  open4 (1.3.4)
61
62
  parallel (1.22.1)
62
- parser (3.1.1.0)
63
+ parser (3.1.2.1)
63
64
  ast (~> 2.4.1)
64
65
  public_suffix (4.0.6)
65
66
  rainbow (3.1.1)
@@ -84,36 +85,37 @@ GEM
84
85
  colored2 (~> 3.1)
85
86
  rake_factory (~> 0.23)
86
87
  sshkey (~> 2.0)
87
- regexp_parser (2.2.1)
88
+ regexp_parser (2.6.0)
88
89
  rexml (3.2.5)
89
- rspec (3.11.0)
90
- rspec-core (~> 3.11.0)
91
- rspec-expectations (~> 3.11.0)
92
- rspec-mocks (~> 3.11.0)
93
- rspec-core (3.11.0)
94
- rspec-support (~> 3.11.0)
95
- rspec-expectations (3.11.0)
90
+ rspec (3.12.0)
91
+ rspec-core (~> 3.12.0)
92
+ rspec-expectations (~> 3.12.0)
93
+ rspec-mocks (~> 3.12.0)
94
+ rspec-core (3.12.0)
95
+ rspec-support (~> 3.12.0)
96
+ rspec-expectations (3.12.0)
96
97
  diff-lcs (>= 1.2.0, < 2.0)
97
- rspec-support (~> 3.11.0)
98
- rspec-mocks (3.11.0)
98
+ rspec-support (~> 3.12.0)
99
+ rspec-mocks (3.12.0)
99
100
  diff-lcs (>= 1.2.0, < 2.0)
100
- rspec-support (~> 3.11.0)
101
- rspec-support (3.11.0)
102
- rubocop (1.27.0)
101
+ rspec-support (~> 3.12.0)
102
+ rspec-support (3.12.0)
103
+ rubocop (1.36.0)
104
+ json (~> 2.3)
103
105
  parallel (~> 1.10)
104
- parser (>= 3.1.0.0)
106
+ parser (>= 3.1.2.1)
105
107
  rainbow (>= 2.2.2, < 4.0)
106
108
  regexp_parser (>= 1.8, < 3.0)
107
- rexml
108
- rubocop-ast (>= 1.16.0, < 2.0)
109
+ rexml (>= 3.2.5, < 4.0)
110
+ rubocop-ast (>= 1.20.1, < 2.0)
109
111
  ruby-progressbar (~> 1.7)
110
112
  unicode-display_width (>= 1.4.0, < 3.0)
111
- rubocop-ast (1.16.0)
113
+ rubocop-ast (1.23.0)
112
114
  parser (>= 3.1.1.0)
113
115
  rubocop-rake (0.6.0)
114
116
  rubocop (~> 1.0)
115
- rubocop-rspec (2.9.0)
116
- rubocop (~> 1.19)
117
+ rubocop-rspec (2.14.2)
118
+ rubocop (~> 1.33)
117
119
  ruby-progressbar (1.11.0)
118
120
  ruby2_keywords (0.0.5)
119
121
  ruby_gpg2 (0.8.0)
@@ -131,7 +133,7 @@ GEM
131
133
  sshkey (2.0.0)
132
134
  tzinfo (2.0.4)
133
135
  concurrent-ruby (~> 1.0)
134
- unicode-display_width (2.1.0)
136
+ unicode-display_width (2.3.0)
135
137
 
136
138
  PLATFORMS
137
139
  arm64-darwin-21
@@ -154,4 +156,4 @@ DEPENDENCIES
154
156
  simplecov
155
157
 
156
158
  BUNDLED WITH
157
- 2.3.11
159
+ 2.3.24
data/Rakefile CHANGED
@@ -52,7 +52,7 @@ namespace :library do
52
52
  task check: [:rubocop]
53
53
 
54
54
  desc 'Attempt to automatically fix issues with the library'
55
- task fix: [:'rubocop:auto_correct']
55
+ task fix: [:'rubocop:autocorrect']
56
56
  end
57
57
 
58
58
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shivers
4
- VERSION = '0.6.0.pre.7'
4
+ VERSION = '0.6.0.pre.8'
5
5
  end
@@ -32,7 +32,7 @@ module Shivers
32
32
  alias eql? ==
33
33
 
34
34
  def hash
35
- self.class.hash ^ state.hash
35
+ [self.class, state].hash
36
36
  end
37
37
 
38
38
  def state
@@ -32,7 +32,7 @@ module Shivers
32
32
  alias eql? ==
33
33
 
34
34
  def hash
35
- self.class.hash ^ state.hash
35
+ [self.class, state].hash
36
36
  end
37
37
 
38
38
  def state
@@ -9,9 +9,7 @@ module Shivers
9
9
  include ValueEquality
10
10
  include Mixins::Multivaluable
11
11
 
12
- # rubocop:disable Style/RedundantInitialize
13
- def initialize(_ = {}); end
14
- # rubocop:enable Style/RedundantInitialize
12
+ def initialize(_ = {}); end # rubocop:disable Style/RedundantInitialize, Lint/RedundantCopDisableDirective
15
13
 
16
14
  def matcher
17
15
  /0|[1-9]\d*/
@@ -32,7 +30,7 @@ module Shivers
32
30
  alias eql? ==
33
31
 
34
32
  def hash
35
- self.class.hash ^ state.hash
33
+ [self.class, state].hash
36
34
  end
37
35
 
38
36
  def state
@@ -9,7 +9,7 @@ module Shivers
9
9
  alias eql? ==
10
10
 
11
11
  def hash
12
- self.class.hash ^ state.hash
12
+ [self.class, state].hash
13
13
  end
14
14
  end
15
15
  end
@@ -112,7 +112,7 @@ module Shivers
112
112
 
113
113
  def no_dsl_element_error(symbol)
114
114
  NoMethodError.new(
115
- "DSL does not include an element with name: '#{symbol}'. "\
115
+ "DSL does not include an element with name: '#{symbol}'. " \
116
116
  'Check usage.',
117
117
  symbol
118
118
  )
data/shivers.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.email = ['maintainers@infrablocks.io']
23
23
 
24
24
  spec.summary = 'Semantic version numbers for CI pipelines.'
25
- spec.description = 'Semantic version number management, by file and '\
25
+ spec.description = 'Semantic version number management, by file and ' \
26
26
  'environment, for CI pipelines.'
27
27
  spec.homepage = 'https://github.com/infrablocks/shivers'
28
28
  spec.license = 'MIT'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.pre.7
4
+ version: 0.6.0.pre.8
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-04-11 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic