ruby-bbcode-to-md 0.0.12 → 0.0.13
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.
|
@@ -97,7 +97,7 @@ module RubyBBCode
|
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
def inlay_closing_html!
|
|
100
|
-
@closing_html.gsub!('%between%',@node[:between]) if @tag_definition[:require_between]
|
|
100
|
+
@closing_html.gsub!('%between%',@node[:between]) if @tag_definition[:require_between] and !@closing_html.nil? and !@node[:between].nil?
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
def remove_unused_tokens!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-bbcode-to-md
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -108,7 +108,7 @@ rubyforge_project:
|
|
|
108
108
|
rubygems_version: 1.8.23
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 3
|
|
111
|
-
summary: ruby-bbcode-to-md-0.0.
|
|
111
|
+
summary: ruby-bbcode-to-md-0.0.13
|
|
112
112
|
test_files:
|
|
113
113
|
- test/ruby_bbcode_test.rb
|
|
114
114
|
- test/test_helper.rb
|