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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ce2e38586fe75903f151d03ad0475bea175640c35966c3d7a887d57c41c2c9f
4
- data.tar.gz: 03f000448077cd8fb6c88d1a6113d35e43c534f36349cbd2616fe9b94068bc8b
3
+ metadata.gz: 8a90552d8b2be28d032feff8ff02ee3b6f3d77caa692ae015cf9395b711a4876
4
+ data.tar.gz: 901754951a02fcce2aa66905101a51f6a34d97a77844bf6f07f9a7a959f23de8
5
5
  SHA512:
6
- metadata.gz: 270f86f06205568c2b093a0b23e2e9e010cf70b9dc5bc88cbfefbc94ce93973e3af78429b9300fbbd49811db85f1f8c7382b99dc04230aa028a6cb99b5d1e2b5
7
- data.tar.gz: afad9808cf56640e87c528e59cd2fc8091c091035d6ff252bd7904756d6bb39a042e4601e89a509b385fb6fb8ac8b7a9b6220cbe7387dd1af0144be09902d949
6
+ metadata.gz: 5dab7f7ab31b57f0b371f8d8e6c60df3186b6f4738d68c0e55d2b64325cca99b763172d66d5183006a9e714353fb8c6e3e68f35ff283138a052b0e0cb2439cb7
7
+ data.tar.gz: 2546fff6283204b2af1d29effe641c9f787159ede53f1638dabb427378693bb0a2cfabb49a7b541a60bc38e9ba06900018a66cb5bfe9a0327ae8fd6da3f3feb8
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rocket_cms (0.34.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.1)
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.3.4)
20
- actionpack (= 6.0.3.4)
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.3.4)
24
- actionpack (= 6.0.3.4)
25
- activejob (= 6.0.3.4)
26
- activerecord (= 6.0.3.4)
27
- activestorage (= 6.0.3.4)
28
- activesupport (= 6.0.3.4)
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.3.4)
31
- actionpack (= 6.0.3.4)
32
- actionview (= 6.0.3.4)
33
- activejob (= 6.0.3.4)
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.3.4)
37
- actionview (= 6.0.3.4)
38
- activesupport (= 6.0.3.4)
39
- rack (~> 2.0, >= 2.0.8)
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.3.4)
44
- actionpack (= 6.0.3.4)
45
- activerecord (= 6.0.3.4)
46
- activestorage (= 6.0.3.4)
47
- activesupport (= 6.0.3.4)
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.3.4)
50
- activesupport (= 6.0.3.4)
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.3.4)
56
- activesupport (= 6.0.3.4)
57
+ activejob (6.1.0)
58
+ activesupport (= 6.1.0)
57
59
  globalid (>= 0.3.6)
58
- activemodel (6.0.3.4)
59
- activesupport (= 6.0.3.4)
60
- activerecord (6.0.3.4)
61
- activemodel (= 6.0.3.4)
62
- activesupport (= 6.0.3.4)
63
- activestorage (6.0.3.4)
64
- actionpack (= 6.0.3.4)
65
- activejob (= 6.0.3.4)
66
- activerecord (= 6.0.3.4)
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
- activesupport (6.0.3.4)
71
+ mimemagic (~> 0.3.2)
72
+ activesupport (6.1.0)
69
73
  concurrent-ruby (~> 1.0, >= 1.0.2)
70
- i18n (>= 0.7, < 2)
71
- minitest (~> 5.1)
72
- tzinfo (~> 1.1)
73
- zeitwerk (~> 2.2, >= 2.2.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.3.4)
131
- actioncable (= 6.0.3.4)
132
- actionmailbox (= 6.0.3.4)
133
- actionmailer (= 6.0.3.4)
134
- actionpack (= 6.0.3.4)
135
- actiontext (= 6.0.3.4)
136
- actionview (= 6.0.3.4)
137
- activejob (= 6.0.3.4)
138
- activemodel (= 6.0.3.4)
139
- activerecord (= 6.0.3.4)
140
- activestorage (= 6.0.3.4)
141
- activesupport (= 6.0.3.4)
142
- bundler (>= 1.3.0)
143
- railties (= 6.0.3.4)
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.3.4)
151
- actionpack (= 6.0.3.4)
152
- activesupport (= 6.0.3.4)
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 (>= 0.20.3, < 2.0)
156
- rake (13.0.1)
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
- thread_safe (0.3.6)
170
- tzinfo (1.2.8)
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)
@@ -1,3 +1,3 @@
1
1
  module RocketCMS
2
- VERSION = '0.34.0'
2
+ VERSION = '0.35.0'
3
3
  end
@@ -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.1'
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'
@@ -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.3.4'
30
+ gem 'rails', '~> 6.1.0'
31
31
  gem 'rails-i18n'
32
- #{if mongoid then "gem 'mongoid', '~> 6.1.0'" else "gem 'pg', '>= 0.18', '< 2.0'" end}
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.34.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-01 00:00:00.000000000 Z
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.1'
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.1'
60
+ version: '6.2'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: jquery-rails
63
63
  requirement: !ruby/object:Gem::Requirement