schnecke 0.5.0 → 0.5.1

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: 4f04f84447aa0f2c3384cc168fcdd3245f09629d225355e3f56e0ed731e6e2e3
4
- data.tar.gz: fbbc351783e3e721df04aebaefcd4fcd3dff7375fcc1ebad9940a927ee652d22
3
+ metadata.gz: 60aa52ab3e423fc576cae42afb4cd93ef381b6b91417b553dc650a4add07af3f
4
+ data.tar.gz: 978c80b6abf8331d36fd1393898912e77edafd0e72e524e5115531c50964752a
5
5
  SHA512:
6
- metadata.gz: 85d98bb12255b01fa5f1cb396bd2f190299b25be439014b58f16a1feee2db97f4059f2aaf39ff6eb13039219e58c378b6ca1874b7030de6617b7be976c25fd8e
7
- data.tar.gz: 8bd96ee221bcf084217d4fd69bb1053587e3ae56d3c231759293f35116887e7e2ec81541ca488d9174f3d0cffac6bc582a4b81c9d133c8f6b5b2bd368e747f5a
6
+ metadata.gz: cda1f095afc3c4710bab29603013a19c5fde72581ba8199ee246e226351dae0f4bf4e36a0960350aaff7a84d689105c5602f5d7e4c1dd518c43a97d398d3fb58
7
+ data.tar.gz: '092b1ccef1e295a428cfb3c5648f4e691975c9d372029612bf22db334f4eb694282b8df27bbe08ff39a4a54f246520068f50c12e1907c130496d9d69755f853e'
data/.circleci/config.yml CHANGED
@@ -13,7 +13,7 @@ commands:
13
13
  - run:
14
14
  name: Set up bundler
15
15
  command: |
16
- gem install bundler:2.3.26
16
+ gem install bundler:2.6.9
17
17
  - run:
18
18
  name: Bundle Install
19
19
  command: |
@@ -46,7 +46,7 @@ jobs:
46
46
  resource_class: small
47
47
 
48
48
  docker:
49
- - image: cimg/ruby:3.2.2
49
+ - image: cimg/ruby:3.4.8
50
50
 
51
51
  steps:
52
52
  # --------- SETUP ---------
@@ -73,7 +73,7 @@ jobs:
73
73
  resource_class: small
74
74
 
75
75
  docker:
76
- - image: cimg/ruby:3.2.2
76
+ - image: cimg/ruby:3.4.8
77
77
 
78
78
  steps:
79
79
  # --------- SETUP ---------
@@ -0,0 +1,12 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ - package-ecosystem: github-actions
9
+ directory: "/"
10
+ schedule:
11
+ interval: daily
12
+ open-pull-requests-limit: 10
data/.rubocop.yml CHANGED
@@ -1,8 +1,8 @@
1
- require:
2
- - 'rubocop-performance'
3
- - 'rubocop-rails'
4
- - 'rubocop-minitest'
5
- - 'rubocop-rake'
1
+ plugins:
2
+ - rubocop-performance
3
+ - rubocop-rails
4
+ - rubocop-minitest
5
+ - rubocop-rake
6
6
 
7
7
  AllCops:
8
8
  NewCops: enable
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.2.2
1
+ ruby-3.4.8
data/Gemfile CHANGED
@@ -7,15 +7,15 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
7
  # Specify your gem's dependencies in schnecke.gemspec
8
8
  gemspec
9
9
 
10
- gem 'bundler', '~> 2.3'
10
+ gem 'bundler', '~> 2.6'
11
11
  gem 'bundler-audit', '>= 0'
12
12
  gem 'minitest', '~> 5.0'
13
- gem 'rake', '~> 12.3'
13
+ gem 'rake', '~> 13.2'
14
14
  gem 'rubocop', '>= 0'
15
15
  gem 'rubocop-minitest', '>= 0'
16
16
  gem 'rubocop-performance', '>= 0'
17
17
  gem 'rubocop-rails', '>= 0'
18
18
  gem 'rubocop-rake', '>= 0'
19
19
  gem 'ruby_audit', '>= 0'
20
- gem 'sqlite3', '>= 0'
20
+ gem 'sqlite3', '~> 2.0', '>= 2.0.2'
21
21
  gem 'temping', '~> 4.0'
data/Gemfile.lock CHANGED
@@ -1,107 +1,132 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- schnecke (0.5.0)
4
+ schnecke (0.5.1)
5
5
  activerecord (> 4.2.0)
