rocket_cms 0.34.0 → 0.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +66 -63
- data/lib/rocket_cms/version.rb +1 -1
- data/rocket_cms.gemspec +1 -1
- data/template.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a90552d8b2be28d032feff8ff02ee3b6f3d77caa692ae015cf9395b711a4876
|
4
|
+
data.tar.gz: 901754951a02fcce2aa66905101a51f6a34d97a77844bf6f07f9a7a959f23de8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dab7f7ab31b57f0b371f8d8e6c60df3186b6f4738d68c0e55d2b64325cca99b763172d66d5183006a9e714353fb8c6e3e68f35ff283138a052b0e0cb2439cb7
|
7
|
+
data.tar.gz: 2546fff6283204b2af1d29effe641c9f787159ede53f1638dabb427378693bb0a2cfabb49a7b541a60bc38e9ba06900018a66cb5bfe9a0327ae8fd6da3f3feb8
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rocket_cms (0.
|
4
|
+
rocket_cms (0.35.0)
|
5
5
|
addressable
|
6
6
|
coffee-rails
|
7
7
|
jquery-rails
|
8
8
|
kaminari
|
9
9
|
manual_slug
|
10
|
-
rails (>= 5.1, < 6.
|
10
|
+
rails (>= 5.1, < 6.2)
|
11
11
|
smart_excerpt
|
12
12
|
stringex
|
13
13
|
thor
|
@@ -16,61 +16,65 @@ PATH
|
|
16
16
|
GEM
|
17
17
|
remote: https://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (6.0
|
20
|
-
actionpack (= 6.0
|
19
|
+
actioncable (6.1.0)
|
20
|
+
actionpack (= 6.1.0)
|
21
|
+
activesupport (= 6.1.0)
|
21
22
|
nio4r (~> 2.0)
|
22
23
|
websocket-driver (>= 0.6.1)
|
23
|
-
actionmailbox (6.0
|
24
|
-
actionpack (= 6.0
|
25
|
-
activejob (= 6.0
|
26
|
-
activerecord (= 6.0
|
27
|
-
activestorage (= 6.0
|
28
|
-
activesupport (= 6.0
|
24
|
+
actionmailbox (6.1.0)
|
25
|
+
actionpack (= 6.1.0)
|
26
|
+
activejob (= 6.1.0)
|
27
|
+
activerecord (= 6.1.0)
|
28
|
+
activestorage (= 6.1.0)
|
29
|
+
activesupport (= 6.1.0)
|
29
30
|
mail (>= 2.7.1)
|
30
|
-
actionmailer (6.0
|
31
|
-
actionpack (= 6.0
|
32
|
-
actionview (= 6.0
|
33
|
-
activejob (= 6.0
|
31
|
+
actionmailer (6.1.0)
|
32
|
+
actionpack (= 6.1.0)
|
33
|
+
actionview (= 6.1.0)
|
34
|
+
activejob (= 6.1.0)
|
35
|
+
activesupport (= 6.1.0)
|
34
36
|
mail (~> 2.5, >= 2.5.4)
|
35
37
|
rails-dom-testing (~> 2.0)
|
36
|
-
actionpack (6.0
|
37
|
-
actionview (= 6.0
|
38
|
-
activesupport (= 6.0
|
39
|
-
rack (~> 2.0, >= 2.0.
|
38
|
+
actionpack (6.1.0)
|
39
|
+
actionview (= 6.1.0)
|
40
|
+
activesupport (= 6.1.0)
|
41
|
+
rack (~> 2.0, >= 2.0.9)
|
40
42
|
rack-test (>= 0.6.3)
|
41
43
|
rails-dom-testing (~> 2.0)
|
42
44
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
43
|
-
actiontext (6.0
|
44
|
-
actionpack (= 6.0
|
45
|
-
activerecord (= 6.0
|
46
|
-
activestorage (= 6.0
|
47
|
-
activesupport (= 6.0
|
45
|
+
actiontext (6.1.0)
|
46
|
+
actionpack (= 6.1.0)
|
47
|
+
activerecord (= 6.1.0)
|
48
|
+
activestorage (= 6.1.0)
|
49
|
+
activesupport (= 6.1.0)
|
48
50
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (6.0
|
50
|
-
activesupport (= 6.0
|
51
|
+
actionview (6.1.0)
|
52
|
+
activesupport (= 6.1.0)
|
51
53
|
builder (~> 3.1)
|
52
54
|
erubi (~> 1.4)
|
53
55
|
rails-dom-testing (~> 2.0)
|
54
56
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
55
|
-
activejob (6.0
|
56
|
-
activesupport (= 6.0
|
57
|
+
activejob (6.1.0)
|
58
|
+
activesupport (= 6.1.0)
|
57
59
|
globalid (>= 0.3.6)
|
58
|
-
activemodel (6.0
|
59
|
-
activesupport (= 6.0
|
60
|
-
activerecord (6.0
|
61
|
-
activemodel (= 6.0
|
62
|
-
activesupport (= 6.0
|
63
|
-
activestorage (6.0
|
64
|
-
actionpack (= 6.0
|
65
|
-
activejob (= 6.0
|
66
|
-
activerecord (= 6.0
|
60
|
+
activemodel (6.1.0)
|
61
|
+
activesupport (= 6.1.0)
|
62
|
+
activerecord (6.1.0)
|
63
|
+
activemodel (= 6.1.0)
|
64
|
+
activesupport (= 6.1.0)
|
65
|
+
activestorage (6.1.0)
|
66
|
+
actionpack (= 6.1.0)
|
67
|
+
activejob (= 6.1.0)
|
68
|
+
activerecord (= 6.1.0)
|
69
|
+
activesupport (= 6.1.0)
|
67
70
|
marcel (~> 0.3.1)
|
68
|
-
|
71
|
+
mimemagic (~> 0.3.2)
|
72
|
+
activesupport (6.1.0)
|
69
73
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
70
|
-
i18n (>=
|
71
|
-
minitest (
|
72
|
-
tzinfo (~>
|
73
|
-
zeitwerk (~> 2.
|
74
|
+
i18n (>= 1.6, < 2)
|
75
|
+
minitest (>= 5.1)
|
76
|
+
tzinfo (~> 2.0)
|
77
|
+
zeitwerk (~> 2.3)
|
74
78
|
addressable (2.7.0)
|
75
79
|
public_suffix (>= 2.0.2, < 5.0)
|
76
80
|
builder (3.2.4)
|
@@ -127,33 +131,33 @@ GEM
|
|
127
131
|
rack (2.2.3)
|
128
132
|
rack-test (1.1.0)
|
129
133
|
rack (>= 1.0, < 3)
|
130
|
-
rails (6.0
|
131
|
-
actioncable (= 6.0
|
132
|
-
actionmailbox (= 6.0
|
133
|
-
actionmailer (= 6.0
|
134
|
-
actionpack (= 6.0
|
135
|
-
actiontext (= 6.0
|
136
|
-
actionview (= 6.0
|
137
|
-
activejob (= 6.0
|
138
|
-
activemodel (= 6.0
|
139
|
-
activerecord (= 6.0
|
140
|
-
activestorage (= 6.0
|
141
|
-
activesupport (= 6.0
|
142
|
-
bundler (>= 1.
|
143
|
-
railties (= 6.0
|
134
|
+
rails (6.1.0)
|
135
|
+
actioncable (= 6.1.0)
|
136
|
+
actionmailbox (= 6.1.0)
|
137
|
+
actionmailer (= 6.1.0)
|
138
|
+
actionpack (= 6.1.0)
|
139
|
+
actiontext (= 6.1.0)
|
140
|
+
actionview (= 6.1.0)
|
141
|
+
activejob (= 6.1.0)
|
142
|
+
activemodel (= 6.1.0)
|
143
|
+
activerecord (= 6.1.0)
|
144
|
+
activestorage (= 6.1.0)
|
145
|
+
activesupport (= 6.1.0)
|
146
|
+
bundler (>= 1.15.0)
|
147
|
+
railties (= 6.1.0)
|
144
148
|
sprockets-rails (>= 2.0.0)
|
145
149
|
rails-dom-testing (2.0.3)
|
146
150
|
activesupport (>= 4.2.0)
|
147
151
|
nokogiri (>= 1.6)
|
148
152
|
rails-html-sanitizer (1.3.0)
|
149
153
|
loofah (~> 2.3)
|
150
|
-
railties (6.0
|
151
|
-
actionpack (= 6.0
|
152
|
-
activesupport (= 6.0
|
154
|
+
railties (6.1.0)
|
155
|
+
actionpack (= 6.1.0)
|
156
|
+
activesupport (= 6.1.0)
|
153
157
|
method_source
|
154
158
|
rake (>= 0.8.7)
|
155
|
-
thor (
|
156
|
-
rake (13.0.
|
159
|
+
thor (~> 1.0)
|
160
|
+
rake (13.0.3)
|
157
161
|
smart_excerpt (0.1.6)
|
158
162
|
activesupport
|
159
163
|
htmlentities
|
@@ -166,9 +170,8 @@ GEM
|
|
166
170
|
sprockets (>= 3.0.0)
|
167
171
|
stringex (2.8.5)
|
168
172
|
thor (1.0.1)
|
169
|
-
|
170
|
-
|
171
|
-
thread_safe (~> 0.1)
|
173
|
+
tzinfo (2.0.4)
|
174
|
+
concurrent-ruby (~> 1.0)
|
172
175
|
validates_email_format_of (1.6.3)
|
173
176
|
i18n
|
174
177
|
websocket-driver (0.7.3)
|
data/lib/rocket_cms/version.rb
CHANGED
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.
|
23
|
+
spec.add_dependency 'rails', '>= 5.1', '< 6.2'
|
24
24
|
spec.add_dependency 'jquery-rails'
|
25
25
|
spec.add_dependency 'coffee-rails'
|
26
26
|
#spec.add_dependency 'turbolinks'
|
data/template.rb
CHANGED
@@ -27,9 +27,9 @@ git_source(:github) do |repo_name|
|
|
27
27
|
"https://github.com/#{repo_name}.git"
|
28
28
|
end
|
29
29
|
'}
|
30
|
-
gem 'rails', '6.0
|
30
|
+
gem 'rails', '~> 6.1.0'
|
31
31
|
gem 'rails-i18n'
|
32
|
-
#{if mongoid then "gem 'mongoid', '~>
|
32
|
+
#{if mongoid then "gem 'mongoid', '~> 7.2.0'" else "gem 'pg', '>= 0.18', '< 2.0'" end}
|
33
33
|
gem 'turbolinks' #required for redirects even if using via webpack
|
34
34
|
|
35
35
|
#{
|
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.
|
4
|
+
version: 0.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- glebtv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-23 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.
|
50
|
+
version: '6.2'
|
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.
|
60
|
+
version: '6.2'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: jquery-rails
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|