trusty-layouts-extension 2.0.2 → 2.0.3
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 +77 -76
- data/trusty-layouts-extension.gemspec +3 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bebe203daeec174751eef70b6380ad16fc74086d
|
|
4
|
+
data.tar.gz: 448eabcfce9434b8105aef7443a2ec4a4d5acec9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3dc6fea1df24c7e58a3f5aaa02bc78119788a10fb93bdab40f63aca25c932d022bb1d507f48fee64f6f5f3408c09a60f75172eb259ae439df882ee0438de7dc
|
|
7
|
+
data.tar.gz: 4e22b3b52bae74f1a0e36edbf06620da14426831ee9a5e3e81e99df782eec18417fb825002cecc14b56363f22365f94aac60dcf5c3b9997bec47d1b1d8cfee18
|
data/Gemfile.lock
CHANGED
|
@@ -1,72 +1,70 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-layouts-extension (2.0.
|
|
5
|
-
trusty-cms (~> 2.0.
|
|
4
|
+
trusty-layouts-extension (2.0.3)
|
|
5
|
+
trusty-cms (~> 2.0.16)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
10
|
RedCloth (4.2.9)
|
|
11
|
-
actionmailer (4.2.
|
|
12
|
-
actionpack (= 4.2.
|
|
13
|
-
actionview (= 4.2.
|
|
14
|
-
activejob (= 4.2.
|
|
11
|
+
actionmailer (4.2.6)
|
|
12
|
+
actionpack (= 4.2.6)
|
|
13
|
+
actionview (= 4.2.6)
|
|
14
|
+
activejob (= 4.2.6)
|
|
15
15
|
mail (~> 2.5, >= 2.5.4)
|
|
16
16
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
17
|
-
actionpack (4.2.
|
|
18
|
-
actionview (= 4.2.
|
|
19
|
-
activesupport (= 4.2.
|
|
17
|
+
actionpack (4.2.6)
|
|
18
|
+
actionview (= 4.2.6)
|
|
19
|
+
activesupport (= 4.2.6)
|
|
20
20
|
rack (~> 1.6)
|
|
21
21
|
rack-test (~> 0.6.2)
|
|
22
22
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
24
|
-
actionview (4.2.
|
|
25
|
-
activesupport (= 4.2.
|
|
24
|
+
actionview (4.2.6)
|
|
25
|
+
activesupport (= 4.2.6)
|
|
26
26
|
builder (~> 3.1)
|
|
27
27
|
erubis (~> 2.7.0)
|
|
28
28
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
29
29
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
30
|
-
activejob (4.2.
|
|
31
|
-
activesupport (= 4.2.
|
|
30
|
+
activejob (4.2.6)
|
|
31
|
+
activesupport (= 4.2.6)
|
|
32
32
|
globalid (>= 0.3.0)
|
|
33
|
-
activemodel (4.2.
|
|
34
|
-
activesupport (= 4.2.
|
|
33
|
+
activemodel (4.2.6)
|
|
34
|
+
activesupport (= 4.2.6)
|
|
35
35
|
builder (~> 3.1)
|
|
36
|
-
activerecord (4.2.
|
|
37
|
-
activemodel (= 4.2.
|
|
38
|
-
activesupport (= 4.2.
|
|
36
|
+
activerecord (4.2.6)
|
|
37
|
+
activemodel (= 4.2.6)
|
|
38
|
+
activesupport (= 4.2.6)
|
|
39
39
|
arel (~> 6.0)
|
|
40
|
-
activesupport (4.2.
|
|
40
|
+
activesupport (4.2.6)
|
|
41
41
|
i18n (~> 0.7)
|
|
42
42
|
json (~> 1.7, >= 1.7.7)
|
|
43
43
|
minitest (~> 5.1)
|
|
44
44
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
45
45
|
tzinfo (~> 1.1)
|
|
46
|
-
acts_as_tree (2.
|
|
46
|
+
acts_as_tree (2.4.0)
|
|
47
47
|
activerecord (>= 3.0.0)
|
|
48
|
-
addressable (2.
|
|
48
|
+
addressable (2.4.0)
|
|
49
49
|
arel (6.0.3)
|
|
50
50
|
builder (3.2.2)
|
|
51
|
-
byebug (
|
|
52
|
-
columnize (= 0.9.0)
|
|
51
|
+
byebug (8.2.2)
|
|
53
52
|
capybara (2.3.0)
|
|
54
53
|
mime-types (>= 1.16)
|
|
55
54
|
nokogiri (>= 1.3.3)
|
|
56
55
|
rack (>= 1.0.0)
|
|
57
56
|
rack-test (>= 0.5.4)
|
|
58
57
|
xpath (~> 2.0)
|
|
59
|
-
chunky_png (1.3.
|
|
60
|
-
ckeditor (4.1.
|
|
58
|
+
chunky_png (1.3.5)
|
|
59
|
+
ckeditor (4.1.6)
|
|
61
60
|
cocaine
|
|
62
61
|
orm_adapter (~> 0.5.0)
|
|
63
62
|
climate_control (0.0.3)
|
|
64
63
|
activesupport (>= 3.0)
|
|
65
64
|
cliver (0.3.2)
|
|
66
|
-
cocaine (0.5.
|
|
65
|
+
cocaine (0.5.8)
|
|
67
66
|
climate_control (>= 0.0.3, < 1.0)
|
|
68
|
-
coderay (1.1.
|
|
69
|
-
columnize (0.9.0)
|
|
67
|
+
coderay (1.1.1)
|
|
70
68
|
compass (1.0.3)
|
|
71
69
|
chunky_png (~> 1.2)
|
|
72
70
|
compass-core (~> 1.0.2)
|
|
@@ -79,9 +77,9 @@ GEM
|
|
|
79
77
|
sass (>= 3.3.0, < 3.5)
|
|
80
78
|
compass-import-once (1.0.5)
|
|
81
79
|
sass (>= 3.2, < 3.5)
|
|
82
|
-
compass-rails (2.0.
|
|
80
|
+
compass-rails (2.0.5)
|
|
83
81
|
compass (~> 1.0.0)
|
|
84
|
-
sass-rails (
|
|
82
|
+
sass-rails (< 5.1)
|
|
85
83
|
sprockets (< 2.13)
|
|
86
84
|
daemons (1.2.3)
|
|
87
85
|
database_cleaner (1.3.0)
|
|
@@ -89,8 +87,8 @@ GEM
|
|
|
89
87
|
rails (>= 3.0)
|
|
90
88
|
diff-lcs (1.2.5)
|
|
91
89
|
erubis (2.7.0)
|
|
92
|
-
eventmachine (1.0.
|
|
93
|
-
execjs (2.
|
|
90
|
+
eventmachine (1.0.9.1)
|
|
91
|
+
execjs (2.6.0)
|
|
94
92
|
factory_girl (4.5.0)
|
|
95
93
|
activesupport (>= 3.0.0)
|
|
96
94
|
factory_girl_rails (4.5.0)
|
|
@@ -107,7 +105,7 @@ GEM
|
|
|
107
105
|
haml (>= 4.0.6, < 5.0)
|
|
108
106
|
html2haml (>= 1.0.1)
|
|
109
107
|
railties (>= 4.0.1)
|
|
110
|
-
highline (1.7.
|
|
108
|
+
highline (1.7.8)
|
|
111
109
|
hike (1.2.3)
|
|
112
110
|
html2haml (2.0.0)
|
|
113
111
|
erubis (~> 2.7.0)
|
|
@@ -115,25 +113,25 @@ GEM
|
|
|
115
113
|
nokogiri (~> 1.6.0)
|
|
116
114
|
ruby_parser (~> 3.5)
|
|
117
115
|
i18n (0.7.0)
|
|
118
|
-
jquery-rails (3.1.
|
|
116
|
+
jquery-rails (3.1.4)
|
|
119
117
|
railties (>= 3.0, < 5.0)
|
|
120
118
|
thor (>= 0.14, < 2.0)
|
|
121
119
|
json (1.8.3)
|
|
122
120
|
launchy (2.4.3)
|
|
123
121
|
addressable (~> 2.3)
|
|
124
|
-
libv8 (3.16.14.
|
|
125
|
-
loofah (2.0.
|
|
122
|
+
libv8 (3.16.14.13)
|
|
123
|
+
loofah (2.0.3)
|
|
126
124
|
nokogiri (>= 1.5.9)
|
|
127
125
|
mail (2.6.3)
|
|
128
126
|
mime-types (>= 1.16, < 3)
|
|
129
127
|
method_source (0.8.2)
|
|
130
|
-
mime-types (2.
|
|
131
|
-
|
|
132
|
-
minitest (5.8.
|
|
128
|
+
mime-types (2.99.1)
|
|
129
|
+
mini_portile2 (2.0.0)
|
|
130
|
+
minitest (5.8.4)
|
|
133
131
|
multi_json (1.11.2)
|
|
134
|
-
|
|
135
|
-
nokogiri (1.6.
|
|
136
|
-
|
|
132
|
+
mysql2 (0.4.3)
|
|
133
|
+
nokogiri (1.6.7.2)
|
|
134
|
+
mini_portile2 (~> 2.0.0.rc2)
|
|
137
135
|
orm_adapter (0.5.0)
|
|
138
136
|
poltergeist (1.5.1)
|
|
139
137
|
capybara (~> 2.1)
|
|
@@ -142,48 +140,48 @@ GEM
|
|
|
142
140
|
websocket-driver (>= 0.2.0)
|
|
143
141
|
protected_attributes (1.0.9)
|
|
144
142
|
activemodel (>= 4.0.1, < 5.0)
|
|
145
|
-
pry (0.10.
|
|
143
|
+
pry (0.10.3)
|
|
146
144
|
coderay (~> 1.1.0)
|
|
147
145
|
method_source (~> 0.8.1)
|
|
148
146
|
slop (~> 3.4)
|
|
149
|
-
pry-byebug (3.
|
|
150
|
-
byebug (~>
|
|
147
|
+
pry-byebug (3.3.0)
|
|
148
|
+
byebug (~> 8.0)
|
|
151
149
|
pry (~> 0.10)
|
|
152
150
|
rack (1.6.4)
|
|
153
|
-
rack-cache (1.
|
|
151
|
+
rack-cache (1.6.1)
|
|
154
152
|
rack (>= 0.4)
|
|
155
153
|
rack-test (0.6.3)
|
|
156
154
|
rack (>= 1.0)
|
|
157
155
|
radius (0.7.4)
|
|
158
|
-
rails (4.2.
|
|
159
|
-
actionmailer (= 4.2.
|
|
160
|
-
actionpack (= 4.2.
|
|
161
|
-
actionview (= 4.2.
|
|
162
|
-
activejob (= 4.2.
|
|
163
|
-
activemodel (= 4.2.
|
|
164
|
-
activerecord (= 4.2.
|
|
165
|
-
activesupport (= 4.2.
|
|
156
|
+
rails (4.2.6)
|
|
157
|
+
actionmailer (= 4.2.6)
|
|
158
|
+
actionpack (= 4.2.6)
|
|
159
|
+
actionview (= 4.2.6)
|
|
160
|
+
activejob (= 4.2.6)
|
|
161
|
+
activemodel (= 4.2.6)
|
|
162
|
+
activerecord (= 4.2.6)
|
|
163
|
+
activesupport (= 4.2.6)
|
|
166
164
|
bundler (>= 1.3.0, < 2.0)
|
|
167
|
-
railties (= 4.2.
|
|
165
|
+
railties (= 4.2.6)
|
|
168
166
|
sprockets-rails
|
|
169
167
|
rails-deprecated_sanitizer (1.0.3)
|
|
170
168
|
activesupport (>= 4.2.0.alpha)
|
|
171
|
-
rails-dom-testing (1.0.
|
|
169
|
+
rails-dom-testing (1.0.7)
|
|
172
170
|
activesupport (>= 4.2.0.beta, < 5.0)
|
|
173
171
|
nokogiri (~> 1.6.0)
|
|
174
172
|
rails-deprecated_sanitizer (>= 1.0.1)
|
|
175
|
-
rails-html-sanitizer (1.0.
|
|
173
|
+
rails-html-sanitizer (1.0.3)
|
|
176
174
|
loofah (~> 2.0)
|
|
177
175
|
rails-observers (0.1.2)
|
|
178
176
|
activemodel (~> 4.0)
|
|
179
|
-
railties (4.2.
|
|
180
|
-
actionpack (= 4.2.
|
|
181
|
-
activesupport (= 4.2.
|
|
177
|
+
railties (4.2.6)
|
|
178
|
+
actionpack (= 4.2.6)
|
|
179
|
+
activesupport (= 4.2.6)
|
|
182
180
|
rake (>= 0.8.7)
|
|
183
181
|
thor (>= 0.18.1, < 2.0)
|
|
184
|
-
rake (
|
|
185
|
-
rb-fsevent (0.9.
|
|
186
|
-
rb-inotify (0.9.
|
|
182
|
+
rake (11.1.0)
|
|
183
|
+
rb-fsevent (0.9.7)
|
|
184
|
+
rb-inotify (0.9.7)
|
|
187
185
|
ffi (>= 0.5.0)
|
|
188
186
|
rdoc (3.12.2)
|
|
189
187
|
json (~> 1.4)
|
|
@@ -204,23 +202,23 @@ GEM
|
|
|
204
202
|
rspec-mocks (~> 3.0.0)
|
|
205
203
|
rspec-support (~> 3.0.0)
|
|
206
204
|
rspec-support (3.0.4)
|
|
207
|
-
ruby_parser (3.
|
|
205
|
+
ruby_parser (3.8.1)
|
|
208
206
|
sexp_processor (~> 4.1)
|
|
209
|
-
sass (3.4.
|
|
210
|
-
sass-rails (5.0.
|
|
207
|
+
sass (3.4.21)
|
|
208
|
+
sass-rails (5.0.4)
|
|
211
209
|
railties (>= 4.0.0, < 5.0)
|
|
212
210
|
sass (~> 3.1)
|
|
213
211
|
sprockets (>= 2.8, < 4.0)
|
|
214
212
|
sprockets-rails (>= 2.0, < 4.0)
|
|
215
|
-
tilt (
|
|
216
|
-
sexp_processor (4.
|
|
213
|
+
tilt (>= 1.1, < 3)
|
|
214
|
+
sexp_processor (4.7.0)
|
|
217
215
|
slop (3.6.0)
|
|
218
216
|
sprockets (2.12.4)
|
|
219
217
|
hike (~> 1.2)
|
|
220
218
|
multi_json (~> 1.0)
|
|
221
219
|
rack (~> 1.0)
|
|
222
220
|
tilt (~> 1.1, != 1.3.0)
|
|
223
|
-
sprockets-rails (2.3.
|
|
221
|
+
sprockets-rails (2.3.3)
|
|
224
222
|
actionpack (>= 3.0)
|
|
225
223
|
activesupport (>= 3.0)
|
|
226
224
|
sprockets (>= 2.8, < 4.0)
|
|
@@ -228,14 +226,14 @@ GEM
|
|
|
228
226
|
therubyracer (0.12.2)
|
|
229
227
|
libv8 (~> 3.16.14.0)
|
|
230
228
|
ref
|
|
231
|
-
thin (1.6.
|
|
229
|
+
thin (1.6.4)
|
|
232
230
|
daemons (~> 1.0, >= 1.0.9)
|
|
233
|
-
eventmachine (~> 1.0)
|
|
231
|
+
eventmachine (~> 1.0, >= 1.0.4)
|
|
234
232
|
rack (~> 1.0)
|
|
235
233
|
thor (0.19.1)
|
|
236
234
|
thread_safe (0.3.5)
|
|
237
235
|
tilt (1.4.1)
|
|
238
|
-
trusty-cms (2.0.
|
|
236
|
+
trusty-cms (2.0.16)
|
|
239
237
|
RedCloth (~> 4.2)
|
|
240
238
|
acts_as_tree (~> 2.1)
|
|
241
239
|
bundler (~> 1.7)
|
|
@@ -247,7 +245,7 @@ GEM
|
|
|
247
245
|
haml-rails (~> 0.5)
|
|
248
246
|
highline (~> 1.6)
|
|
249
247
|
jquery-rails (~> 3.1)
|
|
250
|
-
|
|
248
|
+
mysql2 (~> 0.4.2)
|
|
251
249
|
protected_attributes (~> 1.0.9)
|
|
252
250
|
rack (~> 1.4)
|
|
253
251
|
rack-cache (~> 1.2)
|
|
@@ -263,13 +261,13 @@ GEM
|
|
|
263
261
|
rake
|
|
264
262
|
tzinfo (1.2.2)
|
|
265
263
|
thread_safe (~> 0.1)
|
|
266
|
-
uglifier (2.7.
|
|
264
|
+
uglifier (2.7.2)
|
|
267
265
|
execjs (>= 0.3.0)
|
|
268
266
|
json (>= 1.8.0)
|
|
269
|
-
websocket-driver (0.6.
|
|
267
|
+
websocket-driver (0.6.3)
|
|
270
268
|
websocket-extensions (>= 0.1.0)
|
|
271
269
|
websocket-extensions (0.1.2)
|
|
272
|
-
will_paginate (3.0
|
|
270
|
+
will_paginate (3.1.0)
|
|
273
271
|
xpath (2.0.0)
|
|
274
272
|
nokogiri (~> 1.3)
|
|
275
273
|
|
|
@@ -292,3 +290,6 @@ DEPENDENCIES
|
|
|
292
290
|
thin (~> 1.6.2)
|
|
293
291
|
trusty-layouts-extension!
|
|
294
292
|
trustygems (~> 0.2.0)
|
|
293
|
+
|
|
294
|
+
BUNDLED WITH
|
|
295
|
+
1.11.2
|
|
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
require "trusty-layouts-extension"
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = %q{trusty-layouts-extension}
|
|
6
|
-
s.version = "2.0.
|
|
6
|
+
s.version = "2.0.3"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
|
-
s.authors = ["Eric Sipple", "Michael Klett", "Jim Gay", "William Ross", "Tony Issakov", "Dirk Kelly"]
|
|
9
|
+
s.authors = ["Eric Sipple", "Michael Klett", "Jim Gay", "William Ross", "Tony Issakov", "Dirk Kelly", "Brittany Martin"]
|
|
10
10
|
s.description = %q{Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers and rendering HAML}
|
|
11
11
|
s.email = %q{sipple@trustarts.org}
|
|
12
12
|
s.homepage = %q{https://github.com/pgharts/trusty-share-layouts-extension}
|
|
@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
# s.executables = Dir['bin/*'] - ignores
|
|
25
25
|
s.require_paths = ["lib"]
|
|
26
26
|
|
|
27
|
-
s.add_dependency 'trusty-cms', '~> 2.0.
|
|
27
|
+
s.add_dependency 'trusty-cms', '~> 2.0.16'
|
|
28
28
|
|
|
29
29
|
end
|
|
30
|
-
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-layouts-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Sipple
|
|
@@ -10,10 +10,11 @@ authors:
|
|
|
10
10
|
- William Ross
|
|
11
11
|
- Tony Issakov
|
|
12
12
|
- Dirk Kelly
|
|
13
|
+
- Brittany Martin
|
|
13
14
|
autorequire:
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
|
-
date:
|
|
17
|
+
date: 2016-03-11 00:00:00.000000000 Z
|
|
17
18
|
dependencies:
|
|
18
19
|
- !ruby/object:Gem::Dependency
|
|
19
20
|
name: trusty-cms
|
|
@@ -21,14 +22,14 @@ dependencies:
|
|
|
21
22
|
requirements:
|
|
22
23
|
- - "~>"
|
|
23
24
|
- !ruby/object:Gem::Version
|
|
24
|
-
version: 2.0.
|
|
25
|
+
version: 2.0.16
|
|
25
26
|
type: :runtime
|
|
26
27
|
prerelease: false
|
|
27
28
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
29
|
requirements:
|
|
29
30
|
- - "~>"
|
|
30
31
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 2.0.
|
|
32
|
+
version: 2.0.16
|
|
32
33
|
description: Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers
|
|
33
34
|
and rendering HAML
|
|
34
35
|
email: sipple@trustarts.org
|
|
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
94
|
version: '0'
|
|
94
95
|
requirements: []
|
|
95
96
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.4.
|
|
97
|
+
rubygems_version: 2.4.8
|
|
97
98
|
signing_key:
|
|
98
99
|
specification_version: 4
|
|
99
100
|
summary: Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers
|