6
6
  activesupport (> 4.2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (7.1.3.2)
12
- activesupport (= 7.1.3.2)
13
- activerecord (7.1.3.2)
14
- activemodel (= 7.1.3.2)
15
- activesupport (= 7.1.3.2)
11
+ activemodel (8.1.2)
12
+ activesupport (= 8.1.2)
13
+ activerecord (8.1.2)
14
+ activemodel (= 8.1.2)
15
+ activesupport (= 8.1.2)
16
16
  timeout (>= 0.4.0)
17
- activesupport (7.1.3.2)
17
+ activesupport (8.1.2)
18
18
  base64
19
19
  bigdecimal
20
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
21
  connection_pool (>= 2.2.5)
22
22
  drb
23
23
  i18n (>= 1.6, < 2)
24
+ json
25
+ logger (>= 1.4.2)
24
26
  minitest (>= 5.1)
25
- mutex_m
26
- tzinfo (~> 2.0)
27
- ast (2.4.2)
28
- base64 (0.2.0)
29
- bigdecimal (3.1.6)
30
- bundler-audit (0.9.1)
31
- bundler (>= 1.2.0, < 3)
27
+ securerandom (>= 0.3)
28
+ tzinfo (~> 2.0, >= 2.0.5)
29
+ uri (>= 0.13.1)
30
+ ast (2.4.3)
31
+ base64 (0.3.0)
32
+ bigdecimal (4.0.1)
33
+ bundler-audit (0.9.3)
34
+ bundler (>= 1.2.0)
32
35
  thor (~> 1.0)
33
- concurrent-ruby (1.2.3)
34
- connection_pool (2.4.1)
35
- drb (2.2.0)
36
- ruby2_keywords
37
- i18n (1.14.1)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ drb (2.2.3)
39
+ i18n (1.14.8)
38
40
  concurrent-ruby (~> 1.0)
39
- json (2.7.1)
40
- language_server-protocol (3.17.0.3)
41
- minitest (5.22.2)
42
- mutex_m (0.2.0)
43
- parallel (1.24.0)
44
- parser (3.3.0.5)
41
+ json (2.18.0)
42
+ language_server-protocol (3.17.0.5)
43
+ lint_roller (1.1.0)
44
+ logger (1.7.0)
45
+ minitest (5.27.0)
46
+ parallel (1.27.0)
47
+ parser (3.3.10.1)
45
48
  ast (~> 2.4.1)
46
49
  racc
47
- racc (1.7.3)
48
- rack (3.0.9.1)
50
+ prism (1.8.0)
51
+ racc (1.8.1)
52
+ rack (3.2.4)
49
53
  rainbow (3.1.1)
50
- rake (12.3.3)
51
- regexp_parser (2.9.0)
52
- rexml (3.2.6)
53
- rubocop (1.60.2)
54
+ rake (13.3.1)
55
+ regexp_parser (2.11.3)
56
+ rubocop (1.82.1)
54
57
  json (~> 2.3)
55
- language_server-protocol (>= 3.17.0)
58
+ language_server-protocol (~> 3.17.0.2)
59
+ lint_roller (~> 1.1.0)
56
60
  parallel (~> 1.10)
57
61
  parser (>= 3.3.0.2)
58
62
  rainbow (>= 2.2.2, < 4.0)
59
- regexp_parser (>= 1.8, < 3.0)
60
- rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.30.0, < 2.0)
63
+ regexp_parser (>= 2.9.3, < 3.0)
64
+ rubocop-ast (>= 1.48.0, < 2.0)
62
65
  ruby-progressbar (~> 1.7)
63
- unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.30.0)
65
- parser (>= 3.2.1.0)
66
- rubocop-minitest (0.34.5)
67
- rubocop (>= 1.39, < 2.0)
68
- rubocop-ast (>= 1.30.0, < 2.0)
69
- rubocop-performance (1.20.2)
70
- rubocop (>= 1.48.1, < 2.0)
71
- rubocop-ast (>= 1.30.0, < 2.0)
72
- rubocop-rails (2.23.1)
66
+ unicode-display_width (>= 2.4.0, < 4.0)
67
+ rubocop-ast (1.49.0)
68
+ parser (>= 3.3.7.2)
69
+ prism (~> 1.7)
70
+ rubocop-minitest (0.38.2)
71
+ lint_roller (~> 1.1)
72
+ rubocop (>= 1.75.0, < 2.0)
73
+ rubocop-ast (>= 1.38.0, < 2.0)
74
+ rubocop-performance (1.26.1)
75
+ lint_roller (~> 1.1)
76
+ rubocop (>= 1.75.0, < 2.0)
77
+ rubocop-ast (>= 1.47.1, < 2.0)
78
+ rubocop-rails (2.34.3)
73
79
  activesupport (>= 4.2.0)
80
+ lint_roller (~> 1.1)
74
81
  rack (>= 1.1)
75
- rubocop (>= 1.33.0, < 2.0)
76
- rubocop-ast (>= 1.30.0, < 2.0)
77
- rubocop-rake (0.6.0)
78
- rubocop (~> 1.0)
82
+ rubocop (>= 1.75.0, < 2.0)
83
+ rubocop-ast (>= 1.44.0, < 2.0)
84
+ rubocop-rake (0.7.1)
85
+ lint_roller (~> 1.1)
86
+ rubocop (>= 1.72.1)
79
87
  ruby-progressbar (1.13.0)
80
- ruby2_keywords (0.0.5)
81
- ruby_audit (2.3.0)
88
+ ruby_audit (3.1.0)
82
89
  bundler-audit (~> 0.9.0)
