pg_aggregates 0.2.2 → 0.2.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: 404507e81fbfe0ea608413efa6535d34c15beae11392bd86e8c4a0f98525e815
4
- data.tar.gz: 953d598b8e88883db7d60153e7bcd048efe97475cd3f72949411a4cc7d7872b7
3
+ metadata.gz: 0d18303836cde467970b7a3c5ce37ba2d61551a59d09fe085f50350cf1ef2c81
4
+ data.tar.gz: 1293758ce3fda4871ea8aa42972ce29ea1d241eb29de0fc46ea3e291667ec762
5
5
  SHA512:
6
- metadata.gz: e6091519ab8526a079af9c4adce52c596e7c7f02ddf07d41d6a506a57200120a21eb58863b212d1071aa72732d30c17aa76a8622569715001a43b6ed4b84f687
7
- data.tar.gz: 1df224a0da63cb50de1c435eb1a3a4c3d62e48a0efbe9deb92f8d1edbc4adeecb44745f29766368a8fe522319966224e2f01c3d5b260cdde04a93ec12868f8f5
6
+ metadata.gz: 5394bde2724f42ae43893b2ca44b1016c174ec29d6060fa515d7ef05acb15d8957b31d479725c1d51d60fec29bbee48659a6b26bfe2843a5d56ec6dac9a58e37
7
+ data.tar.gz: 8159641f53aed2f134766d9cc7d30810f8652062b03612f6a68231103c0c47e92348711531feea12a72148cb09f2e91a9a30d68ab6c6f66f9f01defe222b0d68
data/Appraisals CHANGED
@@ -3,6 +3,7 @@
3
3
  appraise "rails-6.1" do
4
4
  gem "activerecord", "~> 6.1.0"
5
5
  gem "railties", "~> 6.1.0"
6
+ gem "logger", ">= 1.5.0"
6
7
  end
7
8
 
8
9
  appraise "rails-7.0" do
@@ -14,3 +15,8 @@ appraise "rails-7.1" do
14
15
  gem "activerecord", "~> 7.1.0"
15
16
  gem "railties", "~> 7.1.0"
16
17
  end
18
+
19
+ appraise "rails-8.0" do
20
+ gem "activerecord", "~> 8.0.0"
21
+ gem "railties", "~> 8.0.0"
22
+ end
@@ -12,12 +12,13 @@ gem "bigdecimal"
12
12
  gem "database_cleaner"
13
13
  gem "drb"
14
14
  gem "gem-release"
15
- gem "logger"
15
+ gem "logger", ">= 1.5.0"
16
16
  gem "mutex_m"
17
17
  gem "railties", "~> 6.1.0"
18
18
  gem "rake"
19
19
  gem "rspec"
20
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
21
22
  gem "rubocop-rake"
22
23
  gem "rubocop-rspec"
23
24
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pg_aggregates (0.1.1)
4
+ pg_aggregates (0.2.2)
5
5
  activerecord (>= 6.1)
6
6
  pg (>= 1.1)
7
7
  railties (>= 6.1)
@@ -41,11 +41,11 @@ GEM
41
41
  bundler
42
42
  rake
43
43
  thor (>= 0.14.0)
44
- ast (2.4.2)
44
+ ast (2.4.3)
45
45
  base64 (0.2.0)
46
- bigdecimal (3.1.8)
46
+ bigdecimal (3.1.9)
47
47
  builder (3.3.0)
48
- concurrent-ruby (1.3.4)
48
+ concurrent-ruby (1.3.5)
49
49
  crass (1.0.6)
50
50
  database_cleaner (2.1.0)
51
51
  database_cleaner-active_record (>= 2, < 3)
@@ -53,39 +53,55 @@ GEM
53
53
  activerecord (>= 5.a)
54
54
  database_cleaner-core (~> 2.0.0)
55
55
  database_cleaner-core (2.0.1)
56
- diff-lcs (1.5.1)
56
+ diff-lcs (1.6.1)
57
57
  drb (2.2.1)
58
- erubi (1.13.0)
59
- gem-release (2.2.2)
60
- i18n (1.14.6)
58
+ erubi (1.13.1)
59
+ gem-release (2.2.4)
60
+ i18n (1.14.7)
61
61
  concurrent-ruby (~> 1.0)
62
- json (2.7.6)
63
- language_server-protocol (3.17.0.3)
64
- logger (1.6.1)
65
- loofah (2.23.1)
62
+ json (2.10.2)
63
+ language_server-protocol (3.17.0.4)
64
+ lint_roller (1.1.0)
65
+ logger (1.7.0)
66
+ loofah (2.24.0)
66
67
  crass (~> 1.0.2)
67
68
  nokogiri (>= 1.12.0)
68
69
  method_source (1.1.0)
69
- minitest (5.25.1)
70
- mutex_m (0.2.0)
71
- nokogiri (1.16.7-arm64-darwin)
70
+ minitest (5.25.5)
71
+ mutex_m (0.3.0)
72
+ nokogiri (1.18.7-aarch64-linux-gnu)
72
73
  racc (~> 1.4)
73
- parallel (1.26.3)
74
- parser (3.3.5.1)
74
+ nokogiri (1.18.7-aarch64-linux-musl)
75
+ racc (~> 1.4)
76
+ nokogiri (1.18.7-arm-linux-gnu)
77
+ racc (~> 1.4)
78
+ nokogiri (1.18.7-arm-linux-musl)
79
+ racc (~> 1.4)
80
+ nokogiri (1.18.7-arm64-darwin)
81
+ racc (~> 1.4)
82
+ nokogiri (1.18.7-x86_64-darwin)
83
+ racc (~> 1.4)
84
+ nokogiri (1.18.7-x86_64-linux-gnu)
85
+ racc (~> 1.4)
86
+ nokogiri (1.18.7-x86_64-linux-musl)
87
+ racc (~> 1.4)
88
+ parallel (1.27.0)
89
+ parser (3.3.8.0)
75
90
  ast (~> 2.4.1)
76
91
  racc
77
92
  pg (1.5.9)
93
+ prism (1.4.0)
78
94
  racc (1.8.1)
79
- rack (2.2.10)
80
- rack-test (2.1.0)
95
+ rack (2.2.13)
96
+ rack-test (2.2.0)
81
97
  rack (>= 1.3)
82
98
  rails-dom-testing (2.2.0)
83
99
  activesupport (>= 5.0.0)
84
100
  minitest
85
101
  nokogiri (>= 1.6)
86
- rails-html-sanitizer (1.6.0)
102
+ rails-html-sanitizer (1.6.2)
87
103
  loofah (~> 2.21)
88
- nokogiri (~> 1.14)
104
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
89
105
  railties (6.1.7.10)
90
106
  actionpack (= 6.1.7.10)
91
107
  activesupport (= 6.1.7.10)
@@ -94,12 +110,12 @@ GEM
94
110
  thor (~> 1.0)
95
111
  rainbow (3.1.1)
96
112
  rake (13.2.1)
97
- regexp_parser (2.9.2)
113
+ regexp_parser (2.10.0)
98
114
  rspec (3.13.0)
99
115
  rspec-core (~> 3.13.0)
100
116
  rspec-expectations (~> 3.13.0)
101
117
  rspec-mocks (~> 3.13.0)
102
- rspec-core (3.13.2)
118
+ rspec-core (3.13.3)
103
119
  rspec-support (~> 3.13.0)
104
120
  rspec-expectations (3.13.3)
105
121
  diff-lcs (>= 1.2.0, < 2.0)
@@ -115,43 +131,49 @@ GEM
115
131
  rspec-expectations (~> 3.13)
116
132
  rspec-mocks (~> 3.13)
117
133
  rspec-support (~> 3.13)
118
- rspec-support (3.13.1)
119
- rubocop (1.68.0)
134
+ rspec-support (3.13.2)
135
+ rubocop (1.75.2)
120
136
  json (~> 2.3)
121
- language_server-protocol (>= 3.17.0)
137
+ language_server-protocol (~> 3.17.0.2)
138
+ lint_roller (~> 1.1.0)
122
139
  parallel (~> 1.10)
123
140
  parser (>= 3.3.0.2)
124
141
  rainbow (>= 2.2.2, < 4.0)
125
- regexp_parser (>= 2.4, < 3.0)
126
- rubocop-ast (>= 1.32.2, < 2.0)
142
+ regexp_parser (>= 2.9.3, < 3.0)
143
+ rubocop-ast (>= 1.44.0, < 2.0)
127
144
  ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 2.4.0, < 3.0)
129
- rubocop-ast (1.34.0)
130
- parser (>= 3.3.1.0)
131
- rubocop-mhenrixon (3.0.0)
132
- rubocop
133
- rubocop-performance
134
- rubocop-rake
135
- rubocop-rspec
136
- rubocop-thread_safety
137
- rubocop-performance (1.22.1)
138
- rubocop (>= 1.48.1, < 2.0)
139
- rubocop-ast (>= 1.31.1, < 2.0)
140
- rubocop-rake (0.6.0)
141
- rubocop (~> 1.0)
142
- rubocop-rspec (3.2.0)
143
- rubocop (~> 1.61)
144
- rubocop-thread_safety (0.5.1)
145
- rubocop (>= 0.90.0)
145
+ unicode-display_width (>= 2.4.0, < 4.0)
146
+ rubocop-ast (1.44.1)
147
+ parser (>= 3.3.7.2)
148
+ prism (~> 1.4)
149
+ rubocop-performance (1.25.0)
150
+ lint_roller (~> 1.1)
151
+ rubocop (>= 1.75.0, < 2.0)
152
+ rubocop-ast (>= 1.38.0, < 2.0)
153
+ rubocop-rake (0.7.1)
154
+ lint_roller (~> 1.1)
155
+ rubocop (>= 1.72.1)
156
+ rubocop-rspec (3.5.0)
157
+ lint_roller (~> 1.1)
158
+ rubocop (~> 1.72, >= 1.72.1)
146
159
  ruby-progressbar (1.13.0)
147
160
  thor (1.3.2)
148
161
  tzinfo (2.0.6)
149
162
  concurrent-ruby (~> 1.0)
150
- unicode-display_width (2.6.0)
151
- zeitwerk (2.6.18)
163
+ unicode-display_width (3.1.4)
164
+ unicode-emoji (~> 4.0, >= 4.0.4)
165
+ unicode-emoji (4.0.4)
166
+ zeitwerk (2.7.2)
152
167
 
153
168
  PLATFORMS
169
+ aarch64-linux-gnu
170
+ aarch64-linux-musl
171
+ arm-linux-gnu
172
+ arm-linux-musl
154
173
  arm64-darwin
174
+ x86_64-darwin
175
+ x86_64-linux-gnu
176
+ x86_64-linux-musl
155
177
 
156
178
  DEPENDENCIES
157
179
  activerecord (~> 6.1.0)
@@ -162,15 +184,16 @@ DEPENDENCIES
162
184
  database_cleaner
163
185
  drb
164
186
  gem-release
165
- logger
187
+ logger (>= 1.5.0)
166
188
  mutex_m
167
189
  pg_aggregates!
168
190
  railties (~> 6.1.0)
169
191
  rake
170
192
  rspec
171
- rubocop-mhenrixon
193
+ rubocop
194
+ rubocop-performance
172
195
  rubocop-rake
173
196
  rubocop-rspec
174
197
 
175
198
  BUNDLED WITH
176
- 2.5.20
199
+ 2.6.8
@@ -17,7 +17,8 @@ gem "mutex_m"
17
17
  gem "railties", "~> 7.0.0"
18
18
  gem "rake"
19
19
  gem "rspec"
20
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
21
22
  gem "rubocop-rake"
22
23
  gem "rubocop-rspec"
23
24
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pg_aggregates (0.1.1)
4
+ pg_aggregates (0.2.2)
5
5
  activerecord (>= 6.1)
6
6
  pg (>= 1.1)
7
7
  railties (>= 6.1)
@@ -9,25 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.8.6)
13
- actionview (= 7.0.8.6)
14
- activesupport (= 7.0.8.6)
12
+ actionpack (7.0.8.7)
13
+ actionview (= 7.0.8.7)
14
+ activesupport (= 7.0.8.7)
15
15
  rack (~> 2.0, >= 2.2.4)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.8.6)
20
- activesupport (= 7.0.8.6)
19
+ actionview (7.0.8.7)
20
+ activesupport (= 7.0.8.7)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (7.0.8.6)
26
- activesupport (= 7.0.8.6)
27
- activerecord (7.0.8.6)
28
- activemodel (= 7.0.8.6)
29
- activesupport (= 7.0.8.6)
30
- activesupport (7.0.8.6)
25
+ activemodel (7.0.8.7)
26
+ activesupport (= 7.0.8.7)
27
+ activerecord (7.0.8.7)
28
+ activemodel (= 7.0.8.7)
29
+ activesupport (= 7.0.8.7)
30
+ activesupport (7.0.8.7)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
@@ -40,11 +40,11 @@ GEM
40
40
  bundler
41
41
  rake
42
42
  thor (>= 0.14.0)
43
- ast (2.4.2)
43
+ ast (2.4.3)
44
44
  base64 (0.2.0)
45
- bigdecimal (3.1.8)
45
+ bigdecimal (3.1.9)
46
46
  builder (3.3.0)
47
- concurrent-ruby (1.3.4)
47
+ concurrent-ruby (1.3.5)
48
48
  crass (1.0.6)
49
49
  database_cleaner (2.1.0)
50
50
  database_cleaner-active_record (>= 2, < 3)
@@ -52,64 +52,70 @@ GEM
52
52
  activerecord (>= 5.a)
53
53
  database_cleaner-core (~> 2.0.0)
54
54
  database_cleaner-core (2.0.1)
55
- diff-lcs (1.5.1)
55
+ diff-lcs (1.6.1)
56
56
  drb (2.2.1)
57
- erubi (1.13.0)
58
- gem-release (2.2.2)
59
- i18n (1.14.6)
57
+ erubi (1.13.1)
58
+ gem-release (2.2.4)
59
+ i18n (1.14.7)
60
60
  concurrent-ruby (~> 1.0)
61
- json (2.7.6)
62
- language_server-protocol (3.17.0.3)
63
- logger (1.6.1)
64
- loofah (2.23.1)
61
+ json (2.10.2)
62
+ language_server-protocol (3.17.0.4)
63
+ lint_roller (1.1.0)
64
+ logger (1.7.0)
65
+ loofah (2.24.0)
65
66
  crass (~> 1.0.2)
66
67
  nokogiri (>= 1.12.0)
67
68
  method_source (1.1.0)
68
- minitest (5.25.1)
69
- mutex_m (0.2.0)
70
- nokogiri (1.16.7-aarch64-linux)
69
+ minitest (5.25.5)
70
+ mutex_m (0.3.0)
71
+ nokogiri (1.18.7-aarch64-linux-gnu)
71
72
  racc (~> 1.4)
72
- nokogiri (1.16.7-arm-linux)
73
+ nokogiri (1.18.7-aarch64-linux-musl)
73
74
  racc (~> 1.4)
74
- nokogiri (1.16.7-arm64-darwin)
75
+ nokogiri (1.18.7-arm-linux-gnu)
75
76
  racc (~> 1.4)
76
- nokogiri (1.16.7-x86-linux)
77
+ nokogiri (1.18.7-arm-linux-musl)
77
78
  racc (~> 1.4)
78
- nokogiri (1.16.7-x86_64-darwin)
79
+ nokogiri (1.18.7-arm64-darwin)
79
80
  racc (~> 1.4)
80
- nokogiri (1.16.7-x86_64-linux)
81
+ nokogiri (1.18.7-x86_64-darwin)
81
82
  racc (~> 1.4)
82
- parallel (1.26.3)
83
- parser (3.3.5.1)
83
+ nokogiri (1.18.7-x86_64-linux-gnu)
84
+ racc (~> 1.4)
85
+ nokogiri (1.18.7-x86_64-linux-musl)
86
+ racc (~> 1.4)
87
+ parallel (1.27.0)
88
+ parser (3.3.8.0)
84
89
  ast (~> 2.4.1)
85
90
  racc
86
91
  pg (1.5.9)
92
+ prism (1.4.0)
87
93
  racc (1.8.1)
88
- rack (2.2.10)
89
- rack-test (2.1.0)
94
+ rack (2.2.13)
95
+ rack-test (2.2.0)
90
96
  rack (>= 1.3)
91
97
  rails-dom-testing (2.2.0)
92
98
  activesupport (>= 5.0.0)
93
99
  minitest
94
100
  nokogiri (>= 1.6)
95
- rails-html-sanitizer (1.6.0)
101
+ rails-html-sanitizer (1.6.2)
96
102
  loofah (~> 2.21)
97
- nokogiri (~> 1.14)
98
- railties (7.0.8.6)
99
- actionpack (= 7.0.8.6)
100
- activesupport (= 7.0.8.6)
103
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
104
+ railties (7.0.8.7)
105
+ actionpack (= 7.0.8.7)
106
+ activesupport (= 7.0.8.7)
101
107
  method_source
102
108
  rake (>= 12.2)
103
109
  thor (~> 1.0)
104
110
  zeitwerk (~> 2.5)
105
111
  rainbow (3.1.1)
106
112
  rake (13.2.1)
107
- regexp_parser (2.9.2)
113
+ regexp_parser (2.10.0)
108
114
  rspec (3.13.0)
109
115
  rspec-core (~> 3.13.0)
110
116
  rspec-expectations (~> 3.13.0)
111
117
  rspec-mocks (~> 3.13.0)
112
- rspec-core (3.13.2)
118
+ rspec-core (3.13.3)
113
119
  rspec-support (~> 3.13.0)
114
120
  rspec-expectations (3.13.3)
115
121
  diff-lcs (>= 1.2.0, < 2.0)
@@ -117,7 +123,7 @@ GEM
117
123
  rspec-mocks (3.13.2)
118
124
  diff-lcs (>= 1.2.0, < 2.0)
119
125
  rspec-support (~> 3.13.0)
120
- rspec-rails (7.0.1)
126
+ rspec-rails (7.1.1)
121
127
  actionpack (>= 7.0)
122
128
  activesupport (>= 7.0)
123
129
  railties (>= 7.0)
@@ -125,48 +131,49 @@ GEM
125
131
  rspec-expectations (~> 3.13)
126
132
  rspec-mocks (~> 3.13)
127
133
  rspec-support (~> 3.13)
128
- rspec-support (3.13.1)
129
- rubocop (1.68.0)
134
+ rspec-support (3.13.2)
135
+ rubocop (1.75.2)
130
136
  json (~> 2.3)
131
- language_server-protocol (>= 3.17.0)
137
+ language_server-protocol (~> 3.17.0.2)
138
+ lint_roller (~> 1.1.0)
132
139
  parallel (~> 1.10)
133
140
  parser (>= 3.3.0.2)
134
141
  rainbow (>= 2.2.2, < 4.0)
135
- regexp_parser (>= 2.4, < 3.0)
136
- rubocop-ast (>= 1.32.2, < 2.0)
142
+ regexp_parser (>= 2.9.3, < 3.0)
143
+ rubocop-ast (>= 1.44.0, < 2.0)
137
144
  ruby-progressbar (~> 1.7)
138
- unicode-display_width (>= 2.4.0, < 3.0)
139
- rubocop-ast (1.34.0)
140
- parser (>= 3.3.1.0)
141
- rubocop-mhenrixon (3.0.0)
142
- rubocop
143
- rubocop-performance
144
- rubocop-rake
145
- rubocop-rspec
146
- rubocop-thread_safety
147
- rubocop-performance (1.22.1)
148
- rubocop (>= 1.48.1, < 2.0)
149
- rubocop-ast (>= 1.31.1, < 2.0)
150
- rubocop-rake (0.6.0)
151
- rubocop (~> 1.0)
152
- rubocop-rspec (3.2.0)
153
- rubocop (~> 1.61)
154
- rubocop-thread_safety (0.5.1)
155
- rubocop (>= 0.90.0)
145
+ unicode-display_width (>= 2.4.0, < 4.0)
146
+ rubocop-ast (1.44.1)
147
+ parser (>= 3.3.7.2)
148
+ prism (~> 1.4)
149
+ rubocop-performance (1.25.0)
150
+ lint_roller (~> 1.1)
151
+ rubocop (>= 1.75.0, < 2.0)
152
+ rubocop-ast (>= 1.38.0, < 2.0)
153
+ rubocop-rake (0.7.1)
154
+ lint_roller (~> 1.1)
155
+ rubocop (>= 1.72.1)
156
+ rubocop-rspec (3.5.0)
157
+ lint_roller (~> 1.1)
158
+ rubocop (~> 1.72, >= 1.72.1)
156
159
  ruby-progressbar (1.13.0)
157
160
  thor (1.3.2)
158
161
  tzinfo (2.0.6)
159
162
  concurrent-ruby (~> 1.0)
160
- unicode-display_width (2.6.0)
161
- zeitwerk (2.6.18)
163
+ unicode-display_width (3.1.4)
164
+ unicode-emoji (~> 4.0, >= 4.0.4)
165
+ unicode-emoji (4.0.4)
166
+ zeitwerk (2.7.2)
162
167
 
163
168
  PLATFORMS
164
- aarch64-linux
165
- arm-linux
169
+ aarch64-linux-gnu
170
+ aarch64-linux-musl
171
+ arm-linux-gnu
172
+ arm-linux-musl
166
173
  arm64-darwin
167
- x86-linux
168
174
  x86_64-darwin
169
- x86_64-linux
175
+ x86_64-linux-gnu
176
+ x86_64-linux-musl
170
177
 
171
178
  DEPENDENCIES
172
179
  activerecord (~> 7.0.0)
@@ -183,9 +190,10 @@ DEPENDENCIES
183
190
  railties (~> 7.0.0)
184
191
  rake
185
192
  rspec
186
- rubocop-mhenrixon
193
+ rubocop
194
+ rubocop-performance
187
195
  rubocop-rake
188
196
  rubocop-rspec
189
197
 
190
198
  BUNDLED WITH
191
- 2.5.20
199
+ 2.6.8
@@ -17,7 +17,8 @@ gem "mutex_m"
17
17
  gem "railties", "~> 7.1.0"
18
18
  gem "rake"
19
19
  gem "rspec"
20
- gem "rubocop-mhenrixon"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
21
22
  gem "rubocop-rake"
22
23
  gem "rubocop-rspec"
23
24
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pg_aggregates (0.1.1)
4
+ pg_aggregates (0.2.2)
5
5
  activerecord (>= 6.1)
6
6
  pg (>= 1.1)
7
7
  railties (>= 6.1)
@@ -9,9 +9,9 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.1.5)
13
- actionview (= 7.1.5)
14
- activesupport (= 7.1.5)
12
+ actionpack (7.1.5.1)
13
+ actionview (= 7.1.5.1)
14
+ activesupport (= 7.1.5.1)
15
15
  nokogiri (>= 1.8.5)
16
16
  racc
17
17
  rack (>= 2.2.4)
@@ -19,19 +19,19 @@ GEM
19
19
  rack-test (>= 0.6.3)
20
20
  rails-dom-testing (~> 2.2)
21
21
  rails-html-sanitizer (~> 1.6)
22
- actionview (7.1.5)
23
- activesupport (= 7.1.5)
22
+ actionview (7.1.5.1)
23
+ activesupport (= 7.1.5.1)
24
24
  builder (~> 3.1)
25
25
  erubi (~> 1.11)
26
26
  rails-dom-testing (~> 2.2)
27
27
  rails-html-sanitizer (~> 1.6)
28
- activemodel (7.1.5)
29
- activesupport (= 7.1.5)
30
- activerecord (7.1.5)
31
- activemodel (= 7.1.5)
32
- activesupport (= 7.1.5)
28
+ activemodel (7.1.5.1)
29
+ activesupport (= 7.1.5.1)
30
+ activerecord (7.1.5.1)
31
+ activemodel (= 7.1.5.1)
32
+ activesupport (= 7.1.5.1)
33
33
  timeout (>= 0.4.0)
34
- activesupport (7.1.5)
34
+ activesupport (7.1.5.1)
35
35
  base64
36
36
  benchmark (>= 0.3)
37
37
  bigdecimal
@@ -52,13 +52,13 @@ GEM
52
52
  bundler
53
53
  rake
54
54
  thor (>= 0.14.0)
55
- ast (2.4.2)
55
+ ast (2.4.3)
56
56
  base64 (0.2.0)
57
- benchmark (0.3.0)
58
- bigdecimal (3.1.8)
57
+ benchmark (0.4.0)
58
+ bigdecimal (3.1.9)
59
59
  builder (3.3.0)
60
- concurrent-ruby (1.3.4)
61
- connection_pool (2.4.1)
60
+ concurrent-ruby (1.3.5)
61
+ connection_pool (2.5.1)
62
62
  crass (1.0.6)
63
63
  database_cleaner (2.1.0)
64
64
  database_cleaner-active_record (>= 2, < 3)
@@ -66,61 +66,74 @@ GEM
66
66
  activerecord (>= 5.a)
67
67
  database_cleaner-core (~> 2.0.0)
68
68
  database_cleaner-core (2.0.1)
69
- diff-lcs (1.5.1)
69
+ date (3.4.1)
70
+ diff-lcs (1.6.1)
70
71
  drb (2.2.1)
71
- erubi (1.13.0)
72
- gem-release (2.2.2)
73
- i18n (1.14.6)
72
+ erubi (1.13.1)
73
+ gem-release (2.2.4)
74
+ i18n (1.14.7)
74
75
  concurrent-ruby (~> 1.0)
75
- io-console (0.7.2)
76
- irb (1.14.1)
76
+ io-console (0.8.0)
77
+ irb (1.15.2)
78
+ pp (>= 0.6.0)
77
79
  rdoc (>= 4.0.0)
78
80
  reline (>= 0.4.2)
79
- json (2.7.6)
80
- language_server-protocol (3.17.0.3)
81
- logger (1.6.1)
82
- loofah (2.23.1)
81
+ json (2.10.2)
82
+ language_server-protocol (3.17.0.4)
83
+ lint_roller (1.1.0)
84
+ logger (1.7.0)
85
+ loofah (2.24.0)
83
86
  crass (~> 1.0.2)
84
87
  nokogiri (>= 1.12.0)
85
- minitest (5.25.1)
86
- mutex_m (0.2.0)
87
- nokogiri (1.16.7-aarch64-linux)
88
+ minitest (5.25.5)
89
+ mutex_m (0.3.0)
90
+ nokogiri (1.18.7-aarch64-linux-gnu)
88
91
  racc (~> 1.4)
89
- nokogiri (1.16.7-arm-linux)
92
+ nokogiri (1.18.7-aarch64-linux-musl)
90
93
  racc (~> 1.4)
91
- nokogiri (1.16.7-arm64-darwin)
94
+ nokogiri (1.18.7-arm-linux-gnu)
92
95
  racc (~> 1.4)
93
- nokogiri (1.16.7-x86-linux)
96
+ nokogiri (1.18.7-arm-linux-musl)
94
97
  racc (~> 1.4)
95
- nokogiri (1.16.7-x86_64-darwin)
98
+ nokogiri (1.18.7-arm64-darwin)
96
99
  racc (~> 1.4)
97
- nokogiri (1.16.7-x86_64-linux)
100
+ nokogiri (1.18.7-x86_64-darwin)
98
101
  racc (~> 1.4)
99
- parallel (1.26.3)
100
- parser (3.3.5.1)
102
+ nokogiri (1.18.7-x86_64-linux-gnu)
103
+ racc (~> 1.4)
104
+ nokogiri (1.18.7-x86_64-linux-musl)
105
+ racc (~> 1.4)
106
+ parallel (1.27.0)
107
+ parser (3.3.8.0)
101
108
  ast (~> 2.4.1)
102
109
  racc
103
110
  pg (1.5.9)
104
- psych (5.1.2)
111
+ pp (0.6.2)
112
+ prettyprint
113
+ prettyprint (0.2.0)
114
+ prism (1.4.0)
115
+ psych (5.2.3)
116
+ date
105
117
  stringio
106
118
  racc (1.8.1)
107
- rack (3.1.8)
108
- rack-session (2.0.0)
119
+ rack (3.1.13)
120
+ rack-session (2.1.0)
121
+ base64 (>= 0.1.0)
109
122
  rack (>= 3.0.0)
110
- rack-test (2.1.0)
123
+ rack-test (2.2.0)
111
124
  rack (>= 1.3)
112
- rackup (2.2.0)
125
+ rackup (2.2.1)
113
126
  rack (>= 3)
114
127
  rails-dom-testing (2.2.0)
115
128
  activesupport (>= 5.0.0)
116
129
  minitest
117
130
  nokogiri (>= 1.6)
118
- rails-html-sanitizer (1.6.0)
131
+ rails-html-sanitizer (1.6.2)
119
132
  loofah (~> 2.21)
120
- nokogiri (~> 1.14)
121
- railties (7.1.5)
122
- actionpack (= 7.1.5)
123
- activesupport (= 7.1.5)
133
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
134
+ railties (7.1.5.1)
135
+ actionpack (= 7.1.5.1)
136
+ activesupport (= 7.1.5.1)
124
137
  irb
125
138
  rackup (>= 1.0.0)
126
139
  rake (>= 12.2)
@@ -128,16 +141,16 @@ GEM
128
141
  zeitwerk (~> 2.6)
129
142
  rainbow (3.1.1)
130
143
  rake (13.2.1)
131
- rdoc (6.7.0)
144
+ rdoc (6.13.1)
132
145
  psych (>= 4.0.0)
133
- regexp_parser (2.9.2)
134
- reline (0.5.10)
146
+ regexp_parser (2.10.0)
147
+ reline (0.6.1)
135
148
  io-console (~> 0.5)
136
149
  rspec (3.13.0)
137
150
  rspec-core (~> 3.13.0)
138
151
  rspec-expectations (~> 3.13.0)
139
152
  rspec-mocks (~> 3.13.0)
140
- rspec-core (3.13.2)
153
+ rspec-core (3.13.3)
141
154
  rspec-support (~> 3.13.0)
142
155
  rspec-expectations (3.13.3)
143
156
  diff-lcs (>= 1.2.0, < 2.0)
@@ -145,7 +158,7 @@ GEM
145
158
  rspec-mocks (3.13.2)
146
159
  diff-lcs (>= 1.2.0, < 2.0)
147
160
  rspec-support (~> 3.13.0)
148
- rspec-rails (7.0.1)
161
+ rspec-rails (7.1.1)
149
162
  actionpack (>= 7.0)
150
163
  activesupport (>= 7.0)
151
164
  railties (>= 7.0)
@@ -153,51 +166,52 @@ GEM
153
166
  rspec-expectations (~> 3.13)
154
167
  rspec-mocks (~> 3.13)
155
168
  rspec-support (~> 3.13)
156
- rspec-support (3.13.1)
157
- rubocop (1.68.0)
169
+ rspec-support (3.13.2)
170
+ rubocop (1.75.2)
158
171
  json (~> 2.3)
159
- language_server-protocol (>= 3.17.0)
172
+ language_server-protocol (~> 3.17.0.2)
173
+ lint_roller (~> 1.1.0)
160
174
  parallel (~> 1.10)
161
175
  parser (>= 3.3.0.2)
162
176
  rainbow (>= 2.2.2, < 4.0)
163
- regexp_parser (>= 2.4, < 3.0)
164
- rubocop-ast (>= 1.32.2, < 2.0)
177
+ regexp_parser (>= 2.9.3, < 3.0)
178
+ rubocop-ast (>= 1.44.0, < 2.0)
165
179
  ruby-progressbar (~> 1.7)
166
- unicode-display_width (>= 2.4.0, < 3.0)
167
- rubocop-ast (1.34.0)
168
- parser (>= 3.3.1.0)
169
- rubocop-mhenrixon (3.0.0)
170
- rubocop
171
- rubocop-performance
172
- rubocop-rake
173
- rubocop-rspec
174
- rubocop-thread_safety
175
- rubocop-performance (1.22.1)
176
- rubocop (>= 1.48.1, < 2.0)
177
- rubocop-ast (>= 1.31.1, < 2.0)
178
- rubocop-rake (0.6.0)
179
- rubocop (~> 1.0)
180
- rubocop-rspec (3.2.0)
181
- rubocop (~> 1.61)
182
- rubocop-thread_safety (0.5.1)
183
- rubocop (>= 0.90.0)
180
+ unicode-display_width (>= 2.4.0, < 4.0)
181
+ rubocop-ast (1.44.1)
182
+ parser (>= 3.3.7.2)
183
+ prism (~> 1.4)
184
+ rubocop-performance (1.25.0)
185
+ lint_roller (~> 1.1)
186
+ rubocop (>= 1.75.0, < 2.0)
187
+ rubocop-ast (>= 1.38.0, < 2.0)
188
+ rubocop-rake (0.7.1)
189
+ lint_roller (~> 1.1)
190
+ rubocop (>= 1.72.1)
191
+ rubocop-rspec (3.5.0)
192
+ lint_roller (~> 1.1)
193
+ rubocop (~> 1.72, >= 1.72.1)
184
194
  ruby-progressbar (1.13.0)
185
- securerandom (0.3.1)
186
- stringio (3.1.1)
195
+ securerandom (0.4.1)
196
+ stringio (3.1.6)
187
197
  thor (1.3.2)
188
- timeout (0.4.1)
198
+ timeout (0.4.3)
189
199
  tzinfo (2.0.6)
190
200
  concurrent-ruby (~> 1.0)
191
- unicode-display_width (2.6.0)
192
- zeitwerk (2.6.18)
201
+ unicode-display_width (3.1.4)
202
+ unicode-emoji (~> 4.0, >= 4.0.4)
203
+ unicode-emoji (4.0.4)
204
+ zeitwerk (2.7.2)
193
205
 
194
206
  PLATFORMS
195
- aarch64-linux
196
- arm-linux
207
+ aarch64-linux-gnu
208
+ aarch64-linux-musl
209
+ arm-linux-gnu
210
+ arm-linux-musl
197
211
  arm64-darwin
198
- x86-linux
199
212
  x86_64-darwin
200
- x86_64-linux
213
+ x86_64-linux-gnu
214
+ x86_64-linux-musl
201
215
 
202
216
  DEPENDENCIES
203
217
  activerecord (~> 7.1.0)
@@ -214,9 +228,10 @@ DEPENDENCIES
214
228
  railties (~> 7.1.0)
215
229
  rake
216
230
  rspec
217
- rubocop-mhenrixon
231
+ rubocop
232
+ rubocop-performance
218
233
  rubocop-rake
219
234
  rubocop-rspec
220
235
 
221
236
  BUNDLED WITH
222
- 2.5.20
237
+ 2.6.8
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "activerecord", "~> 8.0.0"
8
+ gem "ammeter"
9
+ gem "appraisal"
10
+ gem "base64"
11
+ gem "bigdecimal"
12
+ gem "database_cleaner"
13
+ gem "drb"
14
+ gem "gem-release"
15
+ gem "logger"
16
+ gem "mutex_m"
17
+ gem "railties", "~> 8.0.0"
18
+ gem "rake"
19
+ gem "rspec"
20
+ gem "rubocop"
21
+ gem "rubocop-performance"
22
+ gem "rubocop-rake"
23
+ gem "rubocop-rspec"
24
+
25
+ gemspec path: "../"
@@ -0,0 +1,239 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ pg_aggregates (0.2.2)
5
+ activerecord (>= 6.1)
6
+ pg (>= 1.1)
7
+ railties (>= 6.1)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (8.0.2)
13
+ actionview (= 8.0.2)
14
+ activesupport (= 8.0.2)
15
+ nokogiri (>= 1.8.5)
16
+ rack (>= 2.2.4)
17
+ rack-session (>= 1.0.1)
18
+ rack-test (>= 0.6.3)
19
+ rails-dom-testing (~> 2.2)
20
+ rails-html-sanitizer (~> 1.6)
21
+ useragent (~> 0.16)
22
+ actionview (8.0.2)
23
+ activesupport (= 8.0.2)
24
+ builder (~> 3.1)
25
+ erubi (~> 1.11)
26
+ rails-dom-testing (~> 2.2)
27
+ rails-html-sanitizer (~> 1.6)
28
+ activemodel (8.0.2)
29
+ activesupport (= 8.0.2)
30
+ activerecord (8.0.2)
31
+ activemodel (= 8.0.2)
32
+ activesupport (= 8.0.2)
33
+ timeout (>= 0.4.0)
34
+ activesupport (8.0.2)
35
+ base64
36
+ benchmark (>= 0.3)
37
+ bigdecimal
38
+ concurrent-ruby (~> 1.0, >= 1.3.1)
39
+ connection_pool (>= 2.2.5)
40
+ drb
41
+ i18n (>= 1.6, < 2)
42
+ logger (>= 1.4.2)
43
+ minitest (>= 5.1)
44
+ securerandom (>= 0.3)
45
+ tzinfo (~> 2.0, >= 2.0.5)
46
+ uri (>= 0.13.1)
47
+ ammeter (1.1.7)
48
+ activesupport (>= 3.0)
49
+ railties (>= 3.0)
50
+ rspec-rails (>= 2.2)
51
+ appraisal (2.5.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ ast (2.4.3)
56
+ base64 (0.2.0)
57
+ benchmark (0.4.0)
58
+ bigdecimal (3.1.9)
59
+ builder (3.3.0)
60
+ concurrent-ruby (1.3.5)
61
+ connection_pool (2.5.1)
62
+ crass (1.0.6)
63
+ database_cleaner (2.1.0)
64
+ database_cleaner-active_record (>= 2, < 3)
65
+ database_cleaner-active_record (2.2.0)
66
+ activerecord (>= 5.a)
67
+ database_cleaner-core (~> 2.0.0)
68
+ database_cleaner-core (2.0.1)
69
+ date (3.4.1)
70
+ diff-lcs (1.6.1)
71
+ drb (2.2.1)
72
+ erubi (1.13.1)
73
+ gem-release (2.2.4)
74
+ i18n (1.14.7)
75
+ concurrent-ruby (~> 1.0)
76
+ io-console (0.8.0)
77
+ irb (1.15.2)
78
+ pp (>= 0.6.0)
79
+ rdoc (>= 4.0.0)
80
+ reline (>= 0.4.2)
81
+ json (2.10.2)
82
+ language_server-protocol (3.17.0.4)
83
+ lint_roller (1.1.0)
84
+ logger (1.7.0)
85
+ loofah (2.24.0)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.12.0)
88
+ minitest (5.25.5)
89
+ mutex_m (0.3.0)
90
+ nokogiri (1.18.7-aarch64-linux-gnu)
91
+ racc (~> 1.4)
92
+ nokogiri (1.18.7-aarch64-linux-musl)
93
+ racc (~> 1.4)
94
+ nokogiri (1.18.7-arm-linux-gnu)
95
+ racc (~> 1.4)
96
+ nokogiri (1.18.7-arm-linux-musl)
97
+ racc (~> 1.4)
98
+ nokogiri (1.18.7-arm64-darwin)
99
+ racc (~> 1.4)
100
+ nokogiri (1.18.7-x86_64-darwin)
101
+ racc (~> 1.4)
102
+ nokogiri (1.18.7-x86_64-linux-gnu)
103
+ racc (~> 1.4)
104
+ nokogiri (1.18.7-x86_64-linux-musl)
105
+ racc (~> 1.4)
106
+ parallel (1.27.0)
107
+ parser (3.3.8.0)
108
+ ast (~> 2.4.1)
109
+ racc
110
+ pg (1.5.9)
111
+ pp (0.6.2)
112
+ prettyprint
113
+ prettyprint (0.2.0)
114
+ prism (1.4.0)
115
+ psych (5.2.3)
116
+ date
117
+ stringio
118
+ racc (1.8.1)
119
+ rack (3.1.13)
120
+ rack-session (2.1.0)
121
+ base64 (>= 0.1.0)
122
+ rack (>= 3.0.0)
123
+ rack-test (2.2.0)
124
+ rack (>= 1.3)
125
+ rackup (2.2.1)
126
+ rack (>= 3)
127
+ rails-dom-testing (2.2.0)
128
+ activesupport (>= 5.0.0)
129
+ minitest
130
+ nokogiri (>= 1.6)
131
+ rails-html-sanitizer (1.6.2)
132
+ loofah (~> 2.21)
133
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
134
+ railties (8.0.2)
135
+ actionpack (= 8.0.2)
136
+ activesupport (= 8.0.2)
137
+ irb (~> 1.13)
138
+ rackup (>= 1.0.0)
139
+ rake (>= 12.2)
140
+ thor (~> 1.0, >= 1.2.2)
141
+ zeitwerk (~> 2.6)
142
+ rainbow (3.1.1)
143
+ rake (13.2.1)
144
+ rdoc (6.13.1)
145
+ psych (>= 4.0.0)
146
+ regexp_parser (2.10.0)
147
+ reline (0.6.1)
148
+ io-console (~> 0.5)
149
+ rspec (3.13.0)
150
+ rspec-core (~> 3.13.0)
151
+ rspec-expectations (~> 3.13.0)
152
+ rspec-mocks (~> 3.13.0)
153
+ rspec-core (3.13.3)
154
+ rspec-support (~> 3.13.0)
155
+ rspec-expectations (3.13.3)
156
+ diff-lcs (>= 1.2.0, < 2.0)
157
+ rspec-support (~> 3.13.0)
158
+ rspec-mocks (3.13.2)
159
+ diff-lcs (>= 1.2.0, < 2.0)
160
+ rspec-support (~> 3.13.0)
161
+ rspec-rails (7.1.1)
162
+ actionpack (>= 7.0)
163
+ activesupport (>= 7.0)
164
+ railties (>= 7.0)
165
+ rspec-core (~> 3.13)
166
+ rspec-expectations (~> 3.13)
167
+ rspec-mocks (~> 3.13)
168
+ rspec-support (~> 3.13)
169
+ rspec-support (3.13.2)
170
+ rubocop (1.75.2)
171
+ json (~> 2.3)
172
+ language_server-protocol (~> 3.17.0.2)
173
+ lint_roller (~> 1.1.0)
174
+ parallel (~> 1.10)
175
+ parser (>= 3.3.0.2)
176
+ rainbow (>= 2.2.2, < 4.0)
177
+ regexp_parser (>= 2.9.3, < 3.0)
178
+ rubocop-ast (>= 1.44.0, < 2.0)
179
+ ruby-progressbar (~> 1.7)
180
+ unicode-display_width (>= 2.4.0, < 4.0)
181
+ rubocop-ast (1.44.1)
182
+ parser (>= 3.3.7.2)
183
+ prism (~> 1.4)
184
+ rubocop-performance (1.25.0)
185
+ lint_roller (~> 1.1)
186
+ rubocop (>= 1.75.0, < 2.0)
187
+ rubocop-ast (>= 1.38.0, < 2.0)
188
+ rubocop-rake (0.7.1)
189
+ lint_roller (~> 1.1)
190
+ rubocop (>= 1.72.1)
191
+ rubocop-rspec (3.5.0)
192
+ lint_roller (~> 1.1)
193
+ rubocop (~> 1.72, >= 1.72.1)
194
+ ruby-progressbar (1.13.0)
195
+ securerandom (0.4.1)
196
+ stringio (3.1.6)
197
+ thor (1.3.2)
198
+ timeout (0.4.3)
199
+ tzinfo (2.0.6)
200
+ concurrent-ruby (~> 1.0)
201
+ unicode-display_width (3.1.4)
202
+ unicode-emoji (~> 4.0, >= 4.0.4)
203
+ unicode-emoji (4.0.4)
204
+ uri (1.0.3)
205
+ useragent (0.16.11)
206
+ zeitwerk (2.7.2)
207
+
208
+ PLATFORMS
209
+ aarch64-linux-gnu
210
+ aarch64-linux-musl
211
+ arm-linux-gnu
212
+ arm-linux-musl
213
+ arm64-darwin
214
+ x86_64-darwin
215
+ x86_64-linux-gnu
216
+ x86_64-linux-musl
217
+
218
+ DEPENDENCIES
219
+ activerecord (~> 8.0.0)
220
+ ammeter
221
+ appraisal
222
+ base64
223
+ bigdecimal
224
+ database_cleaner
225
+ drb
226
+ gem-release
227
+ logger
228
+ mutex_m
229
+ pg_aggregates!
230
+ railties (~> 8.0.0)
231
+ rake
232
+ rspec
233
+ rubocop
234
+ rubocop-performance
235
+ rubocop-rake
236
+ rubocop-rspec
237
+
238
+ BUNDLED WITH
239
+ 2.6.8
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgAggregates
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_aggregates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mhenrixon
@@ -71,6 +71,8 @@ files:
71
71
  - gemfiles/rails_7.0.gemfile.lock
72
72
  - gemfiles/rails_7.1.gemfile
73
73
  - gemfiles/rails_7.1.gemfile.lock
74
+ - gemfiles/rails_8.0.gemfile
75
+ - gemfiles/rails_8.0.gemfile.lock
74
76
  - lib/generators/pg/aggregate/aggregate_generator.rb
75
77
  - lib/generators/pg/aggregate/templates/aggregate.sql.erb
76
78
  - lib/generators/pg/aggregate/templates/migration.rb.erb