ruby-bbcode-to-md 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RubyBbcode
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/tags/tags.rb CHANGED
@@ -61,7 +61,7 @@ module RubyBBCode
61
61
  :tag_param_description => 'The URL should start with http:// https://, ftp:// or /, instead of \'%param%\'' },
62
62
  :quote => {
63
63
  :first_html_open => "\n", :last_html_close => "\n",
64
- :html_open => "--- begin quote from %author%\n", :html_close => "--- end quote\n",
64
+ :html_open => "*--- begin quote from __%author%__*\n", :html_close => "\n*--- end quote*\n",
65
65
  :description => 'Quote another person',
66
66
  :example => '[quote]BBCode is great[/quote]',
67
67
  :allow_tag_param => true, :allow_tag_param_between => false,
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.3
4
+ version: 0.0.4
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.3
111
+ summary: ruby-bbcode-to-md-0.0.4
112
112
  test_files:
113
113
  - test/ruby_bbcode_test.rb
114
114
  - test/test_helper.rb