fishplate 8.0.0 → 8.0.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: 5fdad407f7a5690b203b0c0321f6d53a1413b6a24147199a218ccccecf56e603
4
- data.tar.gz: 1eee757e95773e7a8f52843b52a77329fba97c8c6f0f3d8a83adacb272342a43
3
+ metadata.gz: c0e311be8c7d1e143546a0e340ffc74126378a89d4f3274e8e41dda20f0071b9
4
+ data.tar.gz: 5e100099c60862b32242207d2c1b5b30fa80e903d818e4ebef49b952e9e93497
5
5
  SHA512:
6
- metadata.gz: 0d02972f838946187398c83e974df7f4b3cbf34753c3da4b836f754a038b7658d9f1d8d89e92ba2d0c77ad74ef413b2216e85e1d1798d1389289ff9f296fa2ee
7
- data.tar.gz: a7c8519a5acc35859d4d59ec43369a784f2ce7d9a3a2be6d457d6fa15780d3fefee23fb842bbd0149eb550c25cf2dc4b4c4b2a315d270f3b87f8422c4bbf4dba
6
+ metadata.gz: e3c30cf6f175d69940038b46f8d8ede5c222afa2d11b3c5112e8607f7409fa64879553bc70b96c27ada005fd015e5e48c9e609b3b1921b325e8be7fb61b704be
7
+ data.tar.gz: 3ff7ebfe6ddd1a26350c56ecb0b94658040e09f880bae40d825f229c152c0408f942db3bb3d2afd53b2de2514e69c58eb3735338270940f1fa98e3f3d117c769
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.5.23
1
+ 2.6.3
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: [3.2, 3.3]
14
+ ruby-version: [3.3, 3.4]
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/Gemfile CHANGED
@@ -9,4 +9,4 @@ gem 'rspec'
9
9
  gem 'rubocop'
10
10
  gem 'rubocop-rake'
11
11
  gem 'rubocop-rspec'
12
- gem 'sqlite3', '~> 2.1'
12
+ gem 'sqlite3', '~> 2.5'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fishplate (8.0.0)
4
+ fishplate (8.0.1)
5
5
  a9n (~> 1.0)
6
6
  activemodel (~> 8.0)
7
7
  activerecord (~> 8.0)
@@ -13,13 +13,13 @@ GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
15
  a9n (1.5.1)
16
- activemodel (8.0.0)
17
- activesupport (= 8.0.0)
18
- activerecord (8.0.0)
19
- activemodel (= 8.0.0)
20
- activesupport (= 8.0.0)
16
+ activemodel (8.0.1)
17
+ activesupport (= 8.0.1)
18
+ activerecord (8.0.1)
19
+ activemodel (= 8.0.1)
20
+ activesupport (= 8.0.1)
21
21
  timeout (>= 0.4.0)
22
- activesupport (8.0.0)
22
+ activesupport (8.0.1)
23
23
  base64
24
24
  benchmark (>= 0.3)
25
25
  bigdecimal
@@ -35,31 +35,31 @@ GEM
35
35
  ast (2.4.2)
36
36
  base64 (0.2.0)
37
37
  benchmark (0.4.0)
38
- bigdecimal (3.1.8)
38
+ bigdecimal (3.1.9)
39
39
  coderay (1.1.3)
40
- concurrent-ruby (1.3.4)
41
- connection_pool (2.4.1)
40
+ concurrent-ruby (1.3.5)
41
+ connection_pool (2.5.0)
42
42
  diff-lcs (1.5.1)
43
43
  drb (2.2.1)
44
- i18n (1.14.6)
44
+ i18n (1.14.7)
45
45
  concurrent-ruby (~> 1.0)
46
- json (2.8.2)
47
- language_server-protocol (3.17.0.3)
48
- logger (1.6.1)
46
+ json (2.9.1)
47
+ language_server-protocol (3.17.0.4)
48
+ logger (1.6.5)
49
49
  method_source (1.1.0)
50
50
  mini_portile2 (2.8.8)
51
- minitest (5.25.1)
51
+ minitest (5.25.4)
52
52
  parallel (1.26.3)
53
- parser (3.3.6.0)
53
+ parser (3.3.7.1)
54
54
  ast (~> 2.4.1)
55
55
  racc
56
- pry (0.14.2)
56
+ pry (0.15.2)
57
57
  coderay (~> 1.1)
58
58
  method_source (~> 1.0)
59
59
  racc (1.8.1)
60
60
  rainbow (3.1.1)
61
61
  rake (13.2.1)
62
- regexp_parser (2.9.2)
62
+ regexp_parser (2.10.0)
63
63
  rspec (3.13.0)
