resol 0.7.0 → 0.7.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -11
  3. data/lib/resol/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77dffd7c902fc23453017169fe4e817b133495404143604a804b37c684223241
4
- data.tar.gz: 05a63f798b1635788e913cb156001d8244128567e6c868d6a82a84424c2bb091
3
+ metadata.gz: 5fcf57857ff7296ff6a03d749bf23b753bb7c954f35c646337bafdca35d0b421
4
+ data.tar.gz: 70c0d5f63ec8bd3ee7b75b9a4857138d86ba77afa3186af778f3bae357c7922c
5
5
  SHA512:
6
- metadata.gz: a84fdcd1b22fd64fe1c6a5d3025d95de0ca9a10d60a1513ba6b10842638e6c1748abc1ae412d32098a7e3fc8cb53b33a69a21335523ee7d2c753adbc4673eff6
7
- data.tar.gz: ad1d2be7635092e0ad39097bf570b31b63fec0841c0b8bcbe7459c893f4c8487cf3eda95eb404b7e26000a3276ea4de828f69696b31033fa4edcc3449dbf0bdc
6
+ metadata.gz: f1c39188fbbfc3280db5989ad7de4f706f5a2064ebd4a55de1a9b1be16f300ffc11d0e7b40907a7273f5a26d0200af4176a9683979e1cafee1d9c47ef92a0c4b
7
+ data.tar.gz: 9a7fd22c0ca24a6d8bb1470c95a840c2ab8679009eed7fd0b3f32404735e498553432d09c8f009de160b26eeec33f23f6ec8e9b46dad7be074265386f2b70838
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resol (0.7.0)
4
+ resol (0.7.1)
5
5
  smart_initializer (~> 0.7)
6
6
 
7
7
  GEM
@@ -27,12 +27,12 @@ GEM
27
27
  diff-lcs (1.4.4)
28
28
  docile (1.4.0)
29
29
  dry-inflector (0.2.1)
30
- i18n (1.8.10)
30
+ i18n (1.8.11)
31
31
  concurrent-ruby (~> 1.0)
32
32
  method_source (1.0.0)
33
33
  minitest (5.14.4)
34
34
  parallel (1.21.0)
35
- parser (3.0.2.0)
35
+ parser (3.0.3.1)
36
36
  ast (~> 2.4.1)
37
37
  pry (0.14.1)
38
38
  coderay (~> 1.1)
@@ -41,7 +41,7 @@ GEM
41
41
  rack (2.2.3)
42
42
  rainbow (3.0.0)
43
43
  rake (13.0.6)
44
- regexp_parser (2.1.1)
44
+ regexp_parser (2.2.0)
45
45
  rexml (3.2.5)
46
46
  rspec (3.10.0)
47
47
  rspec-core (~> 3.10.0)
@@ -55,7 +55,7 @@ GEM
55
55
  rspec-mocks (3.10.2)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
57
  rspec-support (~> 3.10.0)
58
- rspec-support (3.10.2)
58
+ rspec-support (3.10.3)
59
59
  rubocop (1.17.0)
60
60
  parallel (~> 1.10)
61
61
  parser (>= 3.0.0.0)
@@ -65,7 +65,7 @@ GEM
65
65
  rubocop-ast (>= 1.7.0, < 2.0)
66
66
  ruby-progressbar (~> 1.7)
67
67
  unicode-display_width (>= 1.4.0, < 3.0)
68
- rubocop-ast (1.11.0)
68
+ rubocop-ast (1.14.0)
69
69
  parser (>= 3.0.1.1)
70
70
  rubocop-config-umbrellio (1.17.0.53)
71
71
  rubocop (= 1.17.0)
@@ -89,7 +89,7 @@ GEM
89
89
  rubocop-sequel (0.2.0)
90
90
  rubocop (~> 1.0)
91
91
  ruby-progressbar (1.11.0)
92
- sequel (5.48.0)
92
+ sequel (5.51.0)
93
93
  simplecov (0.21.2)
94
94
  docile (~> 1.1)
95
95
  simplecov-html (~> 0.11)
@@ -98,11 +98,11 @@ GEM
98
98
  simplecov-lcov (0.8.0)
99
99
  simplecov_json_formatter (0.1.3)
100
100
  smart_engine (0.11.0)
101
- smart_initializer (0.7.0)
101
+ smart_initializer (0.8.0)
102
102
  qonfig (~> 0.24)
103
103
  smart_engine (~> 0.11)
104
104
  smart_types (~> 0.4)
105
- smart_types (0.6.0)
105
+ smart_types (0.7.0)
106
106
  smart_engine (~> 0.11)
107
107
  symbiont-ruby (0.7.0)
108
108
  thor (1.1.0)
@@ -112,11 +112,12 @@ GEM
112
112
  sequel
113
113
  symbiont-ruby
114
114
  unicode-display_width (2.1.0)
115
- zeitwerk (2.4.2)
115
+ zeitwerk (2.5.1)
116
116
 
117
117
  PLATFORMS
118
118
  x86_64-darwin-19
119
119
  x86_64-darwin-20
120
+ x86_64-darwin-21
120
121
  x86_64-linux
121
122
 
122
123
  DEPENDENCIES
@@ -131,4 +132,4 @@ DEPENDENCIES
131
132
  simplecov-lcov
132
133
 
133
134
  BUNDLED WITH
134
- 2.2.21
135
+ 2.2.31
data/lib/resol/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Resol
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksei Bespalov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-10 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: smart_initializer