resol 0.4.2 → 0.5.0

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 +8 -8
  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: 0dc5047622a240e207abad9020c3835060ae039eb93fa5f3741896d57871f681
4
- data.tar.gz: e608a7e82d8c8d54169d305f7b1dbc01a7e1f6088877a05815d7b95979df4da8
3
+ metadata.gz: 3e85fb79be6315df1a0073d5ee5b5c78dd18c2bc4b7f208c4bd72754f923ff13
4
+ data.tar.gz: ee06e3e8d41e9800ddb12a9ba0392ab3d7e171ea66332f702a9c46126c6042c0
5
5
  SHA512:
6
- metadata.gz: 9cdd9fe171f117b346c4ebc787451a9def9fc28fbc23f8023852bb2388eb030e3b898dc883864eb0c4b180683c8f4058c74ee4661e856f0d9ce8e55a33cc46e4
7
- data.tar.gz: 143cd088406f35993f522d3e2549741277eb28fee2b9f99248b86ba9dbd5302b3eee3ec4db9cefbefc8ad8992af64348272e7e09bb068c58b0407df365ce2ce8
6
+ metadata.gz: fef4615bf36c1bde74815e9e5db5e3c5ff3ae7bada67142207042096c150bba680227755568298893f1024d5c8aaf5a6e14fc3e164a4f07b9d0176d70a4271d2
7
+ data.tar.gz: deeb6d29fdd34f3116df29f143134f44efd7d8f112ae07b9e564cf62e830b97171e9abae8edd03541b9f8e3aac6f1e43850d15c2d95d8d37374fbb5324bc1914
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resol (0.4.2)
4
+ resol (0.5.0)
5
5
  smart_initializer (~> 0.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.3.2)
10
+ activesupport (6.1.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -56,19 +56,19 @@ GEM
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
57
  rspec-support (~> 3.10.0)
58
58
  rspec-support (3.10.2)
59
- rubocop (1.11.0)
59
+ rubocop (1.17.0)
60
60
  parallel (~> 1.10)
61
61
  parser (>= 3.0.0.0)
62
62
  rainbow (>= 2.2.2, < 4.0)
63
63
  regexp_parser (>= 1.8, < 3.0)
64
64
  rexml
65
- rubocop-ast (>= 1.2.0, < 2.0)
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
68
  rubocop-ast (1.7.0)
69
69
  parser (>= 3.0.1.1)
70
- rubocop-config-umbrellio (1.11.0.51)
71
- rubocop (= 1.11.0)
70
+ rubocop-config-umbrellio (1.17.0.53)
71
+ rubocop (= 1.17.0)
72
72
  rubocop-performance (= 1.10.0)
73
73
  rubocop-rails (= 2.9.1)
74
74
  rubocop-rake (= 0.5.1)
@@ -98,13 +98,13 @@ 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.5.0)
101
+ smart_initializer (0.7.0)
102
102
  qonfig (~> 0.24)
103
103
  smart_engine (~> 0.11)
104
104
  smart_types (~> 0.4)
105
105
  smart_types (0.4.0)
106
106
  smart_engine (~> 0.11)
107
- symbiont-ruby (0.6.0)
107
+ symbiont-ruby (0.7.0)
108
108
  thor (1.1.0)
109
109
  tzinfo (2.0.4)
110
110
  concurrent-ruby (~> 1.0)
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.4.2"
4
+ VERSION = "0.5.0"
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.4.2
4
+ version: 0.5.0
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-06-22 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: smart_initializer