rbbcode 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rbbcode/schema.rb +1 -1
  2. metadata +3 -3
@@ -85,7 +85,7 @@ module RbbCode
85
85
  end
86
86
 
87
87
  def may_only_be_parent_of(*tag_names)
88
- @schema.forbid_children_except(@name, *tag_names)
88
+ @schema.forbid_children_except(@name, tag_names)
89
89
  self
90
90
  end
91
91
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jarrett Colby
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-17 00:00:00 -05:00
17
+ date: 2010-03-20 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency