ruby-bbcode-to-md 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,11 +12,11 @@ require 'ruby-bbcode-to-md/bbtree'
12
12
  module RubyBBCode
13
13
  include ::RubyBBCode::Tags
14
14
 
15
- def disable_validation
15
+ def self.disable_validation
16
16
  @ignore_validation = true
17
17
  end
18
18
 
19
- def enable_validation
19
+ def self.enable_validation
20
20
  @ignore_validation = false
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  module RubyBbcode
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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.6
4
+ version: 0.0.7
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.6
111
+ summary: ruby-bbcode-to-md-0.0.7
112
112
  test_files:
113
113
  - test/ruby_bbcode_test.rb
114
114
  - test/test_helper.rb