LittleWeasel 5.0.9 → 5.0.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: 169092eb7beb1aa1258bf326df99f5b0daf916f83397bfdcc656bd3b2b7aff9a
4
- data.tar.gz: 83f42010d7f169d739a8015edfa8b71ae2da34c861192fd8f511cc1489eea75d
3
+ metadata.gz: ed8ab6b42033fadcc7cc14fe6cf270831cc07a4d619d3c726ba2a37220e68f91
4
+ data.tar.gz: 560d08ec9a9221fece78a957b7b8abe42d8d0c1fdbee87547eb9b85788850968
5
5
  SHA512:
6
- metadata.gz: 15d8dddd2ba03020bf87ef5b8b920d6e638ec63940a5fb2c72c70b0bf9c3bc03cf1e6253fbf7d816d4c352a10af9bdd1a73ec6b78a7c27f2a68a0d55643162e6
7
- data.tar.gz: be675e24b871743a789d43bfb70193642f83b0739d0f5304130337b604dd359102a3ba73c8ec408c2579cae7ad2a7cae37a44298f16a3a5aba410d5751bce9f1
6
+ metadata.gz: fca98f865141c33efe43435cff387263c506db30c33992c335542afa11a0d599d8f2594135c7b543f33dcfff94b08b0d6f9c87689f2b8738aa0493d92e1529c8
7
+ data.tar.gz: ae65613cffe2b137cef35ff857ccacbe4cfe6c2013ac3eb275ad1e8eba4197b2e7d9458c9c524dd072a4e906b174237d1e28c8e6d26a3e7bc44263f43324bb7d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 5.0.10 2024-01-07
2
+
3
+ * Changes
4
+ * Relax ruby version requirements Gem::Requirement.new('>= 3.0.1', '< 4.0')
5
+ * Update gems.
6
+
1
7
  ### 5.0.9 2023-12-28
2
8
  * Changes
3
9
  * Ruby gem updates.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- LittleWeasel (5.0.9)
4
+ LittleWeasel (5.0.10)
5
5
  activesupport (>= 7.0.8, < 8.0)
6
6
 
7
7
  GEM
@@ -29,12 +29,38 @@ GEM
29
29
  docile (1.4.0)
30
30
  drb (2.2.0)
31
31
  ruby2_keywords
32
- factory_bot (6.4.4)
32
+ dry-configurable (1.1.0)
33
+ dry-core (~> 1.0, < 2)
34
+ zeitwerk (~> 2.6)
35
+ dry-core (1.0.1)
36
+ concurrent-ruby (~> 1.0)
37
+ zeitwerk (~> 2.6)
38
+ dry-inflector (1.0.0)
39
+ dry-initializer (3.1.1)
40
+ dry-logic (1.5.0)
41
+ concurrent-ruby (~> 1.0)
42
+ dry-core (~> 1.0, < 2)
43
+ zeitwerk (~> 2.6)
44
+ dry-schema (1.13.3)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-configurable (~> 1.0, >= 1.0.1)
47
+ dry-core (~> 1.0, < 2)
48
+ dry-initializer (~> 3.0)
49
+ dry-logic (>= 1.4, < 2)
50
+ dry-types (>= 1.7, < 2)
51
+ zeitwerk (~> 2.6)
52
+ dry-types (1.7.2)
53
+ bigdecimal (~> 3.0)
54
+ concurrent-ruby (~> 1.0)
55
+ dry-core (~> 1.0)
56
+ dry-inflector (~> 1.0)
57
+ dry-logic (~> 1.4)
58
+ zeitwerk (~> 2.6)
59
+ factory_bot (6.4.5)
33
60
  activesupport (>= 5.0.0)
34
61
  i18n (1.14.1)
35
62
  concurrent-ruby (~> 1.0)
36
63
  json (2.7.1)
37
- kwalify (0.7.2)
38
64
  language_server-protocol (3.17.0.3)
39
65
  method_source (1.0.0)
40
66
  minitest (5.20.0)
@@ -53,10 +79,11 @@ GEM
53
79
  rainbow (3.1.1)
