trusty-cms 1.1.4 → 1.1.5
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.
- data/Gemfile.lock +22 -6
- data/lib/trusty_cms.rb +1 -1
- data/lib/trusty_cms/engine.rb +3 -0
- metadata +2 -2
data/Gemfile.lock
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-cms (1.1.
|
|
4
|
+
trusty-cms (1.1.4)
|
|
5
5
|
RedCloth (~> 4.2.0)
|
|
6
6
|
acts_as_tree (~> 0.1.1)
|
|
7
7
|
bundler (>= 1.0.0)
|
|
8
8
|
ckeditor (~> 4.1.0)
|
|
9
9
|
compass-rails (~> 2.0.1)
|
|
10
10
|
delocalize (~> 0.2.3)
|
|
11
|
+
execjs (~> 2.2.2)
|
|
11
12
|
haml (~> 4.0.5)
|
|
12
13
|
haml-rails (>= 0.4, < 0.5)
|
|
13
14
|
highline (~> 1.6.10)
|
|
@@ -20,13 +21,16 @@ PATH
|
|
|
20
21
|
rake (>= 0.8.7)
|
|
21
22
|
rdoc (~> 3.9)
|
|
22
23
|
stringex (~> 1.3.0)
|
|
24
|
+
therubyracer (~> 0.12.1)
|
|
23
25
|
tzinfo (~> 0.3.31)
|
|
26
|
+
uglifier (~> 2.6.0)
|
|
24
27
|
will_paginate (~> 3.0)
|
|
25
28
|
|
|
26
29
|
GEM
|
|
27
30
|
remote: https://rubygems.org/
|
|
28
31
|
specs:
|
|
29
32
|
RedCloth (4.2.9)
|
|
33
|
+
RedCloth (4.2.9-java)
|
|
30
34
|
actionmailer (3.2.21)
|
|
31
35
|
actionpack (= 3.2.21)
|
|
32
36
|
mail (~> 2.5.4)
|
|
@@ -93,8 +97,9 @@ GEM
|
|
|
93
97
|
delocalize (0.2.6)
|
|
94
98
|
diff-lcs (1.2.5)
|
|
95
99
|
erubis (2.7.0)
|
|
96
|
-
eventmachine (1.0.
|
|
97
|
-
eventmachine (1.0.
|
|
100
|
+
eventmachine (1.0.4)
|
|
101
|
+
eventmachine (1.0.4-java)
|
|
102
|
+
execjs (2.2.2)
|
|
98
103
|
ffi (1.9.6)
|
|
99
104
|
ffi (1.9.6-java)
|
|
100
105
|
haml (4.0.6)
|
|
@@ -106,7 +111,7 @@ GEM
|
|
|
106
111
|
railties (>= 3.1, < 4.1)
|
|
107
112
|
highline (1.6.21)
|
|
108
113
|
hike (1.2.3)
|
|
109
|
-
i18n (0.
|
|
114
|
+
i18n (0.7.0)
|
|
110
115
|
journey (1.0.4)
|
|
111
116
|
jquery-rails (3.1.2)
|
|
112
117
|
railties (>= 3.0, < 5.0)
|
|
@@ -118,6 +123,7 @@ GEM
|
|
|
118
123
|
launchy (2.4.3-java)
|
|
119
124
|
addressable (~> 2.3)
|
|
120
125
|
spoon (~> 0.0.1)
|
|
126
|
+
libv8 (3.16.14.7)
|
|
121
127
|
mail (2.5.4)
|
|
122
128
|
mime-types (~> 1.16)
|
|
123
129
|
treetop (~> 1.4.8)
|
|
@@ -174,6 +180,7 @@ GEM
|
|
|
174
180
|
ffi (>= 0.5.0)
|
|
175
181
|
rdoc (3.12.2)
|
|
176
182
|
json (~> 1.4)
|
|
183
|
+
ref (1.0.5)
|
|
177
184
|
rspec-core (3.0.4)
|
|
178
185
|
rspec-support (~> 3.0.0)
|
|
179
186
|
rspec-expectations (3.0.4)
|
|
@@ -200,6 +207,9 @@ GEM
|
|
|
200
207
|
rack (~> 1.0)
|
|
201
208
|
tilt (~> 1.1, != 1.3.0)
|
|
202
209
|
stringex (1.3.3)
|
|
210
|
+
therubyracer (0.12.1)
|
|
211
|
+
libv8 (~> 3.16.14.0)
|
|
212
|
+
ref
|
|
203
213
|
thin (1.6.3)
|
|
204
214
|
daemons (~> 1.0, >= 1.0.9)
|
|
205
215
|
eventmachine (~> 1.0)
|
|
@@ -210,8 +220,14 @@ GEM
|
|
|
210
220
|
polyglot
|
|
211
221
|
polyglot (>= 0.3.1)
|
|
212
222
|
tzinfo (0.3.42)
|
|
213
|
-
|
|
214
|
-
|
|
223
|
+
uglifier (2.6.0)
|
|
224
|
+
execjs (>= 0.3.0)
|
|
225
|
+
json (>= 1.8.0)
|
|
226
|
+
websocket-driver (0.5.1)
|
|
227
|
+
websocket-extensions (>= 0.1.0)
|
|
228
|
+
websocket-driver (0.5.1-java)
|
|
229
|
+
websocket-extensions (>= 0.1.0)
|
|
230
|
+
websocket-extensions (0.1.1)
|
|
215
231
|
will_paginate (3.0.7)
|
|
216
232
|
xpath (2.0.0)
|
|
217
233
|
nokogiri (~> 1.3)
|
data/lib/trusty_cms.rb
CHANGED
data/lib/trusty_cms/engine.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-12-
|
|
12
|
+
date: 2014-12-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: tzinfo
|