rpeg-multimarkdown2 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/ext/markdown.c +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rubygems/package_task'
5
5
  task :default => :test
6
6
 
7
7
  DLEXT = RbConfig::CONFIG['DLEXT']
8
- VERS = '2.0.2'
8
+ VERS = '2.0.3'
9
9
 
10
10
  spec = Gem::Specification.new do |s|
11
11
  s.name = "rpeg-multimarkdown2"
data/ext/markdown.c CHANGED
@@ -11,7 +11,7 @@ int get_exts(VALUE self)
11
11
  if ( rb_funcall(self, rb_intern("notes"), 0) == Qtrue )
12
12
  extensions = extensions | EXT_NOTES ;
13
13
  if ( rb_funcall(self, rb_intern("no_labels"), 0) == Qtrue )
14
- extensions = extensions | EXT_NO_LABELS
14
+ extensions = extensions | EXT_NO_LABELS ;
15
15
  if ( rb_funcall(self, rb_intern("filter_html"), 0) == Qtrue )
16
16
  extensions = extensions | EXT_FILTER_HTML ;
17
17
  if ( rb_funcall(self, rb_intern("filter_styles"), 0) == Qtrue )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpeg-multimarkdown2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: