minimal 0.0.25 → 0.0.26
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/Gemfile.lock +6 -3
- data/lib/minimal/template.rb +1 -1
- data/lib/minimal/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
minimal (0.0.
|
4
|
+
minimal (0.0.22)
|
5
5
|
actionpack (>= 3.0.0)
|
6
6
|
activesupport (>= 3.0.0)
|
7
7
|
|
@@ -31,9 +31,9 @@ GEM
|
|
31
31
|
rack (1.2.1)
|
32
32
|
rack-mount (0.6.13)
|
33
33
|
rack (>= 1.0.0)
|
34
|
-
rack-test (0.5.
|
34
|
+
rack-test (0.5.6)
|
35
35
|
rack (>= 1.0)
|
36
|
-
test_declarative (0.0.
|
36
|
+
test_declarative (0.0.4)
|
37
37
|
tzinfo (0.3.23)
|
38
38
|
|
39
39
|
PLATFORMS
|
@@ -44,3 +44,6 @@ DEPENDENCIES
|
|
44
44
|
activesupport (>= 3.0.0)
|
45
45
|
minimal!
|
46
46
|
test_declarative
|
47
|
+
|
48
|
+
METADATA
|
49
|
+
version: 1.0.6
|
data/lib/minimal/template.rb
CHANGED
@@ -5,7 +5,7 @@ class Minimal::Template
|
|
5
5
|
|
6
6
|
AUTO_BUFFER = %r(^render|^error_message_|_select$|tag$|_to$|[^l]_for$|debug) # TODO explicitely whitelist helpers that return tags
|
7
7
|
TAG_NAMES = %w(abbr a body div em fieldset h1 h2 h3 h4 h5 h6 head html img input label li
|
8
|
-
link ol option p pre script select span strong table thead tbody tfoot td title th tr ul)
|
8
|
+
link ol option p pre script select span strong table thead tbody tfoot td title th tr ul dl dd dt di)
|
9
9
|
|
10
10
|
module Base
|
11
11
|
attr_accessor :view, :locals, :block
|
data/lib/minimal/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 26
|
10
|
+
version: 0.0.26
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sven Fuchs
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-05-09 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|