shivers 0.6.0.pre.9 → 0.6.0.pre.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eef9a44468f1bc6a2314545faa81a86f25b9d2a733247a76fad05e4f518ebda9
4
- data.tar.gz: f52d6a9afd88d5ddb3b6ed4b06d2ec7b14cf8af88d7e1c803eda2128f1f81679
3
+ metadata.gz: b847b73353c7e43c24777aefe6c09027d1f89716612991ad23dc7483cb3b8295
4
+ data.tar.gz: 58320bcf16d2345ccebca2b6f076362d00628248d812d43fa3f3337ca49884c4
5
5
  SHA512:
6
- metadata.gz: 184eb97fb0da59830d6a934ee83f693c1fe3306eeebcd1e90acbc8b71adfbd432cb3be2b30efe7cc76852a52b699ae6573d27ef7ecf228b7b730b69669367e25
7
- data.tar.gz: 3d06e5652414c1b432ae1fb2a710dd76283faea81b0939c321753eed05b7c00af775eaec06ebc4ecac557ac42e13c9590b02ee408979eb172695c414134364c3
6
+ metadata.gz: b481eda88555596a7ac07420ae1565e5db4e649faf9e833ef0bc86fbf4f82f8529de8ba71e0cd97cecf891e4645ca16a81caf010a082826b738d1450df569fbc
7
+ data.tar.gz: 4bc865d90b5c34a0eb6d82bc737bb117750a49e7f7e307b0124448bc1f9328677eb85124cc02b7e286747b5116b2d3ac36cd9e67129fb0508df56e52130e892c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shivers (0.6.0.pre.9)
4
+ shivers (0.6.0.pre.10)
5
5
  semantic (~> 1.6)
6
6
 
7
7
  GEM
@@ -34,7 +34,7 @@ GEM
34
34
  lino (3.1.0)
35
35
  hamster (~> 3.0)
36
36
  open4 (~> 1.3)
37
- minitest (5.16.3)
37
+ minitest (5.17.0)
38
38
  octokit (6.0.1)
39
39
  faraday (>= 1, < 3)
40
40
  sawyer (~> 0.9)
@@ -80,17 +80,17 @@ GEM
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
81
  rspec-support (~> 3.12.0)
82
82
  rspec-support (3.12.0)
83
- rubocop (1.41.1)
83
+ rubocop (1.42.0)
84
84
  json (~> 2.3)
85
85
  parallel (~> 1.10)
86
86
  parser (>= 3.1.2.1)
87
87
  rainbow (>= 2.2.2, < 4.0)
88
88
  regexp_parser (>= 1.8, < 3.0)
89
89
  rexml (>= 3.2.5, < 4.0)
90
- rubocop-ast (>= 1.23.0, < 2.0)
90
+ rubocop-ast (>= 1.24.1, < 2.0)
91
91
  ruby-progressbar (~> 1.7)
92
92
  unicode-display_width (>= 1.4.0, < 3.0)
93
- rubocop-ast (1.24.0)
93
+ rubocop-ast (1.24.1)
94
94
  parser (>= 3.1.1.0)
95
95
  rubocop-rake (0.6.0)
96
96
  rubocop (~> 1.0)
@@ -136,4 +136,4 @@ DEPENDENCIES
136
136
  simplecov
137
137
 
138
138
  BUNDLED WITH
139
- 2.4.1
139
+ 2.4.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shivers
4
- VERSION = '0.6.0.pre.9'
4
+ VERSION = '0.6.0.pre.10'
5
5
  end
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.9
4
+ version: 0.6.0.pre.10
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-12-28 00:00:00.000000000 Z
11
+ date: 2023-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic