rocket_cms 0.36.0 → 0.37.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfd76532d1cd7a3cd24ff905c6db5e59d2834bf460938343050eb46f95ef3ebb
4
- data.tar.gz: 49b14a0ef0c07e3b93e3ba90eff8e39ff445001344e3a73c4e53efc02604afa1
3
+ metadata.gz: 936006a66930d3e92a344a3fe707bd1b0ffcacf13a8f29bab99b181e06a290ec
4
+ data.tar.gz: d5d7f11dffdbccfb90adf8d95a0b210c0775ed9f52c04392a20e13a7804be6f1
5
5
  SHA512:
6
- metadata.gz: e5260560ffc942d07a28fb25e6d9c79c62a0790440a6e5bd005fb758d3db8eab1b2b0a9970b0d679abf47463c49d7e2dcdf14babb79da26002f40b62d3bc9997
7
- data.tar.gz: d186240220796370e98378a65b5867734cadfb1dae11d952a86165805a7d430151e9d86f4c13e38ff7333c89098d79a9116bd80cf9d70f1ff25d66ee388df310
6
+ metadata.gz: 5e5fc1fc6ea70e778c83ed90509139f0f2537d89f51171c62b8d2debf9ee3516f69ea2450a0766cd843a1b3a23f0ead75107b897d653851232041a4a7d87dfde
7
+ data.tar.gz: d1c2a3149c3d2a3374b86333d3c15e5889ad706001ffce5bfbc62564ca0226dc357b4c2ce3f25e2f5ce041e5e894b731892fb62fb9c3c1f07adc9db3195615d3
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 3.3.1
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rocket_cms (0.36.0)
4
+ rocket_cms (0.37.1)
5
5
  addressable
6
6
  coffee-rails
7
7
  jquery-rails
8
8
  kaminari
9
9
  manual_slug
10
- rails (>= 5.1, < 6.2)
10
+ rails (>= 5.1, < 8)
11
11
  smart_excerpt
12
12
  stringex
13
13
  thor
@@ -16,67 +16,84 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (6.1.4)
20
- actionpack (= 6.1.4)
21
- activesupport (= 6.1.4)
19
+ actioncable (7.1.3.2)
20
+ actionpack (= 7.1.3.2)
21
+ activesupport (= 7.1.3.2)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.1.4)
25
- actionpack (= 6.1.4)
26
- activejob (= 6.1.4)
27
- activerecord (= 6.1.4)
28
- activestorage (= 6.1.4)
29
- activesupport (= 6.1.4)
24
+ zeitwerk (~> 2.6)
25
+ actionmailbox (7.1.3.2)
26
+ actionpack (= 7.1.3.2)
27
+ activejob (= 7.1.3.2)
28
+ activerecord (= 7.1.3.2)
29
+ activestorage (= 7.1.3.2)
30
+ activesupport (= 7.1.3.2)
30
31
  mail (>= 2.7.1)
31
- actionmailer (6.1.4)
32
- actionpack (= 6.1.4)
33
- actionview (= 6.1.4)
34
- activejob (= 6.1.4)
35
- activesupport (= 6.1.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
35
+ actionmailer (7.1.3.2)
36
+ actionpack (= 7.1.3.2)
37
+ actionview (= 7.1.3.2)
38
+ activejob (= 7.1.3.2)
39
+ activesupport (= 7.1.3.2)
36
40
  mail (~> 2.5, >= 2.5.4)
37
- rails-dom-testing (~> 2.0)
38
- actionpack (6.1.4)
39
- actionview (= 6.1.4)
40
- activesupport (= 6.1.4)
41
- rack (~> 2.0, >= 2.0.9)
41
+ net-imap
42
+ net-pop
43
+ net-smtp
44
+ rails-dom-testing (~> 2.2)
45
+ actionpack (7.1.3.2)
46
+ actionview (= 7.1.3.2)
47
+ activesupport (= 7.1.3.2)
48
+ nokogiri (>= 1.8.5)
49
+ racc
50
+ rack (>= 2.2.4)
51
+ rack-session (>= 1.0.1)
42
52
  rack-test (>= 0.6.3)
43
- rails-dom-testing (~> 2.0)
44
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (6.1.4)
46
- actionpack (= 6.1.4)
47
- activerecord (= 6.1.4)
48
- activestorage (= 6.1.4)
49
- activesupport (= 6.1.4)
53
+ rails-dom-testing (~> 2.2)
54
+ rails-html-sanitizer (~> 1.6)
55
+ actiontext (7.1.3.2)
56
+ actionpack (= 7.1.3.2)
57
+ activerecord (= 7.1.3.2)
58
+ activestorage (= 7.1.3.2)
59
+ activesupport (= 7.1.3.2)
60
+ globalid (>= 0.6.0)
50
61
  nokogiri (>= 1.8.5)
51
- actionview (6.1.4)
52
- activesupport (= 6.1.4)
62
+ actionview (7.1.3.2)
63
+ activesupport (= 7.1.3.2)
53
64
  builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (6.1.4)
58
- activesupport (= 6.1.4)
65
+ erubi (~> 1.11)
66
+ rails-dom-testing (~> 2.2)
67
+ rails-html-sanitizer (~> 1.6)
68
+ activejob (7.1.3.2)
69
+ activesupport (= 7.1.3.2)
59
70
  globalid (>= 0.3.6)
60
- activemodel (6.1.4)
61
- activesupport (= 6.1.4)
62
- activerecord (6.1.4)
63
- activemodel (= 6.1.4)
64
- activesupport (= 6.1.4)
65
- activestorage (6.1.4)
66
- actionpack (= 6.1.4)
67
- activejob (= 6.1.4)
68
- activerecord (= 6.1.4)
69
- activesupport (= 6.1.4)
70
- marcel (~> 1.0.0)
71
- mini_mime (>= 1.1.0)
72
- activesupport (6.1.4)
71
+ activemodel (7.1.3.2)
72
+ activesupport (= 7.1.3.2)
73
+ activerecord (7.1.3.2)
74
+ activemodel (= 7.1.3.2)
75
+ activesupport (= 7.1.3.2)
76
+ timeout (>= 0.4.0)
77
+ activestorage (7.1.3.2)
78
+ actionpack (= 7.1.3.2)
79
+ activejob (= 7.1.3.2)
80
+ activerecord (= 7.1.3.2)
81
+ activesupport (= 7.1.3.2)
82
+ marcel (~> 1.0)
83
+ activesupport (7.1.3.2)
84
+ base64
85
+ bigdecimal
73
86
  concurrent-ruby (~> 1.0, >= 1.0.2)
87
+ connection_pool (>= 2.2.5)
88
+ drb
74
89
  i18n (>= 1.6, < 2)
75
90
  minitest (>= 5.1)
91
+ mutex_m
76
92
  tzinfo (~> 2.0)
77
- zeitwerk (~> 2.3)
78
- addressable (2.8.0)
79
- public_suffix (>= 2.0.2, < 5.0)
93
+ addressable (2.8.6)
94
+ public_suffix (>= 2.0.2, < 6.0)
95
+ base64 (0.2.0)
96
+ bigdecimal (3.1.7)
80
97
  builder (3.2.4)
81
98
  coffee-rails (5.0.0)
82
99
  coffee-script (>= 2.2.0)
@@ -85,99 +102,134 @@ GEM
85
102
  coffee-script-source
86
103
  execjs
87
104
  coffee-script-source (1.12.2)
88
- concurrent-ruby (1.1.9)
105
+ concurrent-ruby (1.2.3)
106
+ connection_pool (2.4.1)
89
107
  crass (1.0.6)
90
- erubi (1.10.0)
91
- execjs (2.8.1)
92
- globalid (0.4.2)
93
- activesupport (>= 4.2.0)
108
+ date (3.3.4)
109
+ drb (2.2.1)
110
+ erubi (1.12.0)
111
+ execjs (2.9.1)
112
+ globalid (1.2.1)
113
+ activesupport (>= 6.1)
94
114
  htmlentities (4.3.4)
95
- i18n (1.8.10)
115
+ i18n (1.14.4)
96
116
  concurrent-ruby (~> 1.0)
97
- jquery-rails (4.4.0)
117
+ io-console (0.7.2)
118
+ irb (1.12.0)
119
+ rdoc
120
+ reline (>= 0.4.2)
121
+ jquery-rails (4.6.0)
98
122
  rails-dom-testing (>= 1, < 3)
99
123
  railties (>= 4.2.0)
100
124
  thor (>= 0.14, < 2.0)
101
- kaminari (1.2.1)
125
+ kaminari (1.2.2)
102
126
  activesupport (>= 4.1.0)
103
- kaminari-actionview (= 1.2.1)
104
- kaminari-activerecord (= 1.2.1)
105
- kaminari-core (= 1.2.1)
106
- kaminari-actionview (1.2.1)
127
+ kaminari-actionview (= 1.2.2)
128
+ kaminari-activerecord (= 1.2.2)
129
+ kaminari-core (= 1.2.2)
130
+ kaminari-actionview (1.2.2)
107
131
  actionview
108
- kaminari-core (= 1.2.1)
109
- kaminari-activerecord (1.2.1)
132
+ kaminari-core (= 1.2.2)
133
+ kaminari-activerecord (1.2.2)
110
134
  activerecord
111
- kaminari-core (= 1.2.1)
112
- kaminari-core (1.2.1)
113
- loofah (2.10.0)
135
+ kaminari-core (= 1.2.2)
136
+ kaminari-core (1.2.2)
137
+ loofah (2.22.0)
114
138
  crass (~> 1.0.2)
115
- nokogiri (>= 1.5.9)
116
- mail (2.7.1)
139
+ nokogiri (>= 1.12.0)
140
+ mail (2.8.1)
117
141
  mini_mime (>= 0.1.1)
142
+ net-imap
143
+ net-pop
144
+ net-smtp
118
145
  manual_slug (0.4.0)
119
146
  activesupport
120
- marcel (1.0.1)
121
- method_source (1.0.0)
122
- mini_mime (1.1.0)
123
- mini_portile2 (2.5.3)
124
- minitest (5.14.4)
125
- nio4r (2.5.7)
126
- nokogiri (1.11.7)
127
- mini_portile2 (~> 2.5.0)
147
+ marcel (1.0.4)
148
+ mini_mime (1.1.5)
149
+ mini_portile2 (2.8.6)
150
+ minitest (5.22.3)
151
+ mutex_m (0.2.0)
152
+ net-imap (0.4.10)
153
+ date
154
+ net-protocol
155
+ net-pop (0.1.2)
156
+ net-protocol
157
+ net-protocol (0.2.2)
158
+ timeout
159
+ net-smtp (0.5.0)
160
+ net-protocol
161
+ nio4r (2.7.1)
162
+ nokogiri (1.16.4)
163
+ mini_portile2 (~> 2.8.2)
128
164
  racc (~> 1.4)
129
- public_suffix (4.0.6)
130
- racc (1.5.2)
131
- rack (2.2.3)
132
- rack-test (1.1.0)
133
- rack (>= 1.0, < 3)
134
- rails (6.1.4)
135
- actioncable (= 6.1.4)
136
- actionmailbox (= 6.1.4)
137
- actionmailer (= 6.1.4)
138
- actionpack (= 6.1.4)
139
- actiontext (= 6.1.4)
140
- actionview (= 6.1.4)
141
- activejob (= 6.1.4)
142
- activemodel (= 6.1.4)
143
- activerecord (= 6.1.4)
144
- activestorage (= 6.1.4)
145
- activesupport (= 6.1.4)
165
+ psych (5.1.2)
166
+ stringio
167
+ public_suffix (5.0.5)
168
+ racc (1.7.3)
169
+ rack (3.0.10)
170
+ rack-session (2.0.0)
171
+ rack (>= 3.0.0)
172
+ rack-test (2.1.0)
173
+ rack (>= 1.3)
174
+ rackup (2.1.0)
175
+ rack (>= 3)
176
+ webrick (~> 1.8)
177
+ rails (7.1.3.2)
178
+ actioncable (= 7.1.3.2)
179
+ actionmailbox (= 7.1.3.2)
180
+ actionmailer (= 7.1.3.2)
181
+ actionpack (= 7.1.3.2)
182
+ actiontext (= 7.1.3.2)
183
+ actionview (= 7.1.3.2)
184
+ activejob (= 7.1.3.2)
185
+ activemodel (= 7.1.3.2)
186
+ activerecord (= 7.1.3.2)
187
+ activestorage (= 7.1.3.2)
188
+ activesupport (= 7.1.3.2)
146
189
  bundler (>= 1.15.0)
147
- railties (= 6.1.4)
148
- sprockets-rails (>= 2.0.0)
149
- rails-dom-testing (2.0.3)
150
- activesupport (>= 4.2.0)
190
+ railties (= 7.1.3.2)
191
+ rails-dom-testing (2.2.0)
192
+ activesupport (>= 5.0.0)
193
+ minitest
151
194
  nokogiri (>= 1.6)
152
- rails-html-sanitizer (1.3.0)
153
- loofah (~> 2.3)
154
- railties (6.1.4)
155
- actionpack (= 6.1.4)
156
- activesupport (= 6.1.4)
157
- method_source
158
- rake (>= 0.13)
159
- thor (~> 1.0)
160
- rake (13.0.6)
195
+ rails-html-sanitizer (1.6.0)
196
+ loofah (~> 2.21)
197
+ nokogiri (~> 1.14)
198
+ railties (7.1.3.2)
199
+ actionpack (= 7.1.3.2)
200
+ activesupport (= 7.1.3.2)
201
+ irb
202
+ rackup (>= 1.0.0)
203
+ rake (>= 12.2)
204
+ thor (~> 1.0, >= 1.2.2)
205
+ zeitwerk (~> 2.6)
206
+ rake (13.2.1)
207
+ rdoc (6.6.3.1)
208
+ psych (>= 4.0.0)
209
+ reline (0.5.3)
210
+ io-console (~> 0.5)
211
+ simpleidn (0.2.1)
212
+ unf (~> 0.1.4)
161
213
  smart_excerpt (0.1.6)
162
214
  activesupport
163
215
  htmlentities
164
- sprockets (4.0.2)
165
- concurrent-ruby (~> 1.0)
166
- rack (> 1, < 3)
167
- sprockets-rails (3.2.2)
168
- actionpack (>= 4.0)
169
- activesupport (>= 4.0)
170
- sprockets (>= 3.0.0)
171
- stringex (2.8.5)
172
- thor (1.1.0)
173
- tzinfo (2.0.4)
216
+ stringex (2.8.6)
217
+ stringio (3.1.0)
218
+ thor (1.3.1)
219
+ timeout (0.4.1)
220
+ tzinfo (2.0.6)
174
221
  concurrent-ruby (~> 1.0)
175
- validates_email_format_of (1.6.3)
176
- i18n
177
- websocket-driver (0.7.5)
222
+ unf (0.1.4)
223
+ unf_ext
224
+ unf_ext (0.0.9.1)
225
+ validates_email_format_of (1.8.2)
226
+ i18n (>= 0.8.0)
227
+ simpleidn
228
+ webrick (1.8.1)
229
+ websocket-driver (0.7.6)
178
230
  websocket-extensions (>= 0.1.0)
179
231
  websocket-extensions (0.1.5)
180
- zeitwerk (2.4.2)
232
+ zeitwerk (2.6.13)
181
233
 
182
234
  PLATFORMS
183
235
  ruby
@@ -188,4 +240,4 @@ DEPENDENCIES
188
240
  rocket_cms!
189
241
 
190
242
  BUNDLED WITH
191
- 2.1.4
243
+ 2.5.9
@@ -10,7 +10,7 @@ module RocketCMS
10
10
  include BooleanField
11
11
  include SortField
12
12
 
13
- if RocketCMS.mongoid?
13
+ if RocketCMS.paperclip? && RocketCMS.mongoid?
14
14
  include Mongoid::Paperclip
15
15
  end
16
16
 
@@ -1,3 +1,3 @@
1
1
  module RocketCMS
2
- VERSION = '0.36.0'
2
+ VERSION = '0.37.1'
3
3
  end
data/rocket_cms.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.add_development_dependency 'bundler'
21
21
  spec.add_development_dependency 'rake'
22
22
 
23
- spec.add_dependency 'rails', '>= 5.1', '< 6.2'
23
+ spec.add_dependency 'rails', '>= 5.1', '< 8'
24
24
  spec.add_dependency 'jquery-rails'
25
25
  spec.add_dependency 'coffee-rails'
26
26
  #spec.add_dependency 'turbolinks'
data/template.rb CHANGED
@@ -541,6 +541,8 @@ threads 1, 3
541
541
  current_dir = File.expand_path("../..", __FILE__)
542
542
  base_dir = File.expand_path("../../..", __FILE__)
543
543
 
544
+ #{'directory "#{current_dir}"'}
545
+
544
546
  # rackup DefaultRackup
545
547
 
546
548
  # Default to production
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocket_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '5.1'
48
48
  - - "<"
49
49
  - !ruby/object:Gem::Version
50
- version: '6.2'
50
+ version: '8'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '5.1'
58
58
  - - "<"
59
59
  - !ruby/object:Gem::Version
60
- version: '6.2'
60
+ version: '8'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: jquery-rails
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -364,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
364
364
  - !ruby/object:Gem::Version
365
365
  version: '0'
366
366
  requirements: []
367
- rubygems_version: 3.0.3
367
+ rubygems_version: 3.5.9
368
368
  signing_key:
369
369
  specification_version: 4
370
370
  summary: Please DO NOT use this gem directly, use rocket_cms_mongoid or rocket_cms_activerecord