rocket_cms 0.26.0 → 0.26.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: 80b31873aa07fefba9f0cb9ff3c8ebcacad47ae96cfb92ec8873f4664573240c
4
- data.tar.gz: c63b35ad8a73a8abec0ee8998e747a5fe82ae04701b524742b9042d0f4cc32f3
3
+ metadata.gz: fef536b412c9d86e1b9ef8c575778cb66dba519e47bfef1655ccacfa099dae11
4
+ data.tar.gz: 41f593eeae535201a36fec053aecb1eef923d7d06a48ea819a304cd621bcea3a
5
5
  SHA512:
6
- metadata.gz: e6d5b503afa1800a80449ea53ec019a206431eb5cdc70382cea224bf1eb8fb299211ce6294d93a6f2a297c828a98a253682007fc25a07c3847cdd5bd6574c8dc
7
- data.tar.gz: 4e8288684832f355cf05a4149ae02438ebf44c400a4ddcf5894997fd3b8652ef11699155a4e7621d6a11d70e5645cb001ef59bcfcb59969952faf7fcdc43f72c
6
+ metadata.gz: f885c7d1bb7cf8142403106a6c58d45502bafe4a110b8f7842dab13b694ad09ce82b00fe57691d3f7961e5576788c7774c7376b93670cca7fc5833ce7217785d
7
+ data.tar.gz: e3d0308ece6ddacd777f62aab289ae26dd5e6faf4b3ae4b11650147d928b412ca153a06bed3c84260cc290b3cdfafdba5f4743eae8339125482f8a493a11a1c3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rocket_cms (0.26.0)
4
+ rocket_cms (0.26.1)
5
5
  addressable
6
6
  coffee-rails
7
7
  jquery-rails
@@ -16,46 +16,50 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (5.1.5)
20
- actionpack (= 5.1.5)
19
+ actioncable (5.2.0)
20
+ actionpack (= 5.2.0)
21
21
  nio4r (~> 2.0)
22
- websocket-driver (~> 0.6.1)
23
- actionmailer (5.1.5)
24
- actionpack (= 5.1.5)
25
- actionview (= 5.1.5)
26
- activejob (= 5.1.5)
22
+ websocket-driver (>= 0.6.1)
23
+ actionmailer (5.2.0)
24
+ actionpack (= 5.2.0)
25
+ actionview (= 5.2.0)
26
+ activejob (= 5.2.0)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (5.1.5)
30
- actionview (= 5.1.5)
31
- activesupport (= 5.1.5)
29
+ actionpack (5.2.0)
30
+ actionview (= 5.2.0)
31
+ activesupport (= 5.2.0)
32
32
  rack (~> 2.0)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- actionview (5.1.5)
37
- activesupport (= 5.1.5)
36
+ actionview (5.2.0)
37
+ activesupport (= 5.2.0)
38
38
  builder (~> 3.1)
39
39
  erubi (~> 1.4)
40
40
  rails-dom-testing (~> 2.0)
41
41
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
- activejob (5.1.5)
43
- activesupport (= 5.1.5)
42
+ activejob (5.2.0)
43
+ activesupport (= 5.2.0)
44
44
  globalid (>= 0.3.6)
45
- activemodel (5.1.5)
46
- activesupport (= 5.1.5)
47
- activerecord (5.1.5)
48
- activemodel (= 5.1.5)
49
- activesupport (= 5.1.5)
50
- arel (~> 8.0)
51
- activesupport (5.1.5)
45
+ activemodel (5.2.0)
46
+ activesupport (= 5.2.0)
47
+ activerecord (5.2.0)
48
+ activemodel (= 5.2.0)
49
+ activesupport (= 5.2.0)
50
+ arel (>= 9.0)
51
+ activestorage (5.2.0)
52
+ actionpack (= 5.2.0)
53
+ activerecord (= 5.2.0)
54
+ marcel (~> 0.3.1)
55
+ activesupport (5.2.0)
52
56
  concurrent-ruby (~> 1.0, >= 1.0.2)
53
- i18n (~> 0.7)
57
+ i18n (>= 0.7, < 2)
54
58
  minitest (~> 5.1)
55
59
  tzinfo (~> 1.1)
56
60
  addressable (2.5.2)
57
61
  public_suffix (>= 2.0.2, < 4.0)
58
- arel (8.0.0)
62
+ arel (9.0.0)
59
63
  builder (3.2.3)
60
64
  coffee-rails (4.2.2)
61
65
  coffee-script (>= 2.2.0)
@@ -65,13 +69,13 @@ GEM
65
69
  execjs
66
70
  coffee-script-source (1.12.2)
67
71
  concurrent-ruby (1.0.5)
68
- crass (1.0.3)
72
+ crass (1.0.4)
69
73
  erubi (1.7.1)
70
74
  execjs (2.7.0)
71
75
  globalid (0.4.1)
