mayuki 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/mayuki CHANGED
File without changes
@@ -71,8 +71,7 @@ module Mayuki
71
71
  conf_infile = Hash[conf]
72
72
 
73
73
  # Markdown / HTML file (parsing)
74
- if [".markdown", ".md",
75
- ".htm", ".html"
74
+ if [".markdown", ".md"
76
75
  ].index(File.extname(f))
77
76
 
78
77
  # Read text and metadata
@@ -1,4 +1,4 @@
1
1
  module Mayuki
2
- VERSION = "0.0.1"
3
- DATE = "2012-06-12"
2
+ VERSION = "0.0.2"
3
+ DATE = "2012-08-20"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mayuki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-12 00:00:00.000000000 Z
12
+ date: 2012-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: liquid
@@ -70,7 +70,7 @@ files:
70
70
  - lib/mayuki.rb
71
71
  - lib/mayuki/liquid_filter.rb
72
72
  - lib/mayuki/version.rb
73
- homepage: https://github.com/soimort/mayuki
73
+ homepage: http://www.soimort.org/mayuki/
74
74
  licenses:
75
75
  - MIT
76
76
  post_install_message: