express_templates 0.2.4 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/express_templates/components/capabilities/parenting.rb +13 -6
- data/lib/express_templates/components/content_for.rb +36 -0
- data/lib/express_templates/components.rb +1 -0
- data/lib/express_templates/version.rb +1 -1
- data/test/components/content_for_test.rb +60 -0
- data/test/dummy/log/test.log +11862 -0
- data/test/test_helper.rb +1 -1
- metadata +5 -2
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: express_templates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Talcott Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- lib/express_templates/components/capabilities/wrapping.rb
|
135
135
|
- lib/express_templates/components/column.rb
|
136
136
|
- lib/express_templates/components/container.rb
|
137
|
+
- lib/express_templates/components/content_for.rb
|
137
138
|
- lib/express_templates/components/form_rails_support.rb
|
138
139
|
- lib/express_templates/components/row.rb
|
139
140
|
- lib/express_templates/expander.rb
|
@@ -154,6 +155,7 @@ files:
|
|
154
155
|
- test/components/conditionality_test.rb
|
155
156
|
- test/components/configurable_test.rb
|
156
157
|
- test/components/container_test.rb
|
158
|
+
- test/components/content_for_test.rb
|
157
159
|
- test/components/iterating_test.rb
|
158
160
|
- test/components/row_test.rb
|
159
161
|
- test/core_extensions/proc_test.rb
|
@@ -254,6 +256,7 @@ test_files:
|
|
254
256
|
- test/components/conditionality_test.rb
|
255
257
|
- test/components/configurable_test.rb
|
256
258
|
- test/components/container_test.rb
|
259
|
+
- test/components/content_for_test.rb
|
257
260
|
- test/components/iterating_test.rb
|
258
261
|
- test/components/row_test.rb
|
259
262
|
- test/core_extensions/proc_test.rb
|