LittleWeasel 5.0.11 → 5.0.12

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: 482215cb6c09deff74d3d4ec5c04cbf2f2b28638be7a9c7e4db54bd08b4e044f
4
- data.tar.gz: 61e36d7c84d0bf524340c5354dea6e5531d06d712f9e784ffa74394a18afe695
3
+ metadata.gz: 2034052068593004272cf97e5a406667f60fe8143ef9da403af1eb6d50e5355a
4
+ data.tar.gz: 63928332b55aff9066cbb018c1e5f03e2acb07e4863f999607053296a70ec23a
5
5
  SHA512:
6
- metadata.gz: 59f4fc68c4b6590cb71302ad2a7512bb6160225d962bcd4b337571112aa576c72b15f3841b13e9ecfc67bc104c81869dced42765667e0cedb5fb051467da72f5
7
- data.tar.gz: 876cac504cde595a3dbf3d8da467cd9d608f1bf28766c8c96230e2d057c19d7426386ed0c4e666c25c2d0bfc943784b234a1f16250b7626879a66c4a3d1b8130
6
+ metadata.gz: 584a88f0d1f5990e8fb51603d3e5e34bce73397992ec55fa314de719c8d2492ad6dbfa9cfe6d4a4bdefd60508a3c1104e170f980ee6e4a6b982097a2d22649d8
7
+ data.tar.gz: ba901420cc3f817b8ce7d2d5e04516b730f7119387ac5b64091fd235ecb4d6288c4b097f03dcc5c240f7e886d61bff65977c0b2a340f48013bedede2b7968ddd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 5.0.12 2024-08-03
2
+
3
+ * Changes
4
+ * Update gems.
5
+ * Update rexml gem to patch CVE.
6
+
1
7
  ### 5.0.11 2024-02-18
2
8
 
3
9
  * Changes
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- LittleWeasel (5.0.11)
4
+ LittleWeasel (5.0.12)
5
5
  activesupport (>= 7.0.8, < 8.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.1.3)
10
+ activesupport (7.1.3.4)
11
11
  base64
12
12
  bigdecimal
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,28 +20,27 @@ GEM
20
20
  ast (2.4.2)
21
21
  base64 (0.2.0)
22
22
  benchmark-ips (2.13.0)
23
- bigdecimal (3.1.6)
23
+ bigdecimal (3.1.8)
24
24
  byebug (11.1.3)
25
25
  coderay (1.1.3)
26
- concurrent-ruby (1.2.3)
26
+ concurrent-ruby (1.3.3)
27
27
  connection_pool (2.4.1)
28
28
  diff-lcs (1.5.1)
29
- docile (1.4.0)
30
- drb (2.2.0)
31
- ruby2_keywords
32
- dry-configurable (1.1.0)
29
+ docile (1.4.1)
30
+ drb (2.2.1)
31
+ dry-configurable (1.2.0)
33
32
  dry-core (~> 1.0, < 2)
34
33
  zeitwerk (~> 2.6)
35
34
  dry-core (1.0.1)
36
35
  concurrent-ruby (~> 1.0)
37
36
  zeitwerk (~> 2.6)
38
- dry-inflector (1.0.0)
37
+ dry-inflector (1.1.0)
39
38
  dry-initializer (3.1.1)
40
39
  dry-logic (1.5.0)
41
40
  concurrent-ruby (~> 1.0)
42
41
  dry-core (~> 1.0, < 2)
43
42
  zeitwerk (~> 2.6)
44
- dry-schema (1.13.3)
43
+ dry-schema (1.13.4)
45
44
  concurrent-ruby (~> 1.0)
46
45
  dry-configurable (~> 1.0, >= 1.0.1)
47
46
  dry-core (~> 1.0, < 2)
@@ -58,15 +57,15 @@ GEM
58
57
  zeitwerk (~> 2.6)
59
58
  factory_bot (6.4.6)
60
59
  activesupport (>= 5.0.0)
61
- i18n (1.14.1)
60
+ i18n (1.14.5)
62
61
  concurrent-ruby (~> 1.0)
63
- json (2.7.1)
62
+ json (2.7.2)
64
63
  language_server-protocol (3.17.0.3)
65
- method_source (1.0.0)
66
- minitest (5.22.2)
64
+ method_source (1.1.0)
65
+ minitest (5.24.1)
67
66
  mutex_m (0.2.0)
68
- parallel (1.24.0)
69
- parser (3.3.0.5)
67
+ parallel (1.25.1)
68
+ parser (3.3.4.0)
70
69
  ast (~> 2.4.1)
71
70
  racc
72
71
  pry (0.14.2)
@@ -75,68 +74,72 @@ GEM
75
74
  pry-byebug (3.10.1)
76
75
  byebug (~> 11.0)
77
76
  pry (>= 0.13, < 0.15)
78
- racc (1.7.3)
77
+ racc (1.8.1)
79
78
  rainbow (3.1.1)
