merginator 0.2.3.1 → 0.2.3.3

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: 321415b27631c9ff9994aab44bb722b36f958968987955da56239570f891f574
4
- data.tar.gz: e2d178068865787f7bb9f9591a96849dcb50b1e94a9ce6536e2aef613008b819
3
+ metadata.gz: 7c60c72121c0afdf3614bc73459b20b3c94afb2057ad3e7980eb05e08610e6d8
4
+ data.tar.gz: 02b91a610656a392bdf9ed69fe2d6dc80ea05ab8eb3eb8498155ba5081d6a47f
5
5
  SHA512:
6
- metadata.gz: 69217b847c087900d958850dca6a47c75b39eb77cd2d88c0469a0e5529b6d6b38008465a33a09e21413f760146345c40d8a99f2a297472b714ef683c6c7cc858
7
- data.tar.gz: 6cc3e942612bce94f9e58893b68a975c3ff180e50916293ee5ab4dafd9bc79719686c490fc520eaa5ac3273dcc5cd16d008b4a0ef55427fdd4e5d6d55cd75767
6
+ metadata.gz: 9ab34bed93a1a340c8d860d203d60e939615e33790b6491cbee8260823b3d34c613250c0518b1abe46d5203eafed23c2360d6b8ce7237e91783106ebcf003c51
7
+ data.tar.gz: f3541e3ef2a4e6378702f4e89b8dff10e401af7a66742458f7a4320b0e1a960419b62da35dd7043ec4d99ad61e121cca667d8dac23a08613a9aafcc843114b76
data/Gemfile CHANGED
@@ -7,19 +7,16 @@ gemspec
7
7
 
8
8
  gem 'rake'
9
9
 
10
- group :development do
11
- gem 'bundler-audit', require: false
10
+ group :test do
11
+ gem 'minitest', require: false
12
12
  gem 'rubocop', require: false
13
13
  gem 'rubocop-minitest', require: false
14
14
  gem 'rubocop-rake', require: false
15
- end
16
-
17
- group :test do
18
- gem 'minitest', require: false
19
15
  gem 'simplecov', require: false
20
16
  end
21
17
 
22
18
  group :development, :test do
23
- gem 'rbs', '~> 3.1', '>= 3.1.3', require: false
24
- gem 'steep', '~> 1.5', '>= 1.5.3', require: false
19
+ gem 'bundler-audit', require: false
20
+ gem 'rbs', '~> 3.1', require: false
21
+ gem 'steep', '~> 1.5', require: false
25
22
  end
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- merginator (0.2.3.1)
4
+ merginator (0.2.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activesupport (7.1.3.2)
9
+ activesupport (7.1.3.3)
10
10
  base64
11
11
  bigdecimal
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -17,57 +17,57 @@ GEM
17
17
  mutex_m
18
18
  tzinfo (~> 2.0)
19
19
  ast (2.4.2)
20
- base64 (0.1.1)
21
- bigdecimal (3.1.6)
22
- bundler-audit (0.9.1)
20
+ base64 (0.2.0)
21
+ bigdecimal (3.1.8)
22
+ bundler-audit (0.9.2)
23
23
  bundler (>= 1.2.0, < 3)
24
24
  thor (~> 1.0)
25
25
  concurrent-ruby (1.2.3)
26
26
  connection_pool (2.4.1)
27
- csv (3.2.8)
27
+ csv (3.3.0)
28
28
  docile (1.4.0)
29
29
  drb (2.2.1)
30
30
  ffi (1.16.3)
31
31
  fileutils (1.7.2)
32
- i18n (1.14.4)
32
+ i18n (1.14.5)
33
33
  concurrent-ruby (~> 1.0)
34
- json (2.7.1)
34
+ json (2.7.2)
35
35
  language_server-protocol (3.17.0.3)
36
36
  listen (3.9.0)
37
37
  rb-fsevent (~> 0.10, >= 0.10.3)
38
38
  rb-inotify (~> 0.9, >= 0.9.10)
39
39
  logger (1.6.0)
40
- minitest (5.22.2)
40
+ minitest (5.25.4)
41
41
  mutex_m (0.2.0)
42
- parallel (1.23.0)
43
- parser (3.3.0.5)
42
+ parallel (1.24.0)
43
+ parser (3.3.1.0)
44
44
  ast (~> 2.4.1)
45
45
  racc
46
- racc (1.7.3)
46
+ racc (1.8.0)
47
47
  rainbow (3.1.1)
48
- rake (13.0.6)
48
+ rake (13.2.1)
49
49
  rb-fsevent (0.11.2)
50
- rb-inotify (0.10.1)
50
+ rb-inotify (0.11.1)
51
51
  ffi (~> 1.0)
52
52
  rbs (3.1.3)
53
- regexp_parser (2.8.1)
54
- rexml (3.2.6)
55
- rubocop (1.56.3)
56
- base64 (~> 0.1.1)
53
+ regexp_parser (2.9.2)
54
+ rexml (3.4.1)
55
+ rubocop (1.65.1)
57
56
  json (~> 2.3)
58
57
  language_server-protocol (>= 3.17.0)
59
58
  parallel (~> 1.10)
60
- parser (>= 3.2.2.3)
59
+ parser (>= 3.3.0.2)
61
60
  rainbow (>= 2.2.2, < 4.0)
62
- regexp_parser (>= 1.8, < 3.0)
61
+ regexp_parser (>= 2.4, < 3.0)
63
62
  rexml (>= 3.2.5, < 4.0)
64
- rubocop-ast (>= 1.28.1, < 2.0)
63
+ rubocop-ast (>= 1.31.1, < 2.0)
65
64
  ruby-progressbar (~> 1.7)
66
65
  unicode-display_width (>= 2.4.0, < 3.0)
67
- rubocop-ast (1.29.0)
68
- parser (>= 3.2.1.0)
69
- rubocop-minitest (0.31.0)
70
- rubocop (>= 1.39, < 2.0)
66
+ rubocop-ast (1.31.3)
67
+ parser (>= 3.3.1.0)
68
+ rubocop-minitest (0.36.0)
69
+ rubocop (>= 1.61, < 2.0)
70
+ rubocop-ast (>= 1.31.1, < 2.0)
71
71
  rubocop-rake (0.6.0)
72
72
  rubocop (~> 1.0)
73
73
  ruby-progressbar (1.13.0)
@@ -109,12 +109,12 @@ DEPENDENCIES
109
109
  merginator!
110
110
  minitest
111
111
  rake
112
- rbs (~> 3.1, >= 3.1.3)
112
+ rbs (~> 3.1)
113
113
  rubocop
114
114
  rubocop-minitest
115
115
  rubocop-rake
116
116
  simplecov
117
- steep (~> 1.5, >= 1.5.3)
117
+ steep (~> 1.5)
118
118
 
119
119
  BUNDLED WITH
120
120
  2.4.22
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Merginator
4
- VERSION = '0.2.3.1'
4
+ VERSION = '0.2.3.3'
5
5
  end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/merginator/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'merginator'
7
+ spec.version = Merginator::VERSION
8
+ spec.authors = ['Ryan Verhey']
9
+ spec.email = ['ryan@ryanverhey.com']
10
+
11
+ spec.summary = 'Merging collections based on a pattern.'
12
+ spec.description = 'Merge 2 or more collections based on a repeating pattern.'
13
+ spec.homepage = 'https://github.com/RyanVerhey/merginator'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = '>= 2.7.8'
16
+
17
+ spec.metadata['homepage_uri'] = spec.homepage
18
+ spec.metadata['source_code_uri'] = 'https://github.com/RyanVerhey/merginator'
19
+ spec.metadata['changelog_uri'] = 'https://github.com/RyanVerhey/merginator/blob/main/CHANGELOG.md'
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(__dir__) do
24
+ `git ls-files -z`.split("\x0").reject do |f|
25
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|circleci)|appveyor)})
26
+ end
27
+ end
28
+ spec.bindir = 'exe'
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ['lib']
31
+
32
+ # Uncomment to register a new dependency of your gem
33
+ # spec.add_dependency "example-gem", "~> 1.0"
34
+
35
+ # For more information and examples about making a new gem, check out our
36
+ # guide at: https://bundler.io/guides/creating_gem.html
37
+ spec.metadata['rubygems_mfa_required'] = 'true'
38
+ end
@@ -1,4 +1,10 @@
1
1
  ---
2
+ sources:
3
+ - type: git
4
+ name: ruby/gem_rbs_collection
5
+ revision: 03cd23e80bc6ca7f6fa2a21da23ceeec00fa920f
6
+ remote: https://github.com/ruby/gem_rbs_collection.git
7
+ repo_dir: gems
2
8
  path: ".gem_rbs_collection"
3
9
  gems:
4
10
  - name: fileutils
@@ -10,7 +16,7 @@ gems:
10
16
  source:
11
17
  type: git
12
18
  name: ruby/gem_rbs_collection
13
- revision: 372c833bb52be1bc34aef5e2793ab47c35c0dba9
19
+ revision: 03cd23e80bc6ca7f6fa2a21da23ceeec00fa920f
14
20
  remote: https://github.com/ruby/gem_rbs_collection.git
15
21
  repo_dir: gems
16
22
  gemfile_lock_path: Gemfile.lock
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.1
4
+ version: 0.2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Verhey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-12 00:00:00.000000000 Z
11
+ date: 2025-02-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Merge 2 or more collections based on a repeating pattern.
14
14
  email:
@@ -30,6 +30,7 @@ files:
30
30
  - lib/merginator.rb
31
31
  - lib/merginator/pattern_merge.rb
32
32
  - lib/merginator/version.rb
33
+ - merginator.gemspec
33
34
  - rbs_collection.lock.yaml
34
35
  - rbs_collection.yaml
35
36
  - sig/merginator.rbs