merginator 0.2.3 → 0.2.3.2
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +13 -6
- data/Gemfile.lock +55 -37
- data/lib/merginator/version.rb +1 -1
- data/rbs_collection.lock.yaml +9 -5
- data/rbs_collection.yaml +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2b5ad442eecf8b4836abf6e7e7900f88eb8a4e53b49efd22e7af2936182c60a
|
4
|
+
data.tar.gz: 13da8404066b955d3ef6e4eaf994cb9abd0bd94f2d57a0366225f90e3c0936c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45fd0897905e9e3e76f0b02b32a310dde29ce5a3d3a4813a47c5843cc6831e2f0e5885288b02f2a9c0a6e0dab75c01f93b80e7deb11f05aae423ab00a30dbc03
|
7
|
+
data.tar.gz: 57257a03f6f697a78a2fa517dff0d8bca846b58d4430fc6bd747e50ecf40eaa1dc4b03452e15bf021d9580e362812f460271f3835681338b4d20c29f8e6e9977
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [0.2.3.1] - 2024-03-12
|
2
|
+
|
3
|
+
- Dependency updates
|
4
|
+
- GitHub actions updates
|
5
|
+
- Testing on more Ruby versions
|
6
|
+
- Development (RBS, Steep) configuration
|
7
|
+
|
1
8
|
## [0.2.3] - 2023-06-30
|
2
9
|
|
3
10
|
- Fixing issue where array of arrays would be flattened completely unexpectedly
|
data/Gemfile
CHANGED
@@ -7,9 +7,16 @@ gemspec
|
|
7
7
|
|
8
8
|
gem 'rake'
|
9
9
|
|
10
|
-
|
11
|
-
gem '
|
12
|
-
gem 'rubocop
|
13
|
-
gem 'rubocop-
|
14
|
-
gem '
|
15
|
-
gem '
|
10
|
+
group :test do
|
11
|
+
gem 'minitest', require: false
|
12
|
+
gem 'rubocop', require: false
|
13
|
+
gem 'rubocop-minitest', require: false
|
14
|
+
gem 'rubocop-rake', require: false
|
15
|
+
gem 'simplecov', require: false
|
16
|
+
end
|
17
|
+
|
18
|
+
group :development, :test do
|
19
|
+
gem 'bundler-audit', require: false
|
20
|
+
gem 'rbs', '~> 3.1', require: false
|
21
|
+
gem 'steep', '~> 1.5', require: false
|
22
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,72 +1,87 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
merginator (0.2.3)
|
4
|
+
merginator (0.2.3.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activesupport (7.
|
9
|
+
activesupport (7.1.3.3)
|
10
|
+
base64
|
11
|
+
bigdecimal
|
10
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
|
+
connection_pool (>= 2.2.5)
|
14
|
+
drb
|
11
15
|
i18n (>= 1.6, < 2)
|
12
16
|
minitest (>= 5.1)
|
17
|
+
mutex_m
|
13
18
|
tzinfo (~> 2.0)
|
14
19
|
ast (2.4.2)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
20
|
+
base64 (0.2.0)
|
21
|
+
bigdecimal (3.1.8)
|
22
|
+
bundler-audit (0.9.1)
|
23
|
+
bundler (>= 1.2.0, < 3)
|
24
|
+
thor (~> 1.0)
|
25
|
+
concurrent-ruby (1.2.3)
|
26
|
+
connection_pool (2.4.1)
|
27
|
+
csv (3.3.0)
|
28
|
+
docile (1.4.0)
|
29
|
+
drb (2.2.1)
|
30
|
+
ffi (1.16.3)
|
31
|
+
fileutils (1.7.2)
|
32
|
+
i18n (1.14.5)
|
21
33
|
concurrent-ruby (~> 1.0)
|
22
|
-
json (2.
|
34
|
+
json (2.7.2)
|
23
35
|
language_server-protocol (3.17.0.3)
|
24
|
-
listen (3.
|
36
|
+
listen (3.9.0)
|
25
37
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
26
38
|
rb-inotify (~> 0.9, >= 0.9.10)
|
27
|
-
logger (1.
|
28
|
-
minitest (5.
|
29
|
-
|
30
|
-
|
39
|
+
logger (1.6.0)
|
40
|
+
minitest (5.23.1)
|
41
|
+
mutex_m (0.2.0)
|
42
|
+
parallel (1.24.0)
|
43
|
+
parser (3.3.1.0)
|
31
44
|
ast (~> 2.4.1)
|
32
45
|
racc
|
33
|
-
racc (1.
|
46
|
+
racc (1.8.0)
|
34
47
|
rainbow (3.1.1)
|
35
|
-
rake (13.
|
48
|
+
rake (13.2.1)
|
36
49
|
rb-fsevent (0.11.2)
|
37
|
-
rb-inotify (0.
|
50
|
+
rb-inotify (0.11.1)
|
38
51
|
ffi (~> 1.0)
|
39
|
-
rbs (3.1.
|
40
|
-
regexp_parser (2.
|
41
|
-
rexml (3.2.
|
42
|
-
|
52
|
+
rbs (3.1.3)
|
53
|
+
regexp_parser (2.9.2)
|
54
|
+
rexml (3.2.8)
|
55
|
+
strscan (>= 3.0.9)
|
56
|
+
rubocop (1.64.0)
|
43
57
|
json (~> 2.3)
|
44
58
|
language_server-protocol (>= 3.17.0)
|
45
59
|
parallel (~> 1.10)
|
46
|
-
parser (>= 3.
|
60
|
+
parser (>= 3.3.0.2)
|
47
61
|
rainbow (>= 2.2.2, < 4.0)
|
48
62
|
regexp_parser (>= 1.8, < 3.0)
|
49
63
|
rexml (>= 3.2.5, < 4.0)
|
50
|
-
rubocop-ast (>= 1.
|
64
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
51
65
|
ruby-progressbar (~> 1.7)
|
52
66
|
unicode-display_width (>= 2.4.0, < 3.0)
|
53
|
-
rubocop-ast (1.
|
54
|
-
parser (>= 3.
|
55
|
-
rubocop-minitest (0.
|
56
|
-
rubocop (>= 1.
|
67
|
+
rubocop-ast (1.31.3)
|
68
|
+
parser (>= 3.3.1.0)
|
69
|
+
rubocop-minitest (0.35.0)
|
70
|
+
rubocop (>= 1.61, < 2.0)
|
71
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
57
72
|
rubocop-rake (0.6.0)
|
58
73
|
rubocop (~> 1.0)
|
59
74
|
ruby-progressbar (1.13.0)
|
60
|
-
securerandom (0.
|
61
|
-
simplecov (0.
|
75
|
+
securerandom (0.3.1)
|
76
|
+
simplecov (0.22.0)
|
62
77
|
docile (~> 1.1)
|
63
78
|
simplecov-html (~> 0.11)
|
64
79
|
simplecov_json_formatter (~> 0.1)
|
65
80
|
simplecov-html (0.12.3)
|
66
|
-
simplecov_json_formatter (0.1.
|
67
|
-
steep (1.
|
81
|
+
simplecov_json_formatter (0.1.4)
|
82
|
+
steep (1.5.3)
|
68
83
|
activesupport (>= 5.1)
|
69
|
-
concurrent-ruby (>= 1.
|
84
|
+
concurrent-ruby (>= 1.1.10)
|
70
85
|
csv (>= 3.0.9)
|
71
86
|
fileutils (>= 1.1.0)
|
72
87
|
json (>= 2.1.0)
|
@@ -75,29 +90,32 @@ GEM
|
|
75
90
|
logger (>= 1.3.0)
|
76
91
|
parser (>= 3.1)
|
77
92
|
rainbow (>= 2.2.2, < 4.0)
|
78
|
-
rbs (>=
|
93
|
+
rbs (>= 3.1.0)
|
79
94
|
securerandom (>= 0.1)
|
80
95
|
strscan (>= 1.0.0)
|
81
96
|
terminal-table (>= 2, < 4)
|
82
|
-
strscan (3.0
|
97
|
+
strscan (3.1.0)
|
83
98
|
terminal-table (3.0.2)
|
84
99
|
unicode-display_width (>= 1.1.1, < 3)
|
100
|
+
thor (1.3.1)
|
85
101
|
tzinfo (2.0.6)
|
86
102
|
concurrent-ruby (~> 1.0)
|
87
|
-
unicode-display_width (2.
|
103
|
+
unicode-display_width (2.5.0)
|
88
104
|
|
89
105
|
PLATFORMS
|
90
106
|
ruby
|
91
107
|
|
92
108
|
DEPENDENCIES
|
109
|
+
bundler-audit
|
93
110
|
merginator!
|
94
111
|
minitest
|
95
112
|
rake
|
113
|
+
rbs (~> 3.1)
|
96
114
|
rubocop
|
97
115
|
rubocop-minitest
|
98
116
|
rubocop-rake
|
99
117
|
simplecov
|
100
|
-
steep
|
118
|
+
steep (~> 1.5)
|
101
119
|
|
102
120
|
BUNDLED WITH
|
103
|
-
2.
|
121
|
+
2.4.22
|
data/lib/merginator/version.rb
CHANGED
data/rbs_collection.lock.yaml
CHANGED
@@ -2,17 +2,21 @@
|
|
2
2
|
sources:
|
3
3
|
- type: git
|
4
4
|
name: ruby/gem_rbs_collection
|
5
|
-
revision:
|
5
|
+
revision: 438153d157e1e1ed6b640da973e33f333e57e6d9
|
6
6
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
7
7
|
repo_dir: gems
|
8
8
|
path: ".gem_rbs_collection"
|
9
9
|
gems:
|
10
|
-
- name:
|
10
|
+
- name: fileutils
|
11
11
|
version: '0'
|
12
12
|
source:
|
13
13
|
type: stdlib
|
14
|
-
- name:
|
15
|
-
version: '0'
|
14
|
+
- name: rake
|
15
|
+
version: '13.0'
|
16
16
|
source:
|
17
|
-
type:
|
17
|
+
type: git
|
18
|
+
name: ruby/gem_rbs_collection
|
19
|
+
revision: 438153d157e1e1ed6b640da973e33f333e57e6d9
|
20
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
21
|
+
repo_dir: gems
|
18
22
|
gemfile_lock_path: Gemfile.lock
|
data/rbs_collection.yaml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merginator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.3
|
4
|
+
version: 0.2.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Verhey
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Merge 2 or more collections based on a repeating pattern.
|
14
14
|
email:
|