fishplate 8.0.1 → 8.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0e311be8c7d1e143546a0e340ffc74126378a89d4f3274e8e41dda20f0071b9
4
- data.tar.gz: 5e100099c60862b32242207d2c1b5b30fa80e903d818e4ebef49b952e9e93497
3
+ metadata.gz: bb80555a3e5d5f29ef0eaa34eb648b577c754e2ecb8380b4515b7352f0cd515c
4
+ data.tar.gz: 7ac9ed47aee4f9cf8a7aad2742f00b583182dada38752decae808e1320a3333b
5
5
  SHA512:
6
- metadata.gz: e3c30cf6f175d69940038b46f8d8ede5c222afa2d11b3c5112e8607f7409fa64879553bc70b96c27ada005fd015e5e48c9e609b3b1921b325e8be7fb61b704be
7
- data.tar.gz: 3ff7ebfe6ddd1a26350c56ecb0b94658040e09f880bae40d825f229c152c0408f942db3bb3d2afd53b2de2514e69c58eb3735338270940f1fa98e3f3d117c769
6
+ metadata.gz: 5207994a18e59284411f6e4b07faba49761e6ec9f107286632cff33a36db0adf9a6a6fea0c877781efbc8dfc410c878cf26f5b5d652bcbf5bc9ec4ce7dddf377
7
+ data.tar.gz: 4a86f5c597b94a944b6169e365d63918499d2bc2346e55d533fce2241910110ca64a3d8755906a4443e3aa7d28e648167d918ff0c05c711b2f80453c237854d9
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.6.3
1
+ 4.0.4
@@ -2,5 +2,5 @@
2
2
  <!--- Describe your changes in detail -->
3
3
  <!--- Why is this change required? What problem does it solve? -->
4
4
 
5
- ## Related issue(s) or PR(s)
6
- <!--- GH issue number -->
5
+ ## Related tickets(s), PR(s) or slack message:
6
+ <!--- Ticket/Issue/PR number or URL -->
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: [3.3, 3.4]
14
+ ruby-version: [3.4, 4.0]
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/.gitignore CHANGED
@@ -11,4 +11,5 @@
11
11
  .rspec_status
12
12
 
13
13
  # Cached rubocop config files
14
+ .rubocop-remote*
14
15
  .rubocop-http*
data/Gemfile CHANGED
@@ -3,10 +3,13 @@ source "https://rubygems.org"
3
3
  gemspec
4
4
 
5
5
  gem 'bundler'
6
+ gem 'irb'
6
7
  gem 'pry'
7
8
  gem 'rake'
8
9
  gem 'rspec'
9
10
  gem 'rubocop'
10
11
  gem 'rubocop-rake'
11
12
  gem 'rubocop-rspec'
12
- gem 'sqlite3', '~> 2.5'
13
+ gem 'sqlite3', '~> 2.7'
14
+
15
+ gem 'openssl'
data/Gemfile.lock CHANGED
@@ -1,107 +1,138 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fishplate (8.0.1)
4
+ fishplate (8.1.2)
5
5
  a9n (~> 1.0)
6
- activemodel (~> 8.0)
7
- activerecord (~> 8.0)
8
- activesupport (~> 8.0)
6
+ activemodel (~> 8.1)
7
+ activerecord (~> 8.1)
8
+ activesupport (~> 8.1)
9
9
  rake
10
10
  tzinfo-data
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- a9n (1.5.1)
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)
15
+ a9n (1.6.0)
16
+ ostruct
17
+ activemodel (8.1.2)
18
+ activesupport (= 8.1.2)
19
+ activerecord (8.1.2)
20
+ activemodel (= 8.1.2)
21
+ activesupport (= 8.1.2)
21
22
  timeout (>= 0.4.0)
22
- activesupport (8.0.1)
23
+ activesupport (8.1.2)
23
24
  base64
24
- benchmark (>= 0.3)
25
25
  bigdecimal
26
26
  concurrent-ruby (~> 1.0, >= 1.3.1)
27
27
  connection_pool (>= 2.2.5)
28
28
  drb
29
29
  i18n (>= 1.6, < 2)
30
+ json
30
31
  logger (>= 1.4.2)
31
32
  minitest (>= 5.1)