64
64
  rspec-core (~> 3.13.0)
65
65
  rspec-expectations (~> 3.13.0)
@@ -72,33 +72,35 @@ GEM
72
72
  rspec-mocks (3.13.2)
73
73
  diff-lcs (>= 1.2.0, < 2.0)
74
74
  rspec-support (~> 3.13.0)
75
- rspec-support (3.13.1)
76
- rubocop (1.68.0)
75
+ rspec-support (3.13.2)
76
+ rubocop (1.71.2)
77
77
  json (~> 2.3)
78
78
  language_server-protocol (>= 3.17.0)
79
79
  parallel (~> 1.10)
80
80
  parser (>= 3.3.0.2)
81
81
  rainbow (>= 2.2.2, < 4.0)
82
- regexp_parser (>= 2.4, < 3.0)
83
- rubocop-ast (>= 1.32.2, < 2.0)
82
+ regexp_parser (>= 2.9.3, < 3.0)
83
+ rubocop-ast (>= 1.38.0, < 2.0)
84
84
  ruby-progressbar (~> 1.7)
85
- unicode-display_width (>= 2.4.0, < 3.0)
86
- rubocop-ast (1.36.1)
85
+ unicode-display_width (>= 2.4.0, < 4.0)
86
+ rubocop-ast (1.38.0)
87
87
  parser (>= 3.3.1.0)
88
88
  rubocop-rake (0.6.0)
89
89
  rubocop (~> 1.0)
90
- rubocop-rspec (3.2.0)
90
+ rubocop-rspec (3.4.0)
91
91
  rubocop (~> 1.61)
92
92
  ruby-progressbar (1.13.0)
93
- securerandom (0.3.2)
94
- sqlite3 (2.2.0)
93
+ securerandom (0.4.1)
94
+ sqlite3 (2.5.0)
95
95
  mini_portile2 (~> 2.8.0)
96
- timeout (0.4.2)
96
+ timeout (0.4.3)
97
97
  tzinfo (2.0.6)
98
98
  concurrent-ruby (~> 1.0)
99
- tzinfo-data (1.2024.2)
99
+ tzinfo-data (1.2025.1)
100
100
  tzinfo (>= 1.0.0)
101
- unicode-display_width (2.6.0)
101
+ unicode-display_width (3.1.4)
102
+ unicode-emoji (~> 4.0, >= 4.0.4)
103
+ unicode-emoji (4.0.4)
102
104
  uri (1.0.2)
103
105
 
104
106
  PLATFORMS
@@ -113,7 +115,7 @@ DEPENDENCIES
113
115
  rubocop
114
116
  rubocop-rake
115
117
  rubocop-rspec
116
- sqlite3 (~> 2.1)
118
+ sqlite3 (~> 2.5)
117
119
 
118
120
  BUNDLED WITH
119
- 2.5.23
121
+ 2.6.3
data/fishplate.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ['lib']
25
25
 
26
- spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
26
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.3.0')
27
27
 
28
28
  spec.add_dependency 'a9n', '~> 1.0'
29
29
  spec.add_dependency 'activemodel', '~> 8.0'
@@ -1,3 +1,3 @@
1
1
  module Fishplate
2
- VERSION = "8.0.0".freeze
2
+ VERSION = "8.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fishplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 8.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-15 00:00:00.000000000 Z
10
+ date: 2025-02-05 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: a9n
@@ -94,7 +93,6 @@ dependencies:
94
93
  - - ">="
95
94
  - !ruby/object:Gem::Version
96
95
  version: '0'
97
- description:
98
96
  email:
99
97
  - knapo@knapo.net
100
98
  executables: []
@@ -131,7 +129,6 @@ metadata:
131
129
  homepage_uri: https://github.com/RenoFi/fishplate
132
130
  source_code_uri: https://github.com/RenoFi/fishplate
133
131
  rubygems_mfa_required: 'true'
134
- post_install_message:
135
132
  rdoc_options: []
136
133
  require_paths:
137
134
  - lib
@@ -139,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
136
  requirements:
140
137
  - - ">="
141
138
  - !ruby/object:Gem::Version
142
- version: 3.2.0
139
+ version: 3.3.0
143
140
  required_rubygems_version: !ruby/object:Gem::Requirement
144
141
  requirements:
145
142
  - - ">="
146
143
  - !ruby/object:Gem::Version
147
144
  version: '0'
148
145
  requirements: []
149
- rubygems_version: 3.5.23
150
- signing_key:
146
+ rubygems_version: 3.6.3
151
147
  specification_version: 4
152
148
  summary: Fishplate is a library allowing running ActiveRecord without Railties.
153
149
  test_files: []