72
76
  activesupport (>= 4.2.0)
73
77
  htmlentities (4.3.4)
74
- i18n (0.9.5)
78
+ i18n (1.0.0)
75
79
  concurrent-ruby (~> 1.0)
76
80
  jquery-rails (4.3.1)
77
81
  rails-dom-testing (>= 1, < 3)
@@ -96,7 +100,10 @@ GEM
96
100
  mini_mime (>= 0.1.1)
97
101
  manual_slug (0.4.0)
98
102
  activesupport
103
+ marcel (0.3.2)
104
+ mimemagic (~> 0.3.2)
99
105
  method_source (0.9.0)
106
+ mimemagic (0.3.2)
100
107
  mini_mime (1.0.0)
101
108
  mini_portile2 (2.3.0)
102
109
  minitest (5.11.3)
@@ -107,26 +114,27 @@ GEM
107
114
  rack (2.0.4)
108
115
  rack-test (1.0.0)
109
116
  rack (>= 1.0, < 3)
110
- rails (5.1.5)
111
- actioncable (= 5.1.5)
112
- actionmailer (= 5.1.5)
113
- actionpack (= 5.1.5)
114
- actionview (= 5.1.5)
115
- activejob (= 5.1.5)
116
- activemodel (= 5.1.5)
117
- activerecord (= 5.1.5)
118
- activesupport (= 5.1.5)
117
+ rails (5.2.0)
118
+ actioncable (= 5.2.0)
119
+ actionmailer (= 5.2.0)
120
+ actionpack (= 5.2.0)
121
+ actionview (= 5.2.0)
122
+ activejob (= 5.2.0)
123
+ activemodel (= 5.2.0)
124
+ activerecord (= 5.2.0)
125
+ activestorage (= 5.2.0)
126
+ activesupport (= 5.2.0)
119
127
  bundler (>= 1.3.0)
120
- railties (= 5.1.5)
128
+ railties (= 5.2.0)
121
129
  sprockets-rails (>= 2.0.0)
122
130
  rails-dom-testing (2.0.3)
123
131
  activesupport (>= 4.2.0)
124
132
  nokogiri (>= 1.6)
125
133
  rails-html-sanitizer (1.0.4)
126
134
  loofah (~> 2.2, >= 2.2.2)
127
- railties (5.1.5)
128
- actionpack (= 5.1.5)
129
- activesupport (= 5.1.5)
135
+ railties (5.2.0)
136
+ actionpack (= 5.2.0)
137
+ activesupport (= 5.2.0)
130
138
  method_source
131
139
  rake (>= 0.8.7)
132
140
  thor (>= 0.18.1, < 2.0)
@@ -148,7 +156,7 @@ GEM
148
156
  thread_safe (~> 0.1)
149
157
  validates_email_format_of (1.6.3)
150
158
  i18n
151
- websocket-driver (0.6.5)
159
+ websocket-driver (0.7.0)
152
160
  websocket-extensions (>= 0.1.0)
153
161
  websocket-extensions (0.1.3)
154
162
 
data/README.md CHANGED
@@ -157,7 +157,7 @@ designed to be used together with our ansible app setup script.
157
157
 
158
158
  ### Alternative capistrano task (can be used with non-configured app)
159
159
 
160
- bundle exec rocket_cms_capify PmiGames pg.pmi.ru
160
+ bundle exec rocket_cms_capify Games games.ru
161
161
 
162
162
  ### Documentation
163
163
 
@@ -1,6 +1,6 @@
1
1
  - unless !obj.respond_to?(:keywords) || obj.keywords.blank?
2
2
  meta name="keywords" content=obj.keywords
3
3
  - unless !obj.respond_to?(:description) || obj.description.blank?
4
- meta name="description" content=obj.description}
4
+ meta name="description" content=obj.description
5
5
  - unless !obj.respond_to?(:robots) || obj.robots.blank?
6
6
  meta name="robots" content=obj.robots
@@ -1,3 +1,3 @@
1
1
  module RocketCMS
2
- VERSION = '0.26.0'
2
+ VERSION = '0.26.1'
3
3
  end
data/template.rb CHANGED
@@ -26,6 +26,7 @@ end
26
26
  '}
27
27
  gem 'rails', '5.2.0.rc2'
28
28
  #{if mongoid then "gem 'mongoid', '~> 6.1.0'" else "gem 'pg', '>= 0.18', '< 2.0'" end}
29
+ gem 'turbolinks' #required for redirects even if using via webpack
29
30
 
30
31
  gem 'sass'
31
32
 
@@ -110,6 +111,7 @@ create_file '.gitignore' do <<-TEXT
110
111
  /public/webpack
111
112
  #{if mongoid then '/config/mongoid.yml' else '/config/database.yml' end}
112
113
  /config/secrets.yml
114
+ yarn-error.log
113
115
  TEXT
114
116
  end
115
117
 
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.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler