nacelle 0.5.0 → 0.6.1
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/.github/workflows/ci.yml +2 -2
- data/Appraisals +6 -10
- data/CLAUDE.md +96 -0
- data/Gemfile +1 -2
- data/app/assets/config/manifest.js +1 -0
- data/gemfiles/{rails_6.0.gemfile → rails_7.2.gemfile} +1 -2
- data/gemfiles/rails_7.2.gemfile.lock +254 -0
- data/gemfiles/{rails_7.0.gemfile → rails_8.0.gemfile} +1 -2
- data/gemfiles/rails_8.0.gemfile.lock +251 -0
- data/gemfiles/{rails_6.1.gemfile → rails_8.1.gemfile} +1 -2
- data/gemfiles/rails_8.1.gemfile.lock +254 -0
- data/lib/nacelle/after_filter.rb +14 -9
- data/lib/nacelle/cell.rb +38 -21
- data/lib/nacelle/cells_serializer.rb +1 -1
- data/lib/nacelle/version.rb +1 -1
- data/nacelle.gemspec +0 -1
- metadata +11 -23
- data/gemfiles/rails_6.0.gemfile.lock +0 -205
- data/gemfiles/rails_6.1.gemfile.lock +0 -208
- data/gemfiles/rails_7.0.gemfile.lock +0 -212
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
nacelle (0.6.0)
|
|
5
|
+
rails
|
|
6
|
+
sprockets-rails
|
|
7
|
+
|
|
8
|
+
GEM
|
|
9
|
+
remote: https://rubygems.org/
|
|
10
|
+
specs:
|
|
11
|
+
action_text-trix (2.1.15)
|
|
12
|
+
railties
|
|
13
|
+
actioncable (8.1.1)
|
|
14
|
+
actionpack (= 8.1.1)
|
|
15
|
+
activesupport (= 8.1.1)
|
|
16
|
+
nio4r (~> 2.0)
|
|
17
|
+
websocket-driver (>= 0.6.1)
|
|
18
|
+
zeitwerk (~> 2.6)
|
|
19
|
+
actionmailbox (8.1.1)
|
|
20
|
+
actionpack (= 8.1.1)
|
|
21
|
+
activejob (= 8.1.1)
|
|
22
|
+
activerecord (= 8.1.1)
|
|
23
|
+
activestorage (= 8.1.1)
|
|
24
|
+
activesupport (= 8.1.1)
|
|
25
|
+
mail (>= 2.8.0)
|
|
26
|
+
actionmailer (8.1.1)
|
|
27
|
+
actionpack (= 8.1.1)
|
|
28
|
+
actionview (= 8.1.1)
|
|
29
|
+
activejob (= 8.1.1)
|
|
30
|
+
activesupport (= 8.1.1)
|
|
31
|
+
mail (>= 2.8.0)
|
|
32
|
+
rails-dom-testing (~> 2.2)
|
|
33
|
+
actionpack (8.1.1)
|
|
34
|
+
actionview (= 8.1.1)
|
|
35
|
+
activesupport (= 8.1.1)
|
|
36
|
+
nokogiri (>= 1.8.5)
|
|
37
|
+
rack (>= 2.2.4)
|
|
38
|
+
rack-session (>= 1.0.1)
|
|
39
|
+
rack-test (>= 0.6.3)
|
|
40
|
+
rails-dom-testing (~> 2.2)
|
|
41
|
+
rails-html-sanitizer (~> 1.6)
|
|
42
|
+
useragent (~> 0.16)
|
|
43
|
+
actiontext (8.1.1)
|
|
44
|
+
action_text-trix (~> 2.1.15)
|
|
45
|
+
actionpack (= 8.1.1)
|
|
46
|
+
activerecord (= 8.1.1)
|
|
47
|
+
activestorage (= 8.1.1)
|
|
48
|
+
activesupport (= 8.1.1)
|
|
49
|
+
globalid (>= 0.6.0)
|
|
50
|
+
nokogiri (>= 1.8.5)
|
|
51
|
+
actionview (8.1.1)
|
|
52
|
+
activesupport (= 8.1.1)
|
|
53
|
+
builder (~> 3.1)
|
|
54
|
+
erubi (~> 1.11)
|
|
55
|
+
rails-dom-testing (~> 2.2)
|
|
56
|
+
rails-html-sanitizer (~> 1.6)
|
|
57
|
+
activejob (8.1.1)
|
|
58
|
+
activesupport (= 8.1.1)
|
|
59
|
+
globalid (>= 0.3.6)
|
|
60
|
+
activemodel (8.1.1)
|
|
61
|
+
activesupport (= 8.1.1)
|
|
62
|
+
activerecord (8.1.1)
|
|
63
|
+
activemodel (= 8.1.1)
|
|
64
|
+
activesupport (= 8.1.1)
|
|
65
|
+
timeout (>= 0.4.0)
|
|
66
|
+
activestorage (8.1.1)
|
|
67
|
+
actionpack (= 8.1.1)
|
|
68
|
+
activejob (= 8.1.1)
|
|
69
|
+
activerecord (= 8.1.1)
|
|
70
|
+
activesupport (= 8.1.1)
|
|
71
|
+
marcel (~> 1.0)
|
|
72
|
+
activesupport (8.1.1)
|
|
73
|
+
base64
|
|
74
|
+
bigdecimal
|
|
75
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
76
|
+
connection_pool (>= 2.2.5)
|
|
77
|
+
drb
|
|
78
|
+
i18n (>= 1.6, < 2)
|
|
79
|
+
json
|
|
80
|
+
logger (>= 1.4.2)
|
|
81
|
+
minitest (>= 5.1)
|
|
82
|
+
securerandom (>= 0.3)
|
|
83
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
84
|
+
uri (>= 0.13.1)
|
|
85
|
+
addressable (2.8.7)
|
|
86
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
87
|
+
appraisal (2.5.0)
|
|
88
|
+
bundler
|
|
89
|
+
rake
|
|
90
|
+
thor (>= 0.14.0)
|
|
91
|
+
base64 (0.3.0)
|
|
92
|
+
bigdecimal (3.3.1)
|
|
93
|
+
builder (3.3.0)
|
|
94
|
+
byebug (12.0.0)
|
|
95
|
+
capybara (3.40.0)
|
|
96
|
+
addressable
|
|
97
|
+
matrix
|
|
98
|
+
mini_mime (>= 0.1.3)
|
|
99
|
+
nokogiri (~> 1.11)
|
|
100
|
+
rack (>= 1.6.0)
|
|
101
|
+
rack-test (>= 0.6.3)
|
|
102
|
+
regexp_parser (>= 1.5, < 3.0)
|
|
103
|
+
xpath (~> 3.2)
|
|
104
|
+
concurrent-ruby (1.3.5)
|
|
105
|
+
connection_pool (2.5.4)
|
|
106
|
+
crass (1.0.6)
|
|
107
|
+
date (3.5.0)
|
|
108
|
+
diff-lcs (1.6.2)
|
|
109
|
+
drb (2.2.3)
|
|
110
|
+
erb (5.1.3)
|
|
111
|
+
erubi (1.13.1)
|
|
112
|
+
globalid (1.3.0)
|
|
113
|
+
activesupport (>= 6.1)
|
|
114
|
+
i18n (1.14.7)
|
|
115
|
+
concurrent-ruby (~> 1.0)
|
|
116
|
+
io-console (0.8.1)
|
|
117
|
+
irb (1.15.3)
|
|
118
|
+
pp (>= 0.6.0)
|
|
119
|
+
rdoc (>= 4.0.0)
|
|
120
|
+
reline (>= 0.4.2)
|
|
121
|
+
json (2.15.2)
|
|
122
|
+
logger (1.7.0)
|
|
123
|
+
loofah (2.24.1)
|
|
124
|
+
crass (~> 1.0.2)
|
|
125
|
+
nokogiri (>= 1.12.0)
|
|
126
|
+
mail (2.9.0)
|
|
127
|
+
logger
|
|
128
|
+
mini_mime (>= 0.1.1)
|
|
129
|
+
net-imap
|
|
130
|
+
net-pop
|
|
131
|
+
net-smtp
|
|
132
|
+
marcel (1.1.0)
|
|
133
|
+
matrix (0.4.3)
|
|
134
|
+
mini_mime (1.1.5)
|
|
135
|
+
minitest (5.26.0)
|
|
136
|
+
net-imap (0.5.12)
|
|
137
|
+
date
|
|
138
|
+
net-protocol
|
|
139
|
+
net-pop (0.1.2)
|
|
140
|
+
net-protocol
|
|
141
|
+
net-protocol (0.2.2)
|
|
142
|
+
timeout
|
|
143
|
+
net-smtp (0.5.1)
|
|
144
|
+
net-protocol
|
|
145
|
+
nio4r (2.7.5)
|
|
146
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
147
|
+
racc (~> 1.4)
|
|
148
|
+
pp (0.6.3)
|
|
149
|
+
prettyprint
|
|
150
|
+
prettyprint (0.2.0)
|
|
151
|
+
psych (5.2.6)
|
|
152
|
+
date
|
|
153
|
+
stringio
|
|
154
|
+
public_suffix (6.0.2)
|
|
155
|
+
racc (1.8.1)
|
|
156
|
+
rack (3.2.4)
|
|
157
|
+
rack-session (2.1.1)
|
|
158
|
+
base64 (>= 0.1.0)
|
|
159
|
+
rack (>= 3.0.0)
|
|
160
|
+
rack-test (2.2.0)
|
|
161
|
+
rack (>= 1.3)
|
|
162
|
+
rackup (2.2.1)
|
|
163
|
+
rack (>= 3)
|
|
164
|
+
rails (8.1.1)
|
|
165
|
+
actioncable (= 8.1.1)
|
|
166
|
+
actionmailbox (= 8.1.1)
|
|
167
|
+
actionmailer (= 8.1.1)
|
|
168
|
+
actionpack (= 8.1.1)
|
|
169
|
+
actiontext (= 8.1.1)
|
|
170
|
+
actionview (= 8.1.1)
|
|
171
|
+
activejob (= 8.1.1)
|
|
172
|
+
activemodel (= 8.1.1)
|
|
173
|
+
activerecord (= 8.1.1)
|
|
174
|
+
activestorage (= 8.1.1)
|
|
175
|
+
activesupport (= 8.1.1)
|
|
176
|
+
bundler (>= 1.15.0)
|
|
177
|
+
railties (= 8.1.1)
|
|
178
|
+
rails-dom-testing (2.3.0)
|
|
179
|
+
activesupport (>= 5.0.0)
|
|
180
|
+
minitest
|
|
181
|
+
nokogiri (>= 1.6)
|
|
182
|
+
rails-html-sanitizer (1.6.2)
|
|
183
|
+
loofah (~> 2.21)
|
|
184
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
185
|
+
railties (8.1.1)
|
|
186
|
+
actionpack (= 8.1.1)
|
|
187
|
+
activesupport (= 8.1.1)
|
|
188
|
+
irb (~> 1.13)
|
|
189
|
+
rackup (>= 1.0.0)
|
|
190
|
+
rake (>= 12.2)
|
|
191
|
+
thor (~> 1.0, >= 1.2.2)
|
|
192
|
+
tsort (>= 0.2)
|
|
193
|
+
zeitwerk (~> 2.6)
|
|
194
|
+
rake (13.3.1)
|
|
195
|
+
rdoc (6.15.1)
|
|
196
|
+
erb
|
|
197
|
+
psych (>= 4.0.0)
|
|
198
|
+
tsort
|
|
199
|
+
regexp_parser (2.11.3)
|
|
200
|
+
reline (0.6.2)
|
|
201
|
+
io-console (~> 0.5)
|
|
202
|
+
rspec (3.13.2)
|
|
203
|
+
rspec-core (~> 3.13.0)
|
|
204
|
+
rspec-expectations (~> 3.13.0)
|
|
205
|
+
rspec-mocks (~> 3.13.0)
|
|
206
|
+
rspec-core (3.13.6)
|
|
207
|
+
rspec-support (~> 3.13.0)
|
|
208
|
+
rspec-expectations (3.13.5)
|
|
209
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
210
|
+
rspec-support (~> 3.13.0)
|
|
211
|
+
rspec-mocks (3.13.7)
|
|
212
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
213
|
+
rspec-support (~> 3.13.0)
|
|
214
|
+
rspec-support (3.13.6)
|
|
215
|
+
securerandom (0.4.1)
|
|
216
|
+
sprockets (4.2.2)
|
|
217
|
+
concurrent-ruby (~> 1.0)
|
|
218
|
+
logger
|
|
219
|
+
rack (>= 2.2.4, < 4)
|
|
220
|
+
sprockets-rails (3.5.2)
|
|
221
|
+
actionpack (>= 6.1)
|
|
222
|
+
activesupport (>= 6.1)
|
|
223
|
+
sprockets (>= 3.0.0)
|
|
224
|
+
stringio (3.1.7)
|
|
225
|
+
thor (1.4.0)
|
|
226
|
+
timeout (0.4.4)
|
|
227
|
+
tsort (0.2.0)
|
|
228
|
+
tzinfo (2.0.6)
|
|
229
|
+
concurrent-ruby (~> 1.0)
|
|
230
|
+
uri (1.1.0)
|
|
231
|
+
useragent (0.16.11)
|
|
232
|
+
websocket-driver (0.8.0)
|
|
233
|
+
base64
|
|
234
|
+
websocket-extensions (>= 0.1.0)
|
|
235
|
+
websocket-extensions (0.1.5)
|
|
236
|
+
xpath (3.2.0)
|
|
237
|
+
nokogiri (~> 1.8)
|
|
238
|
+
zeitwerk (2.7.3)
|
|
239
|
+
|
|
240
|
+
PLATFORMS
|
|
241
|
+
x86_64-linux
|
|
242
|
+
|
|
243
|
+
DEPENDENCIES
|
|
244
|
+
appraisal
|
|
245
|
+
bundler
|
|
246
|
+
byebug
|
|
247
|
+
capybara
|
|
248
|
+
nacelle!
|
|
249
|
+
rails (~> 8.1.0)
|
|
250
|
+
rake
|
|
251
|
+
rspec
|
|
252
|
+
|
|
253
|
+
BUNDLED WITH
|
|
254
|
+
2.4.19
|
data/lib/nacelle/after_filter.rb
CHANGED
|
@@ -13,20 +13,25 @@ module Nacelle
|
|
|
13
13
|
|
|
14
14
|
def call
|
|
15
15
|
cells = cells controller.response.body
|
|
16
|
+
return if cells.empty?
|
|
16
17
|
|
|
17
|
-
controller.response.body.gsub
|
|
18
|
-
name,
|
|
18
|
+
controller.response.body = controller.response.body.gsub(/(#{cells.keys.join('|')})/) do |tag|
|
|
19
|
+
name, action, attrs = cells[tag]
|
|
20
|
+
action = action.to_sym
|
|
19
21
|
attrs = HashWithIndifferentAccess.new(attrs)
|
|
20
22
|
cell = "#{name.camelize}Cell".constantize.new_with_controller(controller)
|
|
21
|
-
args = [state]
|
|
22
23
|
attrs.delete "class" # ignore styling class
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
cell.
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
if cell.class.action_methods.include?(action)
|
|
25
|
+
cell.action = action
|
|
26
|
+
if cell.method(action).arity.zero? && attrs.empty?
|
|
27
|
+
cell.send(action)
|
|
28
|
+
else
|
|
29
|
+
cell.send(action, attrs)
|
|
30
|
+
end
|
|
31
|
+
else
|
|
32
|
+
"<strong>Cell “#{name.capitalize} #{action}” not found!</strong>"
|
|
28
33
|
end
|
|
29
|
-
end
|
|
34
|
+
end
|
|
30
35
|
end
|
|
31
36
|
|
|
32
37
|
private
|
data/lib/nacelle/cell.rb
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
require "cells"
|
|
2
|
-
|
|
3
1
|
module Nacelle
|
|
4
|
-
class Cell
|
|
5
|
-
self.view_paths += %w[app/cells app/views]
|
|
6
|
-
|
|
2
|
+
class Cell
|
|
7
3
|
def self.new_with_controller controller
|
|
8
4
|
new.tap do |cell|
|
|
9
5
|
cell.instance_variable_set :@controller, controller
|
|
@@ -26,26 +22,47 @@ module Nacelle
|
|
|
26
22
|
delegate :perform_caching, :read_fragment, :write_fragment, to: :@controller
|
|
27
23
|
|
|
28
24
|
def self.action_methods
|
|
29
|
-
|
|
30
|
-
cookies
|
|
31
|
-
request
|
|
32
|
-
session
|
|
33
|
-
read_fragment
|
|
34
|
-
write_fragment
|
|
35
|
-
perform_caching
|
|
36
|
-
]
|
|
25
|
+
instance_methods - Class.new(superclass).instance_methods
|
|
37
26
|
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
27
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
28
|
+
def self.name
|
|
29
|
+
to_s.underscore.sub("_cell","")
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
cattr_accessor(:view_path) { "app/cells" }
|
|
33
|
+
attr_accessor :action
|
|
34
|
+
|
|
35
|
+
class_attribute :helpers, default: []
|
|
36
|
+
def self.helper mod
|
|
37
|
+
helpers << mod
|
|
45
38
|
end
|
|
46
39
|
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
class_attribute :helper_methods, default: []
|
|
41
|
+
def self.helper_method meth
|
|
42
|
+
helper_methods << meth
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def render template: nil
|
|
46
|
+
template ||= "#{self.class.name}/#{action}"
|
|
47
|
+
assigns = instance_variables.reduce({}) do |hash, key|
|
|
48
|
+
new_key = key.to_s.split("@").last.to_sym
|
|
49
|
+
value = instance_variable_get(key)
|
|
50
|
+
hash.merge(new_key => value)
|
|
51
|
+
end
|
|
52
|
+
view_context = @controller.view_context.dup
|
|
53
|
+
paths = view_context.lookup_context.view_paths + [view_path]
|
|
54
|
+
view_context.lookup_context.instance_variable_set :@view_paths, paths
|
|
55
|
+
view_context.assign assigns
|
|
56
|
+
cell = self
|
|
57
|
+
|
|
58
|
+
helper_methods.each do |meth|
|
|
59
|
+
view_context.compiled_method_container.define_method meth do
|
|
60
|
+
cell.send(meth)
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
view_context.render template: template
|
|
49
65
|
end
|
|
50
66
|
end
|
|
51
67
|
end
|
|
68
|
+
|
|
@@ -9,7 +9,7 @@ class Nacelle::CellsSerializer
|
|
|
9
9
|
cell = klass.to_s.sub("Cell", "").underscore
|
|
10
10
|
cell_name = cell.humanize
|
|
11
11
|
|
|
12
|
-
klass.action_methods.map do |action|
|
|
12
|
+
klass.action_methods.sort.map do |action|
|
|
13
13
|
action_name = action.to_s.humanize
|
|
14
14
|
{
|
|
15
15
|
id: "#{cell}/#{action}",
|
data/lib/nacelle/version.rb
CHANGED
data/nacelle.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nacelle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Micah Geisel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: cells
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - "~>"
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: '3.0'
|
|
132
|
-
type: :runtime
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - "~>"
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: '3.0'
|
|
139
125
|
description: Embed cells in the markup of your CMS.
|
|
140
126
|
email:
|
|
141
127
|
- micah@botandrose.com
|
|
@@ -147,10 +133,12 @@ files:
|
|
|
147
133
|
- ".gitignore"
|
|
148
134
|
- ".rspec"
|
|
149
135
|
- Appraisals
|
|
136
|
+
- CLAUDE.md
|
|
150
137
|
- Gemfile
|
|
151
138
|
- LICENSE.txt
|
|
152
139
|
- README.md
|
|
153
140
|
- Rakefile
|
|
141
|
+
- app/assets/config/manifest.js
|
|
154
142
|
- app/assets/javascripts/ckeditor/plugins/cells.js
|
|
155
143
|
- app/assets/javascripts/ckeditor/plugins/cells/dialogs/cells.js
|
|
156
144
|
- app/assets/javascripts/ckeditor/plugins/cells/icons/insertcell.png
|
|
@@ -161,12 +149,12 @@ files:
|
|
|
161
149
|
- bin/setup
|
|
162
150
|
- config/routes.rb
|
|
163
151
|
- gemfiles/.bundle/config
|
|
164
|
-
- gemfiles/
|
|
165
|
-
- gemfiles/
|
|
166
|
-
- gemfiles/
|
|
167
|
-
- gemfiles/
|
|
168
|
-
- gemfiles/
|
|
169
|
-
- gemfiles/
|
|
152
|
+
- gemfiles/rails_7.2.gemfile
|
|
153
|
+
- gemfiles/rails_7.2.gemfile.lock
|
|
154
|
+
- gemfiles/rails_8.0.gemfile
|
|
155
|
+
- gemfiles/rails_8.0.gemfile.lock
|
|
156
|
+
- gemfiles/rails_8.1.gemfile
|
|
157
|
+
- gemfiles/rails_8.1.gemfile.lock
|
|
170
158
|
- lib/nacelle.rb
|
|
171
159
|
- lib/nacelle/after_filter.rb
|
|
172
160
|
- lib/nacelle/cell.rb
|
|
@@ -193,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
181
|
- !ruby/object:Gem::Version
|
|
194
182
|
version: '0'
|
|
195
183
|
requirements: []
|
|
196
|
-
rubygems_version: 3.
|
|
184
|
+
rubygems_version: 3.4.19
|
|
197
185
|
signing_key:
|
|
198
186
|
specification_version: 4
|
|
199
187
|
summary: Embed cells in the markup of your CMS.
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
nacelle (0.4.2)
|
|
5
|
-
cells (~> 3.0)
|
|
6
|
-
rails
|
|
7
|
-
sprockets-rails
|
|
8
|
-
|
|
9
|
-
GEM
|
|
10
|
-
remote: https://rubygems.org/
|
|
11
|
-
specs:
|
|
12
|
-
actioncable (6.0.6.1)
|
|
13
|
-
actionpack (= 6.0.6.1)
|
|
14
|
-
nio4r (~> 2.0)
|
|
15
|
-
websocket-driver (>= 0.6.1)
|
|
16
|
-
actionmailbox (6.0.6.1)
|
|
17
|
-
actionpack (= 6.0.6.1)
|
|
18
|
-
activejob (= 6.0.6.1)
|
|
19
|
-
activerecord (= 6.0.6.1)
|
|
20
|
-
activestorage (= 6.0.6.1)
|
|
21
|
-
activesupport (= 6.0.6.1)
|
|
22
|
-
mail (>= 2.7.1)
|
|
23
|
-
actionmailer (6.0.6.1)
|
|
24
|
-
actionpack (= 6.0.6.1)
|
|
25
|
-
actionview (= 6.0.6.1)
|
|
26
|
-
activejob (= 6.0.6.1)
|
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
|
28
|
-
rails-dom-testing (~> 2.0)
|
|
29
|
-
actionpack (6.0.6.1)
|
|
30
|
-
actionview (= 6.0.6.1)
|
|
31
|
-
activesupport (= 6.0.6.1)
|
|
32
|
-
rack (~> 2.0, >= 2.0.8)
|
|
33
|
-
rack-test (>= 0.6.3)
|
|
34
|
-
rails-dom-testing (~> 2.0)
|
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
36
|
-
actiontext (6.0.6.1)
|
|
37
|
-
actionpack (= 6.0.6.1)
|
|
38
|
-
activerecord (= 6.0.6.1)
|
|
39
|
-
activestorage (= 6.0.6.1)
|
|
40
|
-
activesupport (= 6.0.6.1)
|
|
41
|
-
nokogiri (>= 1.8.5)
|
|
42
|
-
actionview (6.0.6.1)
|
|
43
|
-
activesupport (= 6.0.6.1)
|
|
44
|
-
builder (~> 3.1)
|
|
45
|
-
erubi (~> 1.4)
|
|
46
|
-
rails-dom-testing (~> 2.0)
|
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
48
|
-
activejob (6.0.6.1)
|
|
49
|
-
activesupport (= 6.0.6.1)
|
|
50
|
-
globalid (>= 0.3.6)
|
|
51
|
-
activemodel (6.0.6.1)
|
|
52
|
-
activesupport (= 6.0.6.1)
|
|
53
|
-
activerecord (6.0.6.1)
|
|
54
|
-
activemodel (= 6.0.6.1)
|
|
55
|
-
activesupport (= 6.0.6.1)
|
|
56
|
-
activestorage (6.0.6.1)
|
|
57
|
-
actionpack (= 6.0.6.1)
|
|
58
|
-
activejob (= 6.0.6.1)
|
|
59
|
-
activerecord (= 6.0.6.1)
|
|
60
|
-
marcel (~> 1.0)
|
|
61
|
-
activesupport (6.0.6.1)
|
|
62
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
63
|
-
i18n (>= 0.7, < 2)
|
|
64
|
-
minitest (~> 5.1)
|
|
65
|
-
tzinfo (~> 1.1)
|
|
66
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
|
67
|
-
addressable (2.8.1)
|
|
68
|
-
public_suffix (>= 2.0.2, < 6.0)
|
|
69
|
-
appraisal (2.4.1)
|
|
70
|
-
bundler
|
|
71
|
-
rake
|
|
72
|
-
thor (>= 0.14.0)
|
|
73
|
-
builder (3.2.4)
|
|
74
|
-
byebug (11.1.3)
|
|
75
|
-
capybara (3.38.0)
|
|
76
|
-
addressable
|
|
77
|
-
matrix
|
|
78
|
-
mini_mime (>= 0.1.3)
|
|
79
|
-
nokogiri (~> 1.8)
|
|
80
|
-
rack (>= 1.6.0)
|
|
81
|
-
rack-test (>= 0.6.3)
|
|
82
|
-
regexp_parser (>= 1.5, < 3.0)
|
|
83
|
-
xpath (~> 3.2)
|
|
84
|
-
cells (3.11.3)
|
|
85
|
-
actionpack (>= 3.0)
|
|
86
|
-
railties (>= 3.0)
|
|
87
|
-
uber (~> 0.0.8)
|
|
88
|
-
concurrent-ruby (1.2.2)
|
|
89
|
-
crass (1.0.6)
|
|
90
|
-
date (3.3.3)
|
|
91
|
-
diff-lcs (1.5.0)
|
|
92
|
-
erubi (1.12.0)
|
|
93
|
-
globalid (1.1.0)
|
|
94
|
-
activesupport (>= 5.0)
|
|
95
|
-
i18n (1.12.0)
|
|
96
|
-
concurrent-ruby (~> 1.0)
|
|
97
|
-
loofah (2.19.1)
|
|
98
|
-
crass (~> 1.0.2)
|
|
99
|
-
nokogiri (>= 1.5.9)
|
|
100
|
-
mail (2.8.1)
|
|
101
|
-
mini_mime (>= 0.1.1)
|
|
102
|
-
net-imap
|
|
103
|
-
net-pop
|
|
104
|
-
net-smtp
|
|
105
|
-
marcel (1.0.2)
|
|
106
|
-
matrix (0.4.2)
|
|
107
|
-
method_source (1.0.0)
|
|
108
|
-
mini_mime (1.1.2)
|
|
109
|
-
mini_portile2 (2.8.1)
|
|
110
|
-
minitest (5.18.0)
|
|
111
|
-
net-imap (0.3.4)
|
|
112
|
-
date
|
|
113
|
-
net-protocol
|
|
114
|
-
net-pop (0.1.2)
|
|
115
|
-
net-protocol
|
|
116
|
-
net-protocol (0.2.1)
|
|
117
|
-
timeout
|
|
118
|
-
net-smtp (0.3.3)
|
|
119
|
-
net-protocol
|
|
120
|
-
nio4r (2.5.8)
|
|
121
|
-
nokogiri (1.14.2)
|
|
122
|
-
mini_portile2 (~> 2.8.0)
|
|
123
|
-
racc (~> 1.4)
|
|
124
|
-
public_suffix (5.0.1)
|
|
125
|
-
racc (1.6.2)
|
|
126
|
-
rack (2.2.6.4)
|
|
127
|
-
rack-test (2.1.0)
|
|
128
|
-
rack (>= 1.3)
|
|
129
|
-
rails (6.0.6.1)
|
|
130
|
-
actioncable (= 6.0.6.1)
|
|
131
|
-
actionmailbox (= 6.0.6.1)
|
|
132
|
-
actionmailer (= 6.0.6.1)
|
|
133
|
-
actionpack (= 6.0.6.1)
|
|
134
|
-
actiontext (= 6.0.6.1)
|
|
135
|
-
actionview (= 6.0.6.1)
|
|
136
|
-
activejob (= 6.0.6.1)
|
|
137
|
-
activemodel (= 6.0.6.1)
|
|
138
|
-
activerecord (= 6.0.6.1)
|
|
139
|
-
activestorage (= 6.0.6.1)
|
|
140
|
-
activesupport (= 6.0.6.1)
|
|
141
|
-
bundler (>= 1.3.0)
|
|
142
|
-
railties (= 6.0.6.1)
|
|
143
|
-
sprockets-rails (>= 2.0.0)
|
|
144
|
-
rails-dom-testing (2.0.3)
|
|
145
|
-
activesupport (>= 4.2.0)
|
|
146
|
-
nokogiri (>= 1.6)
|
|
147
|
-
rails-html-sanitizer (1.5.0)
|
|
148
|
-
loofah (~> 2.19, >= 2.19.1)
|
|
149
|
-
railties (6.0.6.1)
|
|
150
|
-
actionpack (= 6.0.6.1)
|
|
151
|
-
activesupport (= 6.0.6.1)
|
|
152
|
-
method_source
|
|
153
|
-
rake (>= 0.8.7)
|
|
154
|
-
thor (>= 0.20.3, < 2.0)
|
|
155
|
-
rake (13.0.6)
|
|
156
|
-
regexp_parser (2.7.0)
|
|
157
|
-
rspec (3.12.0)
|
|
158
|
-
rspec-core (~> 3.12.0)
|
|
159
|
-
rspec-expectations (~> 3.12.0)
|
|
160
|
-
rspec-mocks (~> 3.12.0)
|
|
161
|
-
rspec-core (3.12.1)
|
|
162
|
-
rspec-support (~> 3.12.0)
|
|
163
|
-
rspec-expectations (3.12.2)
|
|
164
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
165
|
-
rspec-support (~> 3.12.0)
|
|
166
|
-
rspec-mocks (3.12.4)
|
|
167
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
168
|
-
rspec-support (~> 3.12.0)
|
|
169
|
-
rspec-support (3.12.0)
|
|
170
|
-
sprockets (3.7.2)
|
|
171
|
-
concurrent-ruby (~> 1.0)
|
|
172
|
-
rack (> 1, < 3)
|
|
173
|
-
sprockets-rails (3.4.2)
|
|
174
|
-
actionpack (>= 5.2)
|
|
175
|
-
activesupport (>= 5.2)
|
|
176
|
-
sprockets (>= 3.0.0)
|
|
177
|
-
thor (1.2.1)
|
|
178
|
-
thread_safe (0.3.6)
|
|
179
|
-
timeout (0.3.2)
|
|
180
|
-
tzinfo (1.2.11)
|
|
181
|
-
thread_safe (~> 0.1)
|
|
182
|
-
uber (0.0.15)
|
|
183
|
-
websocket-driver (0.7.5)
|
|
184
|
-
websocket-extensions (>= 0.1.0)
|
|
185
|
-
websocket-extensions (0.1.5)
|
|
186
|
-
xpath (3.2.0)
|
|
187
|
-
nokogiri (~> 1.8)
|
|
188
|
-
zeitwerk (2.6.7)
|
|
189
|
-
|
|
190
|
-
PLATFORMS
|
|
191
|
-
ruby
|
|
192
|
-
|
|
193
|
-
DEPENDENCIES
|
|
194
|
-
appraisal
|
|
195
|
-
bundler
|
|
196
|
-
byebug
|
|
197
|
-
capybara
|
|
198
|
-
nacelle!
|
|
199
|
-
rails (~> 6.0.0)
|
|
200
|
-
rake
|
|
201
|
-
rspec
|
|
202
|
-
sprockets (~> 3.0)
|
|
203
|
-
|
|
204
|
-
BUNDLED WITH
|
|
205
|
-
2.4.10
|