trusty-layouts-extension 3.0.0 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -3
- data/Gemfile.lock +81 -82
- data/trusty-layouts-extension.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40eb329bd5f19d4e120c4eb35129d10a85f8a3ef
|
4
|
+
data.tar.gz: 89b695ab2c4d03e75a8d72f3c5120b5815e1145f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 455ce3732ffaafe1998ebeb36f40f165309ae2f4b518a1be8f07f47d1bc95d68f5fd658e8d8773f9d902ee06d6fcea71abf9701926faa560cc3717df25d2a950
|
7
|
+
data.tar.gz: fa7df302a4388b391fb318aaa5b9bb491c87f37b495087a9718c68ef23ec067eb8b796e614eedfd66463c475ea16b341ddd3abd07ca48c9c2bb6ba514b960929
|
data/Gemfile
CHANGED
@@ -19,8 +19,6 @@ group :development, :test do
|
|
19
19
|
gem 'launchy', '~> 2.4.2'
|
20
20
|
gem 'database_cleaner', '~> 1.3.0'
|
21
21
|
gem 'poltergeist', '~> 1.5.1'
|
22
|
-
gem 'factory_girl_rails', '~> 4.
|
23
|
-
gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
|
24
|
-
gem "protected_attributes_continued"
|
22
|
+
gem 'factory_girl_rails', '~> 4.6.0'
|
25
23
|
gem "pry-byebug"
|
26
24
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,53 +1,46 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/rails/rails-observers
|
3
|
-
revision: 7d3c9c331242d58ed8ebdbd2eff1f7d6f68a1b2c
|
4
|
-
specs:
|
5
|
-
rails-observers (0.1.3.alpha)
|
6
|
-
activemodel (>= 4.0, < 5.1)
|
7
|
-
|
8
1
|
PATH
|
9
2
|
remote: .
|
10
3
|
specs:
|
11
|
-
trusty-layouts-extension (3.
|
12
|
-
trusty-cms (~> 3.
|
4
|
+
trusty-layouts-extension (3.1.0)
|
5
|
+
trusty-cms (~> 3.1.0)
|
13
6
|
|
14
7
|
GEM
|
15
8
|
remote: https://rubygems.org/
|
16
9
|
specs:
|
17
10
|
RedCloth (4.3.2)
|
18
|
-
actioncable (5.
|
19
|
-
actionpack (= 5.
|
20
|
-
nio4r (
|
11
|
+
actioncable (5.1.3)
|
12
|
+
actionpack (= 5.1.3)
|
13
|
+
nio4r (~> 2.0)
|
21
14
|
websocket-driver (~> 0.6.1)
|
22
|
-
actionmailer (5.
|
23
|
-
actionpack (= 5.
|
24
|
-
actionview (= 5.
|
25
|
-
activejob (= 5.
|
15
|
+
actionmailer (5.1.3)
|
16
|
+
actionpack (= 5.1.3)
|
17
|
+
actionview (= 5.1.3)
|
18
|
+
activejob (= 5.1.3)
|
26
19
|
mail (~> 2.5, >= 2.5.4)
|
27
20
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (5.
|
29
|
-
actionview (= 5.
|
30
|
-
activesupport (= 5.
|
21
|
+
actionpack (5.1.3)
|
22
|
+
actionview (= 5.1.3)
|
23
|
+
activesupport (= 5.1.3)
|
31
24
|
rack (~> 2.0)
|
32
25
|
rack-test (~> 0.6.3)
|
33
26
|
rails-dom-testing (~> 2.0)
|
34
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
-
actionview (5.
|
36
|
-
activesupport (= 5.
|
28
|
+
actionview (5.1.3)
|
29
|
+
activesupport (= 5.1.3)
|
37
30
|
builder (~> 3.1)
|
38
|
-
|
31
|
+
erubi (~> 1.4)
|
39
32
|
rails-dom-testing (~> 2.0)
|
40
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
41
|
-
activejob (5.
|
42
|
-
activesupport (= 5.
|
34
|
+
activejob (5.1.3)
|
35
|
+
activesupport (= 5.1.3)
|
43
36
|
globalid (>= 0.3.6)
|
44
|
-
activemodel (5.
|
45
|
-
activesupport (= 5.
|
46
|
-
activerecord (5.
|
47
|
-
activemodel (= 5.
|
48
|
-
activesupport (= 5.
|
49
|
-
arel (~>
|
50
|
-
activesupport (5.
|
37
|
+
activemodel (5.1.3)
|
38
|
+
activesupport (= 5.1.3)
|
39
|
+
activerecord (5.1.3)
|
40
|
+
activemodel (= 5.1.3)
|
41
|
+
activesupport (= 5.1.3)
|
42
|
+
arel (~> 8.0)
|
43
|
+
activesupport (5.1.3)
|
51
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
52
45
|
i18n (~> 0.7)
|
53
46
|
minitest (~> 5.1)
|
@@ -56,7 +49,7 @@ GEM
|
|
56
49
|
activerecord (>= 3.0.0)
|
57
50
|
addressable (2.5.1)
|
58
51
|
public_suffix (~> 2.0, >= 2.0.2)
|
59
|
-
arel (
|
52
|
+
arel (8.0.0)
|
60
53
|
builder (3.2.3)
|
61
54
|
byebug (9.0.6)
|
62
55
|
capybara (2.13.0)
|
@@ -67,10 +60,10 @@ GEM
|
|
67
60
|
rack-test (>= 0.5.4)
|
68
61
|
xpath (~> 2.0)
|
69
62
|
chunky_png (1.3.8)
|
70
|
-
ckeditor (4.2.
|
63
|
+
ckeditor (4.2.4)
|
71
64
|
cocaine
|
72
65
|
orm_adapter (~> 0.5.0)
|
73
|
-
climate_control (0.
|
66
|
+
climate_control (0.2.0)
|
74
67
|
cliver (0.3.2)
|
75
68
|
cocaine (0.5.8)
|
76
69
|
climate_control (>= 0.0.3, < 1.0)
|
@@ -92,23 +85,26 @@ GEM
|
|
92
85
|
sass-rails (< 5.1)
|
93
86
|
sprockets (< 4.0)
|
94
87
|
concurrent-ruby (1.0.5)
|
88
|
+
css_parser (1.5.0)
|
89
|
+
addressable
|
95
90
|
daemons (1.2.4)
|
96
91
|
database_cleaner (1.3.0)
|
97
92
|
delocalize (0.4.0)
|
98
93
|
rails (>= 3.0)
|
99
94
|
diff-lcs (1.3)
|
95
|
+
erubi (1.6.1)
|
100
96
|
erubis (2.7.0)
|
101
|
-
eventmachine (1.2.
|
97
|
+
eventmachine (1.2.5)
|
102
98
|
execjs (2.7.0)
|
103
99
|
factory_girl (4.5.0)
|
104
100
|
activesupport (>= 3.0.0)
|
105
|
-
factory_girl_rails (4.
|
101
|
+
factory_girl_rails (4.6.0)
|
106
102
|
factory_girl (~> 4.5.0)
|
107
103
|
railties (>= 3.0.0)
|
108
104
|
ffi (1.9.18)
|
109
105
|
globalid (0.4.0)
|
110
106
|
activesupport (>= 4.2.0)
|
111
|
-
haml (5.0.
|
107
|
+
haml (5.0.2)
|
112
108
|
temple (>= 0.8.0)
|
113
109
|
tilt
|
114
110
|
haml-rails (1.0.0)
|
@@ -123,37 +119,35 @@ GEM
|
|
123
119
|
haml (>= 4.0, < 6)
|
124
120
|
nokogiri (>= 1.6.0)
|
125
121
|
ruby_parser (~> 3.5)
|
126
|
-
i18n (0.8.
|
122
|
+
i18n (0.8.6)
|
127
123
|
jquery-rails (4.3.1)
|
128
124
|
rails-dom-testing (>= 1, < 3)
|
129
125
|
railties (>= 4.2.0)
|
130
126
|
thor (>= 0.14, < 2.0)
|
131
127
|
launchy (2.4.3)
|
132
128
|
addressable (~> 2.3)
|
133
|
-
libv8 (3.16.14.19
|
129
|
+
libv8 (3.16.14.19)
|
134
130
|
loofah (2.0.3)
|
135
131
|
nokogiri (>= 1.5.9)
|
136
|
-
mail (2.6.
|
132
|
+
mail (2.6.6)
|
137
133
|
mime-types (>= 1.16, < 4)
|
138
134
|
method_source (0.8.2)
|
139
135
|
mime-types (3.1)
|
140
136
|
mime-types-data (~> 3.2015)
|
141
137
|
mime-types-data (3.2016.0521)
|
142
|
-
mini_portile2 (2.
|
143
|
-
minitest (5.10.
|
138
|
+
mini_portile2 (2.2.0)
|
139
|
+
minitest (5.10.3)
|
144
140
|
multi_json (1.12.1)
|
145
|
-
mysql2 (0.4.
|
146
|
-
nio4r (2.
|
147
|
-
nokogiri (1.
|
148
|
-
mini_portile2 (~> 2.
|
141
|
+
mysql2 (0.4.8)
|
142
|
+
nio4r (2.1.0)
|
143
|
+
nokogiri (1.8.0)
|
144
|
+
mini_portile2 (~> 2.2.0)
|
149
145
|
orm_adapter (0.5.0)
|
150
146
|
poltergeist (1.5.1)
|
151
147
|
capybara (~> 2.1)
|
152
148
|
cliver (~> 0.3.1)
|
153
149
|
multi_json (~> 1.0)
|
154
150
|
websocket-driver (>= 0.2.0)
|
155
|
-
protected_attributes_continued (1.3.0)
|
156
|
-
activemodel (~> 5.0)
|
157
151
|
pry (0.10.4)
|
158
152
|
coderay (~> 1.1.0)
|
159
153
|
method_source (~> 0.8.1)
|
@@ -162,41 +156,47 @@ GEM
|
|
162
156
|
byebug (~> 9.0)
|
163
157
|
pry (~> 0.10)
|
164
158
|
public_suffix (2.0.5)
|
165
|
-
rack (2.0.
|
159
|
+
rack (2.0.3)
|
166
160
|
rack-cache (1.7.0)
|
167
161
|
rack (>= 0.4)
|
168
162
|
rack-test (0.6.3)
|
169
163
|
rack (>= 1.0)
|
170
164
|
radius (0.7.4)
|
171
|
-
rails (5.
|
172
|
-
actioncable (= 5.
|
173
|
-
actionmailer (= 5.
|
174
|
-
actionpack (= 5.
|
175
|
-
actionview (= 5.
|
176
|
-
activejob (= 5.
|
177
|
-
activemodel (= 5.
|
178
|
-
activerecord (= 5.
|
179
|
-
activesupport (= 5.
|
180
|
-
bundler (>= 1.3.0
|
181
|
-
railties (= 5.
|
165
|
+
rails (5.1.3)
|
166
|
+
actioncable (= 5.1.3)
|
167
|
+
actionmailer (= 5.1.3)
|
168
|
+
actionpack (= 5.1.3)
|
169
|
+
actionview (= 5.1.3)
|
170
|
+
activejob (= 5.1.3)
|
171
|
+
activemodel (= 5.1.3)
|
172
|
+
activerecord (= 5.1.3)
|
173
|
+
activesupport (= 5.1.3)
|
174
|
+
bundler (>= 1.3.0)
|
175
|
+
railties (= 5.1.3)
|
182
176
|
sprockets-rails (>= 2.0.0)
|
183
|
-
rails-dom-testing (2.0.
|
184
|
-
activesupport (>= 4.2.0
|
185
|
-
nokogiri (
|
177
|
+
rails-dom-testing (2.0.3)
|
178
|
+
activesupport (>= 4.2.0)
|
179
|
+
nokogiri (>= 1.6)
|
186
180
|
rails-html-sanitizer (1.0.3)
|
187
181
|
loofah (~> 2.0)
|
188
|
-
railties (5.
|
189
|
-
actionpack (= 5.
|
190
|
-
activesupport (= 5.
|
182
|
+
railties (5.1.3)
|
183
|
+
actionpack (= 5.1.3)
|
184
|
+
activesupport (= 5.1.3)
|
191
185
|
method_source
|
192
186
|
rake (>= 0.8.7)
|
193
187
|
thor (>= 0.18.1, < 2.0)
|
194
188
|
rake (10.5.0)
|
195
|
-
rb-fsevent (0.
|
196
|
-
rb-inotify (0.9.
|
197
|
-
ffi (>= 0.5.0)
|
189
|
+
rb-fsevent (0.10.2)
|
190
|
+
rb-inotify (0.9.10)
|
191
|
+
ffi (>= 0.5.0, < 2)
|
198
192
|
rdoc (5.1.0)
|
199
193
|
ref (2.0.0)
|
194
|
+
roadie (3.2.2)
|
195
|
+
css_parser (~> 1.4)
|
196
|
+
nokogiri (~> 1.5)
|
197
|
+
roadie-rails (1.2.1)
|
198
|
+
railties (>= 3.0, < 5.2)
|
199
|
+
roadie (~> 3.1)
|
200
200
|
rspec-core (3.6.0)
|
201
201
|
rspec-support (~> 3.6.0)
|
202
202
|
rspec-expectations (3.6.0)
|
@@ -214,16 +214,16 @@ GEM
|
|
214
214
|
rspec-mocks (~> 3.6.0)
|
215
215
|
rspec-support (~> 3.6.0)
|
216
216
|
rspec-support (3.6.0)
|
217
|
-
ruby_parser (3.
|
218
|
-
sexp_processor (~> 4.
|
219
|
-
sass (3.4.
|
217
|
+
ruby_parser (3.10.1)
|
218
|
+
sexp_processor (~> 4.9)
|
219
|
+
sass (3.4.25)
|
220
220
|
sass-rails (5.0.6)
|
221
221
|
railties (>= 4.0.0, < 6)
|
222
222
|
sass (~> 3.1)
|
223
223
|
sprockets (>= 2.8, < 4.0)
|
224
224
|
sprockets-rails (>= 2.0, < 4.0)
|
225
225
|
tilt (>= 1.1, < 3)
|
226
|
-
sexp_processor (4.
|
226
|
+
sexp_processor (4.10.0)
|
227
227
|
slop (3.6.0)
|
228
228
|
sprockets (3.7.1)
|
229
229
|
concurrent-ruby (~> 1.0)
|
@@ -243,8 +243,8 @@ GEM
|
|
243
243
|
rack (>= 1.0.0)
|
244
244
|
thor (0.19.4)
|
245
245
|
thread_safe (0.3.6)
|
246
|
-
tilt (2.0.
|
247
|
-
trusty-cms (3.
|
246
|
+
tilt (2.0.8)
|
247
|
+
trusty-cms (3.1.0)
|
248
248
|
RedCloth (~> 4.3.2)
|
249
249
|
acts_as_tree (~> 2.6.1)
|
250
250
|
bundler (~> 1.7)
|
@@ -260,9 +260,10 @@ GEM
|
|
260
260
|
rack (~> 2.0.1)
|
261
261
|
rack-cache (~> 1.7)
|
262
262
|
radius (~> 0.7)
|
263
|
-
rails (~> 5.
|
263
|
+
rails (~> 5.1)
|
264
264
|
rake (< 11.0)
|
265
265
|
rdoc (~> 5.1)
|
266
|
+
roadie-rails (~> 1.2.1)
|
266
267
|
sass-rails (~> 5.0.6)
|
267
268
|
stringex (~> 2.7.1)
|
268
269
|
therubyracer (~> 0.12.3)
|
@@ -278,8 +279,8 @@ GEM
|
|
278
279
|
websocket-driver (0.6.5)
|
279
280
|
websocket-extensions (>= 0.1.0)
|
280
281
|
websocket-extensions (0.1.2)
|
281
|
-
will_paginate (3.1.
|
282
|
-
xpath (2.
|
282
|
+
will_paginate (3.1.6)
|
283
|
+
xpath (2.1.0)
|
283
284
|
nokogiri (~> 1.3)
|
284
285
|
|
285
286
|
PLATFORMS
|
@@ -288,17 +289,15 @@ PLATFORMS
|
|
288
289
|
DEPENDENCIES
|
289
290
|
capybara (~> 2.13.0)
|
290
291
|
database_cleaner (~> 1.3.0)
|
291
|
-
factory_girl_rails (~> 4.
|
292
|
+
factory_girl_rails (~> 4.6.0)
|
292
293
|
launchy (~> 2.4.2)
|
293
294
|
poltergeist (~> 1.5.1)
|
294
|
-
protected_attributes_continued
|
295
295
|
pry (~> 0.10.0)
|
296
296
|
pry-byebug
|
297
|
-
rails-observers!
|
298
297
|
rspec-rails
|
299
298
|
thin (~> 1.6.2)
|
300
299
|
trusty-layouts-extension!
|
301
300
|
trustygems (~> 0.2.0)
|
302
301
|
|
303
302
|
BUNDLED WITH
|
304
|
-
1.
|
303
|
+
1.15.3
|
@@ -3,7 +3,7 @@ $:.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 = "3.
|
6
|
+
s.version = "3.1.0"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.authors = ["Eric Sipple", "Michael Klett", "Jim Gay", "William Ross", "Tony Issakov", "Dirk Kelly", "Brittany Martin"]
|
@@ -24,6 +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', '~> 3.
|
27
|
+
s.add_dependency 'trusty-cms', '~> 3.1.0'
|
28
28
|
|
29
29
|
end
|
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: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Sipple
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-
|
17
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: trusty-cms
|
@@ -22,14 +22,14 @@ dependencies:
|
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 3.
|
25
|
+
version: 3.1.0
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - "~>"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.1.0
|
33
33
|
description: Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers
|
34
34
|
and rendering HAML
|
35
35
|
email: sipple@trustarts.org
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.6.12
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers
|