32
33
  securerandom (>= 0.3)
33
34
  tzinfo (~> 2.0, >= 2.0.5)
34
35
  uri (>= 0.13.1)
35
- ast (2.4.2)
36
- base64 (0.2.0)
37
- benchmark (0.4.0)
38
- bigdecimal (3.1.9)
36
+ ast (2.4.3)
37
+ base64 (0.3.0)
38
+ bigdecimal (4.0.1)
39
39
  coderay (1.1.3)
40
- concurrent-ruby (1.3.5)
41
- connection_pool (2.5.0)
42
- diff-lcs (1.5.1)
43
- drb (2.2.1)
44
- i18n (1.14.7)
40
+ concurrent-ruby (1.3.6)
41
+ connection_pool (3.0.2)
42
+ date (3.5.1)
43
+ diff-lcs (1.6.2)
44
+ drb (2.2.3)
45
+ erb (6.0.1)
46
+ i18n (1.14.8)
45
47
  concurrent-ruby (~> 1.0)
46
- json (2.9.1)
47
- language_server-protocol (3.17.0.4)
48
- logger (1.6.5)
48
+ io-console (0.8.2)
49
+ irb (1.16.0)
50
+ pp (>= 0.6.0)
51
+ rdoc (>= 4.0.0)
52
+ reline (>= 0.4.2)
53
+ json (2.18.0)
54
+ language_server-protocol (3.17.0.5)
55
+ lint_roller (1.1.0)
56
+ logger (1.7.0)
49
57
  method_source (1.1.0)
50
- mini_portile2 (2.8.8)
51
- minitest (5.25.4)
52
- parallel (1.26.3)
53
- parser (3.3.7.1)
58
+ mini_portile2 (2.8.9)
59
+ minitest (6.0.1)
60
+ prism (~> 1.5)
61
+ openssl (4.0.0)
62
+ ostruct (0.6.3)
63
+ parallel (1.27.0)
64
+ parser (3.3.10.1)
54
65
  ast (~> 2.4.1)
55
66
  racc
56
- pry (0.15.2)
67
+ pp (0.6.3)
68
+ prettyprint
69
+ prettyprint (0.2.0)
70
+ prism (1.8.0)
71
+ pry (0.16.0)
57
72
  coderay (~> 1.1)
58
73
  method_source (~> 1.0)
74
+ reline (>= 0.6.0)
75
+ psych (5.3.1)
76
+ date
77
+ stringio
59
78
  racc (1.8.1)
60
79
  rainbow (3.1.1)
61
- rake (13.2.1)
62
- regexp_parser (2.10.0)
63
- rspec (3.13.0)
80
+ rake (13.3.1)
81
+ rdoc (7.1.0)
82
+ erb
83
+ psych (>= 4.0.0)
84
+ tsort
85
+ regexp_parser (2.11.3)
86
+ reline (0.6.3)
87
+ io-console (~> 0.5)
88
+ rspec (3.13.2)
64
89
  rspec-core (~> 3.13.0)
65
90
  rspec-expectations (~> 3.13.0)
66
91
  rspec-mocks (~> 3.13.0)
67
- rspec-core (3.13.2)
92
+ rspec-core (3.13.6)
68
93
  rspec-support (~> 3.13.0)
69
- rspec-expectations (3.13.3)
94
+ rspec-expectations (3.13.5)
70
95
  diff-lcs (>= 1.2.0, < 2.0)
71
96
  rspec-support (~> 3.13.0)
72
- rspec-mocks (3.13.2)
97
+ rspec-mocks (3.13.7)
73
98
  diff-lcs (>= 1.2.0, < 2.0)
74
99
  rspec-support (~> 3.13.0)
75
- rspec-support (3.13.2)
76
- rubocop (1.71.2)
100
+ rspec-support (3.13.6)
101
+ rubocop (1.82.1)
77
102
  json (~> 2.3)
78
- language_server-protocol (>= 3.17.0)
103
+ language_server-protocol (~> 3.17.0.2)
104
+ lint_roller (~> 1.1.0)
79
105
  parallel (~> 1.10)
80
106
  parser (>= 3.3.0.2)
81
107
  rainbow (>= 2.2.2, < 4.0)
