aaf-lipstick 1.1.0 → 2.0.0

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.
@@ -1,17 +0,0 @@
1
- require 'action_view'
2
-
3
- module Lipstick
4
- class ActionViewTiltTemplate < Tilt::ERBTemplate
5
- def prepare
6
- @engine = ActionView::Template::Handlers::Erubis.new(data, options)
7
- end
8
-
9
- def precompiled_preamble(_locals)
10
- ''
11
- end
12
-
13
- def precompiled_postamble(_locals)
14
- ''
15
- end
16
- end
17
- end
@@ -1,2 +0,0 @@
1
- class SemanticFormBuilder < ActionView::Helpers::FormBuilder
2
- end