minimal 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minimal (0.0.23)
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.7)
34
+ rack-test (0.5.6)
35
35
  rack (>= 1.0)
36
- test_declarative (0.0.5)
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
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Minimal
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
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: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 25
10
- version: 0.0.25
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-01-18 00:00:00 +01:00
18
+ date: 2011-05-09 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency