trusty-cms 2.0.27 → 2.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +27 -27
- data/lib/trusty_cms.rb +1 -1
- data/trusty_cms.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7c527c5fc2cd57e3a51d7d3c2a46c394501bb52
|
|
4
|
+
data.tar.gz: 2fea2796d87bc7ce942daf8ac68bad7ef6e1063a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c50f5e491d87a62481f8f80047046672ae50ea18ff9088815383df5cb6841c5751c4a7a1487f204c53ed0e4bd4273f0b82368ef11db6cc55d4d10257329ea952
|
|
7
|
+
data.tar.gz: 8cb7a4ed7d817f5dcaa0a6e0d099623e8cb67e4742e317ba73c764b20deb5d8766ee9ba97e3e32697ba5af8053fa1b0772eeac732b5e0a9f8c212484f9764e8a
|
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.28)
|
|
5
5
|
RedCloth (~> 4.3.2)
|
|
6
6
|
acts_as_tree (~> 2.1)
|
|
7
7
|
bundler (~> 1.7)
|
|
@@ -14,7 +14,7 @@ PATH
|
|
|
14
14
|
highline (~> 1.6)
|
|
15
15
|
jquery-rails (~> 3.1)
|
|
16
16
|
mysql2 (~> 0.4.2)
|
|
17
|
-
protected_attributes (~> 1.
|
|
17
|
+
protected_attributes (~> 1.1.4)
|
|
18
18
|
rack (~> 1.4)
|
|
19
19
|
rack-cache (~> 1.2)
|
|
20
20
|
radius (~> 0.7)
|
|
@@ -68,7 +68,7 @@ GEM
|
|
|
68
68
|
tzinfo (~> 1.1)
|
|
69
69
|
acts_as_tree (2.6.1)
|
|
70
70
|
activerecord (>= 3.0.0)
|
|
71
|
-
addressable (2.5.
|
|
71
|
+
addressable (2.5.1)
|
|
72
72
|
public_suffix (~> 2.0, >= 2.0.2)
|
|
73
73
|
arel (6.0.4)
|
|
74
74
|
builder (3.2.3)
|
|
@@ -83,12 +83,12 @@ GEM
|
|
|
83
83
|
ckeditor (4.1.6)
|
|
84
84
|
cocaine
|
|
85
85
|
orm_adapter (~> 0.5.0)
|
|
86
|
-
climate_control (0.
|
|
86
|
+
climate_control (0.2.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 (1.0.
|
|
91
|
-
simplecov
|
|
90
|
+
codeclimate-test-reporter (1.0.8)
|
|
91
|
+
simplecov (<= 0.13)
|
|
92
92
|
coderay (1.1.1)
|
|
93
93
|
compass (1.0.3)
|
|
94
94
|
chunky_png (~> 1.2)
|
|
@@ -120,7 +120,7 @@ GEM
|
|
|
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.18)
|
|
124
124
|
globalid (0.4.0)
|
|
125
125
|
activesupport (>= 4.2.0)
|
|
126
126
|
haml (4.0.7)
|
|
@@ -138,14 +138,14 @@ GEM
|
|
|
138
138
|
haml (>= 4.0, < 6)
|
|
139
139
|
nokogiri (>= 1.6.0)
|
|
140
140
|
ruby_parser (~> 3.5)
|
|
141
|
-
i18n (0.8.
|
|
141
|
+
i18n (0.8.4)
|
|
142
142
|
jquery-rails (3.1.4)
|
|
143
143
|
railties (>= 3.0, < 5.0)
|
|
144
144
|
thor (>= 0.14, < 2.0)
|
|
145
145
|
json (1.8.6)
|
|
146
146
|
launchy (2.4.3)
|
|
147
147
|
addressable (~> 2.3)
|
|
148
|
-
libv8 (3.16.14.19)
|
|
148
|
+
libv8 (3.16.14.19-x86_64-darwin-16)
|
|
149
149
|
loofah (2.0.3)
|
|
150
150
|
nokogiri (>= 1.5.9)
|
|
151
151
|
mail (2.6.6)
|
|
@@ -154,19 +154,19 @@ GEM
|
|
|
154
154
|
mime-types (3.1)
|
|
155
155
|
mime-types-data (~> 3.2015)
|
|
156
156
|
mime-types-data (3.2016.0521)
|
|
157
|
-
mini_portile2 (2.
|
|
158
|
-
minitest (5.10.
|
|
157
|
+
mini_portile2 (2.2.0)
|
|
158
|
+
minitest (5.10.2)
|
|
159
159
|
multi_json (1.12.1)
|
|
160
|
-
mysql2 (0.4.
|
|
161
|
-
nokogiri (1.
|
|
162
|
-
mini_portile2 (~> 2.
|
|
160
|
+
mysql2 (0.4.7)
|
|
161
|
+
nokogiri (1.8.0)
|
|
162
|
+
mini_portile2 (~> 2.2.0)
|
|
163
163
|
orm_adapter (0.5.0)
|
|
164
164
|
poltergeist (1.5.1)
|
|
165
165
|
capybara (~> 2.1)
|
|
166
166
|
cliver (~> 0.3.1)
|
|
167
167
|
multi_json (~> 1.0)
|
|
168
168
|
websocket-driver (>= 0.2.0)
|
|
169
|
-
protected_attributes (1.
|
|
169
|
+
protected_attributes (1.1.4)
|
|
170
170
|
activemodel (>= 4.0.1, < 5.0)
|
|
171
171
|
pry (0.10.4)
|
|
172
172
|
coderay (~> 1.1.0)
|
|
@@ -175,10 +175,10 @@ GEM
|
|
|
175
175
|
pry-byebug (3.4.2)
|
|
176
176
|
byebug (~> 9.0)
|
|
177
177
|
pry (~> 0.10)
|
|
178
|
-
pry-rails (0.3.
|
|
179
|
-
pry (>= 0.
|
|
178
|
+
pry-rails (0.3.6)
|
|
179
|
+
pry (>= 0.10.4)
|
|
180
180
|
public_suffix (2.0.5)
|
|
181
|
-
rack (1.6.
|
|
181
|
+
rack (1.6.8)
|
|
182
182
|
rack-cache (1.7.0)
|
|
183
183
|
rack (>= 0.4)
|
|
184
184
|
rack-test (0.6.3)
|
|
@@ -203,17 +203,17 @@ GEM
|
|
|
203
203
|
rails-deprecated_sanitizer (>= 1.0.1)
|
|
204
204
|
rails-html-sanitizer (1.0.3)
|
|
205
205
|
loofah (~> 2.0)
|
|
206
|
-
rails-observers (0.1.
|
|
207
|
-
activemodel (
|
|
206
|
+
rails-observers (0.1.4)
|
|
207
|
+
activemodel (>= 4.0)
|
|
208
208
|
railties (4.2.7.1)
|
|
209
209
|
actionpack (= 4.2.7.1)
|
|
210
210
|
activesupport (= 4.2.7.1)
|
|
211
211
|
rake (>= 0.8.7)
|
|
212
212
|
thor (>= 0.18.1, < 2.0)
|
|
213
213
|
rake (10.5.0)
|
|
214
|
-
rb-fsevent (0.
|
|
215
|
-
rb-inotify (0.9.
|
|
216
|
-
ffi (>= 0.5.0)
|
|
214
|
+
rb-fsevent (0.10.2)
|
|
215
|
+
rb-inotify (0.9.10)
|
|
216
|
+
ffi (>= 0.5.0, < 2)
|
|
217
217
|
rdoc (3.12.2)
|
|
218
218
|
json (~> 1.4)
|
|
219
219
|
ref (2.0.0)
|
|
@@ -235,7 +235,7 @@ GEM
|
|
|
235
235
|
rspec-support (3.0.4)
|
|
236
236
|
ruby_parser (3.9.0)
|
|
237
237
|
sexp_processor (~> 4.1)
|
|
238
|
-
sass (3.4.
|
|
238
|
+
sass (3.4.24)
|
|
239
239
|
sass-rails (5.0.6)
|
|
240
240
|
railties (>= 4.0.0, < 6)
|
|
241
241
|
sass (~> 3.1)
|
|
@@ -247,7 +247,7 @@ GEM
|
|
|
247
247
|
docile (~> 1.1.0)
|
|
248
248
|
json (>= 1.8, < 3)
|
|
249
249
|
simplecov-html (~> 0.10.0)
|
|
250
|
-
simplecov-html (0.10.
|
|
250
|
+
simplecov-html (0.10.1)
|
|
251
251
|
slop (3.6.0)
|
|
252
252
|
sprockets (2.12.4)
|
|
253
253
|
hike (~> 1.2)
|
|
@@ -271,7 +271,7 @@ GEM
|
|
|
271
271
|
tilt (1.4.1)
|
|
272
272
|
trustygems (0.2.1)
|
|
273
273
|
rake
|
|
274
|
-
tzinfo (1.2.
|
|
274
|
+
tzinfo (1.2.3)
|
|
275
275
|
thread_safe (~> 0.1)
|
|
276
276
|
uglifier (2.7.2)
|
|
277
277
|
execjs (>= 0.3.0)
|
|
@@ -280,7 +280,7 @@ GEM
|
|
|
280
280
|
websocket-extensions (>= 0.1.0)
|
|
281
281
|
websocket-extensions (0.1.2)
|
|
282
282
|
will_paginate (3.1.6)
|
|
283
|
-
xpath (2.
|
|
283
|
+
xpath (2.1.0)
|
|
284
284
|
nokogiri (~> 1.3)
|
|
285
285
|
|
|
286
286
|
PLATFORMS
|
data/lib/trusty_cms.rb
CHANGED
data/trusty_cms.gemspec
CHANGED
|
@@ -26,7 +26,7 @@ a general purpose content managment system--not merely a blogging engine.}
|
|
|
26
26
|
|
|
27
27
|
s.add_dependency "tzinfo", "~> 1.2"
|
|
28
28
|
s.add_dependency "rails", "~> 4.2"
|
|
29
|
-
s.add_dependency "protected_attributes", '~> 1.
|
|
29
|
+
s.add_dependency "protected_attributes", '~> 1.1.4'
|
|
30
30
|
s.add_dependency "jquery-rails", "~> 3.1"
|
|
31
31
|
s.add_dependency "rdoc", "~> 3.9"
|
|
32
32
|
s.add_dependency "acts_as_tree", "~> 2.1"
|
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.28
|
|
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: 2017-07-
|
|
11
|
+
date: 2017-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tzinfo
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.
|
|
47
|
+
version: 1.1.4
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 1.
|
|
54
|
+
version: 1.1.4
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: jquery-rails
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|