ruby-bbcode-to-md 0.0.11 → 0.0.12
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.
|
@@ -76,7 +76,7 @@ module RubyBBCode
|
|
|
76
76
|
end
|
|
77
77
|
|
|
78
78
|
def inlay_between_text!
|
|
79
|
-
@opening_html.gsub!('%between%',@node[:between]) if between_text_goes_into_html_output_as_param? and !@opening_html.nil? # set the between text to where it goes if required to do so...
|
|
79
|
+
@opening_html.gsub!('%between%',@node[:between]) if between_text_goes_into_html_output_as_param? and !@opening_html.nil? and !@node[:between].nil? # set the between text to where it goes if required to do so...
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
def inlay_inline_params!
|
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.12
|
|
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.12
|
|
112
112
|
test_files:
|
|
113
113
|
- test/ruby_bbcode_test.rb
|
|
114
114
|
- test/test_helper.rb
|