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.
data/test/test_helper.rb CHANGED
@@ -17,7 +17,7 @@ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
17
17
  end
18
18
 
19
19
  ECB = ExpressTemplates::Components::Base
20
-
20
+ ETC = ExpressTemplates::Components
21
21
  ET = ExpressTemplates
22
22
 
23
23
  Tag = ExpressTemplates::Markup::Tag
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
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-21 00:00:00.000000000 Z
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