mamemose 0.2.0 → 0.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Mamemose
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.0.1"
3
3
  end
data/lib/mamemose.rb CHANGED
@@ -18,7 +18,7 @@ IGNORE_FILES = ['.DS_Store','.AppleDouble','.LSOverride','Icon',/^\./,/~$/,
18
18
  '.Spotlight-V100','.Trashes','Thumbs.db','ehthumbs.db',
19
19
  'Desktop.ini','$RECYCLE.BIN',/^#/,'MathJax','syntaxhighlighter'] if !defined?(IGNORE_FILES)
20
20
  MARKDOWN_PATTERN = /\.(md|markdown)$/ if !defined?(MARKDOWN_PATTERN)
21
- INDEX_PATTERN = /^README/i
21
+ INDEX_PATTERN = /^README/i if !defined?(INDEX_PATTERN)
22
22
  CUSTOM_HEADER = '' if !defined?(CUSTOM_HEADER)
23
23
  CUSTOM_BODY = '' if !defined?(CUSTOM_BODY)
24
24
  CUSTOM_FOOTER = '' if !defined?(CUSTOM_FOOTER)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mamemose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: