ruby-bbcode-to-md 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module RubyBBCode
20
20
  @ignore_validation = false
21
21
  end
22
22
 
23
- def validation_enabled
23
+ def self.validation_enabled
24
24
  !@ignore_validation.nil? and !@ignore_validation
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module RubyBbcode
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
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.9
111
+ summary: ruby-bbcode-to-md-0.0.10
112
112
  test_files:
113
113
  - test/ruby_bbcode_test.rb
114
114
  - test/test_helper.rb