80
- rake (13.1.0)
79
+ rake (13.2.1)
81
80
  redcarpet (3.6.0)
82
81
  reek (6.3.0)
83
82
  dry-schema (~> 1.13.0)
84
83
  parser (~> 3.3.0)
85
84
  rainbow (>= 2.0, < 4.0)
86
85
  rexml (~> 3.1)
87
- regexp_parser (2.9.0)
88
- rexml (3.2.6)
86
+ regexp_parser (2.9.2)
87
+ rexml (3.3.4)
88
+ strscan
89
89
  rspec (3.13.0)
90
90
  rspec-core (~> 3.13.0)
91
91
  rspec-expectations (~> 3.13.0)
92
92
  rspec-mocks (~> 3.13.0)
93
93
  rspec-core (3.13.0)
94
94
  rspec-support (~> 3.13.0)
95
- rspec-expectations (3.13.0)
95
+ rspec-expectations (3.13.1)
96
96
  diff-lcs (>= 1.2.0, < 2.0)
97
97
  rspec-support (~> 3.13.0)
98
- rspec-mocks (3.13.0)
98
+ rspec-mocks (3.13.1)
99
99
  diff-lcs (>= 1.2.0, < 2.0)
100
100
  rspec-support (~> 3.13.0)
101
- rspec-support (3.13.0)
102
- rubocop (1.60.2)
101
+ rspec-support (3.13.1)
102
+ rubocop (1.65.1)
103
103
  json (~> 2.3)
104
104
  language_server-protocol (>= 3.17.0)
105
105
  parallel (~> 1.10)
106
106
  parser (>= 3.3.0.2)
107
107
  rainbow (>= 2.2.2, < 4.0)
108
- regexp_parser (>= 1.8, < 3.0)
108
+ regexp_parser (>= 2.4, < 3.0)
109
109
  rexml (>= 3.2.5, < 4.0)
110
- rubocop-ast (>= 1.30.0, < 2.0)
110
+ rubocop-ast (>= 1.31.1, < 2.0)
111
111
  ruby-progressbar (~> 1.7)
112
112
  unicode-display_width (>= 2.4.0, < 3.0)
113
- rubocop-ast (1.30.0)
114
- parser (>= 3.2.1.0)
115
- rubocop-capybara (2.20.0)
113
+ rubocop-ast (1.31.3)
114
+ parser (>= 3.3.1.0)
115
+ rubocop-capybara (2.21.0)
116
116
  rubocop (~> 1.41)
117
- rubocop-factory_bot (2.25.1)
118
- rubocop (~> 1.41)
119
- rubocop-performance (1.20.2)
117
+ rubocop-factory_bot (2.26.1)
118
+ rubocop (~> 1.61)
119
+ rubocop-performance (1.21.1)
120
120
  rubocop (>= 1.48.1, < 2.0)
121
- rubocop-ast (>= 1.30.0, < 2.0)
122
- rubocop-rspec (2.26.1)
121
+ rubocop-ast (>= 1.31.1, < 2.0)
122
+ rubocop-rspec (2.31.0)
123
123
  rubocop (~> 1.40)
124
124
  rubocop-capybara (~> 2.17)
125
125
  rubocop-factory_bot (~> 2.22)
126
+ rubocop-rspec_rails (~> 2.28)
127
+ rubocop-rspec_rails (2.29.1)
128
+ rubocop (~> 1.61)
126
129
  ruby-progressbar (1.13.0)
127
- ruby2_keywords (0.0.5)
128
130
  simplecov (0.22.0)
129
131
  docile (~> 1.1)
130
132
  simplecov-html (~> 0.11)
131
133
  simplecov_json_formatter (~> 0.1)
132
134
  simplecov-html (0.12.3)
133
135
  simplecov_json_formatter (0.1.4)
136
+ strscan (3.1.0)
134
137
  tzinfo (2.0.6)
135
138
  concurrent-ruby (~> 1.0)
136
139
  unicode-display_width (2.5.0)
137
140
  webrick (1.8.1)
138
- yard (0.9.34)
139
- zeitwerk (2.6.13)
141
+ yard (0.9.36)
142
+ zeitwerk (2.6.17)
140
143
 
141
144
  PLATFORMS
142
145
  ruby
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
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=2)](https://badge.fury.io/gh/gangelo%2FLittleWeasel)
3
- [![Gem Version](https://badge.fury.io/rb/LittleWeasel.svg?version=2)](https://badge.fury.io/rb/LittleWeasel)
2
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2FLittleWeasel.svg?version=3)](https://badge.fury.io/gh/gangelo%2FLittleWeasel)
3
+ [![Gem Version](https://badge.fury.io/rb/LittleWeasel.svg?version=3)](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
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/LittleWeasel/issues)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # The version of this gem
4
4
  module LittleWeasel
5
- VERSION = '5.0.11'
5
+ VERSION = '5.0.12'
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.11
4
+ version: 5.0.12
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: 2024-02-18 00:00:00.000000000 Z
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport