ruby-bbcode-to-md 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,10 +80,10 @@ module RubyBBCode
80
80
  end
81
81
 
82
82
  def inlay_inline_params!
83
- if !match_array.nil?
84
- # Get list of paramaters to feed
85
- match_array = @node[:params][:tag_param].scan(@tag_definition[:tag_param])[0]
83
+ # Get list of paramaters to feed
84
+ match_array = @node[:params][:tag_param].scan(@tag_definition[:tag_param])[0]
86
85
 
86
+ if !match_array.nil?
87
87
  # for each parameter to feed
88
88
  match_array.each.with_index do |match, i|
89
89
  if i < @tag_definition[:tag_param_tokens].length
@@ -1,3 +1,3 @@
1
1
  module RubyBbcode
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
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.14
4
+ version: 0.0.15
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.14
111
+ summary: ruby-bbcode-to-md-0.0.15
112
112
  test_files:
113
113
  - test/ruby_bbcode_test.rb
114
114
  - test/test_helper.rb