83
- sqlite3 (1.7.2-x86_64-darwin)
84
- sqlite3 (1.7.2-x86_64-linux)
85
- temping (4.1.1)
86
- activerecord (>= 6.0, < 7.2)
87
- activesupport (>= 6.0, < 7.2)
88
- thor (1.3.1)
89
- timeout (0.4.1)
90
+ securerandom (0.4.1)
91
+ sqlite3 (2.9.0-aarch64-linux-gnu)
92
+ sqlite3 (2.9.0-aarch64-linux-musl)
93
+ sqlite3 (2.9.0-arm-linux-gnu)
94
+ sqlite3 (2.9.0-arm-linux-musl)
95
+ sqlite3 (2.9.0-arm64-darwin)
96
+ sqlite3 (2.9.0-x86-linux-gnu)
97
+ sqlite3 (2.9.0-x86-linux-musl)
98
+ sqlite3 (2.9.0-x86_64-darwin)
99
+ sqlite3 (2.9.0-x86_64-linux-gnu)
100
+ sqlite3 (2.9.0-x86_64-linux-musl)
101
+ temping (4.4.0)
102
+ activerecord (>= 6.0, < 8.2)
103
+ activesupport (>= 6.0, < 8.2)
104
+ thor (1.5.0)
105
+ timeout (0.6.0)
90
106
  tzinfo (2.0.6)
91
107
  concurrent-ruby (~> 1.0)
92
- unicode-display_width (2.5.0)
108
+ unicode-display_width (3.2.0)
109
+ unicode-emoji (~> 4.1)
110
+ unicode-emoji (4.2.0)
111
+ uri (1.1.1)
93
112
 
94
113
  PLATFORMS
95
- x86_64-darwin-21
96
- x86_64-darwin-22
97
- x86_64-darwin-23
98
- x86_64-linux
114
+ aarch64-linux-gnu
115
+ aarch64-linux-musl
116
+ arm-linux-gnu
117
+ arm-linux-musl
118
+ arm64-darwin
119
+ x86-linux-gnu
120
+ x86-linux-musl
121
+ x86_64-darwin
122
+ x86_64-linux-gnu
123
+ x86_64-linux-musl
99
124
 
100
125
  DEPENDENCIES
101
- bundler (~> 2.3)
126
+ bundler (~> 2.6)
102
127
  bundler-audit
103
128
  minitest (~> 5.0)
104
- rake (~> 12.3)
129
+ rake (~> 13.2)
105
130
  rubocop
106
131
  rubocop-minitest
107
132
  rubocop-performance
@@ -109,8 +134,8 @@ DEPENDENCIES
109
134
  rubocop-rake
110
135
  ruby_audit
111
136
  schnecke!
112
- sqlite3
137
+ sqlite3 (~> 2.0, >= 2.0.2)
113
138
  temping (~> 4.0)
114
139
 
115
140
  BUNDLED WITH
116
- 2.3.26
141
+ 2.6.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Schnecke
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
data/schnecke.gemspec CHANGED
@@ -41,9 +41,9 @@ Gem::Specification.new do |spec|
41
41
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
42
42
  spec.require_paths = ['lib']
43
43
 
44
- spec.required_ruby_version = '>= 3.2'
44
+ spec.required_ruby_version = '>= 3.4'
45
45
 
46
- spec.add_runtime_dependency('activerecord', '> 4.2.0')
47
- spec.add_runtime_dependency('activesupport', '> 4.2.0')
46
+ spec.add_dependency('activerecord', '> 4.2.0')
47
+ spec.add_dependency('activesupport', '> 4.2.0')
48
48
  spec.metadata['rubygems_mfa_required'] = 'true'
49
49
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schnecke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick R. Schmid
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -46,6 +45,7 @@ extensions: []
46
45
  extra_rdoc_files: []
47
46
  files:
48
47
  - ".circleci/config.yml"
48
+ - ".github/dependabot.yml"
49
49
  - ".gitignore"
50
50
  - ".rubocop.yml"
51
51
  - ".ruby-gemset"
@@ -69,7 +69,6 @@ metadata:
69
69
  source_code_uri: https://github.com/prschmid/schnecke
70
70
  changelog_uri: https://github.com/prschmid/schnecke
71
71
  rubygems_mfa_required: 'true'
72
- post_install_message:
73
72
  rdoc_options: []
74
73
  require_paths:
75
74
  - lib
@@ -77,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  requirements:
78
77
  - - ">="
79
78
  - !ruby/object:Gem::Version
80
- version: '3.2'
79
+ version: '3.4'
81
80
  required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  requirements:
83
82
  - - ">="
84
83
  - !ruby/object:Gem::Version
85
84
  version: '0'
86
85
  requirements: []
87
- rubygems_version: 3.5.6
88
- signing_key:
86
+ rubygems_version: 3.6.9
89
87
  specification_version: 4
90
88
  summary: Simple and straightforward way to add slugs to ActiveRecod models.
91
89
  test_files: []