82
108
  regexp_parser (>= 2.9.3, < 3.0)
83
- rubocop-ast (>= 1.38.0, < 2.0)
109
+ rubocop-ast (>= 1.48.0, < 2.0)
84
110
  ruby-progressbar (~> 1.7)
85
111
  unicode-display_width (>= 2.4.0, < 4.0)
86
- rubocop-ast (1.38.0)
87
- parser (>= 3.3.1.0)
88
- rubocop-rake (0.6.0)
89
- rubocop (~> 1.0)
90
- rubocop-rspec (3.4.0)
91
- rubocop (~> 1.61)
112
+ rubocop-ast (1.49.0)
113
+ parser (>= 3.3.7.2)
114
+ prism (~> 1.7)
115
+ rubocop-rake (0.7.1)
116
+ lint_roller (~> 1.1)
117
+ rubocop (>= 1.72.1)
118
+ rubocop-rspec (3.9.0)
119
+ lint_roller (~> 1.1)
120
+ rubocop (~> 1.81)
92
121
  ruby-progressbar (1.13.0)
93
122
  securerandom (0.4.1)
94
- sqlite3 (2.5.0)
123
+ sqlite3 (2.9.0)
95
124
  mini_portile2 (~> 2.8.0)
96
- timeout (0.4.3)
125
+ stringio (3.2.0)
126
+ timeout (0.6.0)
127
+ tsort (0.2.0)
97
128
  tzinfo (2.0.6)
98
129
  concurrent-ruby (~> 1.0)
99
- tzinfo-data (1.2025.1)
130
+ tzinfo-data (1.2025.3)
100
131
  tzinfo (>= 1.0.0)
101
- unicode-display_width (3.1.4)
102
- unicode-emoji (~> 4.0, >= 4.0.4)
103
- unicode-emoji (4.0.4)
104
- uri (1.0.2)
132
+ unicode-display_width (3.2.0)
133
+ unicode-emoji (~> 4.1)
134
+ unicode-emoji (4.2.0)
135
+ uri (1.1.1)
105
136
 
106
137
  PLATFORMS
107
138
  ruby
@@ -109,13 +140,15 @@ PLATFORMS
109
140
  DEPENDENCIES
110
141
  bundler
111
142
  fishplate!
143
+ irb
144
+ openssl
112
145
  pry
113
146
  rake
114
147
  rspec
115
148
  rubocop
116
149
  rubocop-rake
117
150
  rubocop-rspec
118
- sqlite3 (~> 2.5)
151
+ sqlite3 (~> 2.7)
119
152
 
120
153
  BUNDLED WITH
121
- 2.6.3
154
+ 4.0.4
data/fishplate.gemspec CHANGED
@@ -23,12 +23,12 @@ 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.3.0')
26
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.4.0')
27
27
 
28
28
  spec.add_dependency 'a9n', '~> 1.0'
29
- spec.add_dependency 'activemodel', '~> 8.0'
30
- spec.add_dependency 'activerecord', '~> 8.0'
31
- spec.add_dependency 'activesupport', '~> 8.0'
29
+ spec.add_dependency 'activemodel', '~> 8.1'
30
+ spec.add_dependency 'activerecord', '~> 8.1'
31
+ spec.add_dependency 'activesupport', '~> 8.1'
32
32
  spec.add_dependency 'rake'
33
33
  spec.add_dependency 'tzinfo-data'
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module Fishplate
2
- VERSION = "8.0.1".freeze
2
+ VERSION = "8.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fishplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.1
4
+ version: 8.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-02-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: a9n
@@ -29,42 +29,42 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '8.0'
32
+ version: '8.1'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '8.0'
39
+ version: '8.1'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: activerecord
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '8.0'
46
+ version: '8.1'
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '8.0'
53
+ version: '8.1'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: activesupport
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '8.0'
60
+ version: '8.1'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '8.0'
67
+ version: '8.1'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: rake
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -136,14 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: 3.3.0
139
+ version: 3.4.0
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubygems_version: 3.6.3
146
+ rubygems_version: 4.0.4
147
147
  specification_version: 4
148
148
  summary: Fishplate is a library allowing running ActiveRecord without Railties.
149
149
  test_files: []