54
80
  rake (13.1.0)
55
81
  redcarpet (3.6.0)
56
- reek (6.1.4)
57
- kwalify (~> 0.7.0)
82
+ reek (6.2.0)
83
+ dry-schema (~> 1.13.0)
58
84
  parser (~> 3.2.0)
59
85
  rainbow (>= 2.0, < 4.0)
86
+ rexml (~> 3.1)
60
87
  regexp_parser (2.8.3)
61
88
  rexml (3.2.6)
62
89
  rspec (3.12.0)
@@ -85,14 +112,14 @@ GEM
85
112
  unicode-display_width (>= 2.4.0, < 3.0)
86
113
  rubocop-ast (1.30.0)
87
114
  parser (>= 3.2.1.0)
88
- rubocop-capybara (2.19.0)
115
+ rubocop-capybara (2.20.0)
89
116
  rubocop (~> 1.41)
90
- rubocop-factory_bot (2.24.0)
117
+ rubocop-factory_bot (2.25.0)
91
118
  rubocop (~> 1.33)
92
119
  rubocop-performance (1.20.1)
93
120
  rubocop (>= 1.48.1, < 2.0)
94
121
  rubocop-ast (>= 1.30.0, < 2.0)
95
- rubocop-rspec (2.25.0)
122
+ rubocop-rspec (2.26.1)
96
123
  rubocop (~> 1.40)
97
124
  rubocop-capybara (~> 2.17)
98
125
  rubocop-factory_bot (~> 2.22)
@@ -109,6 +136,7 @@ GEM
109
136
  unicode-display_width (2.5.0)
110
137
  webrick (1.8.1)
111
138
  yard (0.9.34)
139
+ zeitwerk (2.6.12)
112
140
 
113
141
  PLATFORMS
114
142
  ruby
data/LittleWeasel.gemspec CHANGED
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.required_ruby_version = '~> 3.0', '>= 3.0.1'
22
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.0.1', '< 4.0')
23
+
23
24
  spec.add_runtime_dependency 'activesupport', '>= 7.0.8', '< 8.0'
24
25
  end
data/README.md CHANGED
@@ -1,11 +1,9 @@
1
- [![GitHub version](http://badge.fury.io/gh/gangelo%2FLittleWeasel.svg)](https://badge.fury.io/gh/gangelo%2FLittleWeasel)
2
- [![Gem Version](https://badge.fury.io/rb/LittleWeasel.svg)](https://badge.fury.io/rb/LittleWeasel)
3
-
1
+ [![Ruby](https://github.com/gangelo/LittleWeasel/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/LittleWeasel/actions/workflows/ruby.yml)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2FLittleWeasel.svg?version=1)](https://badge.fury.io/gh/gangelo%2FLittleWeasel)
3
+ [![Gem Version](https://badge.fury.io/rb/LittleWeasel.svg?version=1)](https://badge.fury.io/rb/LittleWeasel)
4
4
  [![](http://ruby-gem-downloads-badge.herokuapp.com/LittleWeasel?type=total)](http://www.rubydoc.info/gems/LittleWeasel/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/LittleWeasel/)
6
-
7
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/LittleWeasel/issues)
8
-
9
7
  [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
10
8
 
11
9
  # LittleWeasel
@@ -2,5 +2,5 @@
2
2
 
3
3
  # The version of this gem
4
4
  module LittleWeasel
5
- VERSION = '5.0.9'
5
+ VERSION = '5.0.10'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: LittleWeasel
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.9
4
+ version: 5.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -213,12 +213,12 @@ require_paths:
213
213
  - lib
214
214
  required_ruby_version: !ruby/object:Gem::Requirement
215
215
  requirements:
216
- - - "~>"
217
- - !ruby/object:Gem::Version
218
- version: '3.0'
219
216
  - - ">="
220
217
  - !ruby/object:Gem::Version
221
218
  version: 3.0.1
219
+ - - "<"
220
+ - !ruby/object:Gem::Version
221
+ version: '4.0'
222
222
  required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  requirements:
224
224
  - - ">="