trusty-cms 2.0.25 → 2.0.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +37 -36
- data/lib/trusty_cms.rb +1 -1
- data/spec/spec_helper.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d7e0f4545e955669be03c6459e8a837ed41d57c
|
4
|
+
data.tar.gz: d5b039397b9806e9660036518901dfe60bbf95cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d51a28e3fc536da68a90d44bf441004e7953fc6ae8ecd81eda25adc241a08208394b52294c7a9ad3de771a9bf61d19fc9e13d6611480532c6950347614bc7d08
|
7
|
+
data.tar.gz: 3e61c3af5ecc8223722803a9071b30eb9fd0aef735510b950aeee75a8feecbed16e2f618458a1a6a894a95f49793a109bae1fa70654045241515b8fbf651e255
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (2.0.
|
4
|
+
trusty-cms (2.0.26)
|
5
5
|
RedCloth (~> 4.3.2)
|
6
6
|
acts_as_tree (~> 2.1)
|
7
7
|
bundler (~> 1.7)
|
@@ -66,11 +66,12 @@ GEM
|
|
66
66
|
minitest (~> 5.1)
|
67
67
|
thread_safe (~> 0.3, >= 0.3.4)
|
68
68
|
tzinfo (~> 1.1)
|
69
|
-
acts_as_tree (2.6.
|
69
|
+
acts_as_tree (2.6.1)
|
70
70
|
activerecord (>= 3.0.0)
|
71
|
-
addressable (2.
|
72
|
-
|
73
|
-
|
71
|
+
addressable (2.5.0)
|
72
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
73
|
+
arel (6.0.4)
|
74
|
+
builder (3.2.3)
|
74
75
|
byebug (9.0.6)
|
75
76
|
capybara (2.3.0)
|
76
77
|
mime-types (>= 1.16)
|
@@ -78,17 +79,16 @@ GEM
|
|
78
79
|
rack (>= 1.0.0)
|
79
80
|
rack-test (>= 0.5.4)
|
80
81
|
xpath (~> 2.0)
|
81
|
-
chunky_png (1.3.
|
82
|
+
chunky_png (1.3.8)
|
82
83
|
ckeditor (4.1.6)
|
83
84
|
cocaine
|
84
85
|
orm_adapter (~> 0.5.0)
|
85
|
-
climate_control (0.0
|
86
|
-
activesupport (>= 3.0)
|
86
|
+
climate_control (0.1.0)
|
87
87
|
cliver (0.3.2)
|
88
88
|
cocaine (0.5.8)
|
89
89
|
climate_control (>= 0.0.3, < 1.0)
|
90
|
-
codeclimate-test-reporter (0.
|
91
|
-
simplecov
|
90
|
+
codeclimate-test-reporter (1.0.5)
|
91
|
+
simplecov
|
92
92
|
coderay (1.1.1)
|
93
93
|
compass (1.0.3)
|
94
94
|
chunky_png (~> 1.2)
|
@@ -110,17 +110,17 @@ GEM
|
|
110
110
|
database_cleaner (1.3.0)
|
111
111
|
delocalize (0.4.0)
|
112
112
|
rails (>= 3.0)
|
113
|
-
diff-lcs (1.
|
113
|
+
diff-lcs (1.3)
|
114
114
|
docile (1.1.5)
|
115
115
|
erubis (2.7.0)
|
116
|
-
eventmachine (1.2.
|
116
|
+
eventmachine (1.2.2)
|
117
117
|
execjs (2.7.0)
|
118
118
|
factory_girl (4.5.0)
|
119
119
|
activesupport (>= 3.0.0)
|
120
120
|
factory_girl_rails (4.6.0)
|
121
121
|
factory_girl (~> 4.5.0)
|
122
122
|
railties (>= 3.0.0)
|
123
|
-
ffi (1.9.
|
123
|
+
ffi (1.9.17)
|
124
124
|
globalid (0.3.7)
|
125
125
|
activesupport (>= 4.1.0)
|
126
126
|
haml (4.0.7)
|
@@ -133,19 +133,19 @@ GEM
|
|
133
133
|
railties (>= 4.0.1)
|
134
134
|
highline (1.7.8)
|
135
135
|
hike (1.2.3)
|
136
|
-
html2haml (2.
|
136
|
+
html2haml (2.1.0)
|
137
137
|
erubis (~> 2.7.0)
|
138
|
-
haml (~> 4.0
|
139
|
-
nokogiri (
|
138
|
+
haml (~> 4.0)
|
139
|
+
nokogiri (>= 1.6.0)
|
140
140
|
ruby_parser (~> 3.5)
|
141
|
-
i18n (0.
|
141
|
+
i18n (0.8.0)
|
142
142
|
jquery-rails (3.1.4)
|
143
143
|
railties (>= 3.0, < 5.0)
|
144
144
|
thor (>= 0.14, < 2.0)
|
145
|
-
json (1.8.
|
145
|
+
json (1.8.6)
|
146
146
|
launchy (2.4.3)
|
147
147
|
addressable (~> 2.3)
|
148
|
-
libv8 (3.16.14.
|
148
|
+
libv8 (3.16.14.17)
|
149
149
|
loofah (2.0.3)
|
150
150
|
nokogiri (>= 1.5.9)
|
151
151
|
mail (2.6.4)
|
@@ -155,10 +155,10 @@ GEM
|
|
155
155
|
mime-types-data (~> 3.2015)
|
156
156
|
mime-types-data (3.2016.0521)
|
157
157
|
mini_portile2 (2.1.0)
|
158
|
-
minitest (5.
|
158
|
+
minitest (5.10.1)
|
159
159
|
multi_json (1.12.1)
|
160
160
|
mysql2 (0.4.5)
|
161
|
-
nokogiri (1.
|
161
|
+
nokogiri (1.7.0.1)
|
162
162
|
mini_portile2 (~> 2.1.0)
|
163
163
|
orm_adapter (0.5.0)
|
164
164
|
poltergeist (1.5.1)
|
@@ -172,13 +172,14 @@ GEM
|
|
172
172
|
coderay (~> 1.1.0)
|
173
173
|
method_source (~> 0.8.1)
|
174
174
|
slop (~> 3.4)
|
175
|
-
pry-byebug (3.4.
|
175
|
+
pry-byebug (3.4.2)
|
176
176
|
byebug (~> 9.0)
|
177
177
|
pry (~> 0.10)
|
178
|
-
pry-rails (0.3.
|
178
|
+
pry-rails (0.3.5)
|
179
179
|
pry (>= 0.9.10)
|
180
|
-
|
181
|
-
rack
|
180
|
+
public_suffix (2.0.5)
|
181
|
+
rack (1.6.5)
|
182
|
+
rack-cache (1.7.0)
|
182
183
|
rack (>= 0.4)
|
183
184
|
rack-test (0.6.3)
|
184
185
|
rack (>= 1.0)
|
@@ -196,9 +197,9 @@ GEM
|
|
196
197
|
sprockets-rails
|
197
198
|
rails-deprecated_sanitizer (1.0.3)
|
198
199
|
activesupport (>= 4.2.0.alpha)
|
199
|
-
rails-dom-testing (1.0.
|
200
|
+
rails-dom-testing (1.0.8)
|
200
201
|
activesupport (>= 4.2.0.beta, < 5.0)
|
201
|
-
nokogiri (~> 1.6
|
202
|
+
nokogiri (~> 1.6)
|
202
203
|
rails-deprecated_sanitizer (>= 1.0.1)
|
203
204
|
rails-html-sanitizer (1.0.3)
|
204
205
|
loofah (~> 2.0)
|
@@ -211,7 +212,7 @@ GEM
|
|
211
212
|
thor (>= 0.18.1, < 2.0)
|
212
213
|
rake (10.5.0)
|
213
214
|
rb-fsevent (0.9.8)
|
214
|
-
rb-inotify (0.9.
|
215
|
+
rb-inotify (0.9.8)
|
215
216
|
ffi (>= 0.5.0)
|
216
217
|
rdoc (3.12.2)
|
217
218
|
json (~> 1.4)
|
@@ -232,17 +233,17 @@ GEM
|
|
232
233
|
rspec-mocks (~> 3.0.0)
|
233
234
|
rspec-support (~> 3.0.0)
|
234
235
|
rspec-support (3.0.4)
|
235
|
-
ruby_parser (3.8.
|
236
|
+
ruby_parser (3.8.4)
|
236
237
|
sexp_processor (~> 4.1)
|
237
|
-
sass (3.4.
|
238
|
+
sass (3.4.23)
|
238
239
|
sass-rails (5.0.6)
|
239
240
|
railties (>= 4.0.0, < 6)
|
240
241
|
sass (~> 3.1)
|
241
242
|
sprockets (>= 2.8, < 4.0)
|
242
243
|
sprockets-rails (>= 2.0, < 4.0)
|
243
244
|
tilt (>= 1.1, < 3)
|
244
|
-
sexp_processor (4.
|
245
|
-
simplecov (0.
|
245
|
+
sexp_processor (4.8.0)
|
246
|
+
simplecov (0.13.0)
|
246
247
|
docile (~> 1.1.0)
|
247
248
|
json (>= 1.8, < 3)
|
248
249
|
simplecov-html (~> 0.10.0)
|
@@ -258,14 +259,14 @@ GEM
|
|
258
259
|
activesupport (>= 3.0)
|
259
260
|
sprockets (>= 2.8, < 4.0)
|
260
261
|
stringex (1.5.1)
|
261
|
-
therubyracer (0.12.
|
262
|
-
libv8 (~> 3.16.14.
|
262
|
+
therubyracer (0.12.3)
|
263
|
+
libv8 (~> 3.16.14.15)
|
263
264
|
ref
|
264
265
|
thin (1.6.4)
|
265
266
|
daemons (~> 1.0, >= 1.0.9)
|
266
267
|
eventmachine (~> 1.0, >= 1.0.4)
|
267
268
|
rack (~> 1.0)
|
268
|
-
thor (0.19.
|
269
|
+
thor (0.19.4)
|
269
270
|
thread_safe (0.3.5)
|
270
271
|
tilt (1.4.1)
|
271
272
|
trustygems (0.2.1)
|
@@ -275,7 +276,7 @@ GEM
|
|
275
276
|
uglifier (2.7.2)
|
276
277
|
execjs (>= 0.3.0)
|
277
278
|
json (>= 1.8.0)
|
278
|
-
websocket-driver (0.6.
|
279
|
+
websocket-driver (0.6.5)
|
279
280
|
websocket-extensions (>= 0.1.0)
|
280
281
|
websocket-extensions (0.1.2)
|
281
282
|
will_paginate (3.1.5)
|
data/lib/trusty_cms.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TrustyCms CMS dev team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tzinfo
|