vimwiki_markdown 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68815b06a3406acf112329b2df90e5fa3c62c706fad84716995318e0028647cc
4
- data.tar.gz: b16e46299ea1b20e449a3558c8b5c2af1bf5bd4985ec183eafe52ebb3125d8df
3
+ metadata.gz: d5636664b80e372cd4c98a16085fe14b68980ebf3fd3a157e9ebc1d80c180deb
4
+ data.tar.gz: dc91ee37f24f106c6bff4fcab62aaaff08268503c60931aab3018458200a0d04
5
5
  SHA512:
6
- metadata.gz: 60836b8d9db398bb67fffeaed1a5941aa009e0a1b3be424ca1aa562d17469ad537a90a344621ee399c87de54884ed16772a211ed8bf172380c88b17196cb56e4
7
- data.tar.gz: a77ebf08935ee2921996a379bd730b6c9afbf7aed5270d45a0aaa604563c60b3db3b6fb5e0b7d5cf9764464249cfcd06743f9e4bcc643728ea50f1416e98f71c
6
+ metadata.gz: 96b262067d0c6c39f177a033509de167dfcef9bc1ab85882ea5416c25dceb840735068a8e2abce9c45fa3e51c229215528f0f0d8eb3921159a32bde6b381f312
7
+ data.tar.gz: b35470a89642b92ba7dac607c0693f3e7cf99b2a65a57439924edbfa4ac1f90935e59b833926b662fe330c8a2d6dbd7e9d019f6c586cf5cb36e723d9b974c559
@@ -1,3 +1,10 @@
1
+ ## 0.3.2 [March 28 2019]
2
+
3
+ Bugfix
4
+
5
+ Files were changed to be written out using their actual filename, rather than the
6
+ parameterized version, this is fixed now.
7
+
1
8
  ## 0.3.1 [March 10 2019]
2
9
  Adds the ability to strip the extension correctly from vimwiki files.
3
10
  For example, the file index.wiki was converted to index.wiki.html.
@@ -70,12 +70,9 @@ module VimwikiMarkdown
70
70
  end
71
71
 
72
72
  def output_fullpath
73
- "#{output_dir}#{File.basename(input_file, "#{extension}")}.html"
73
+ "#{output_dir}#{title.parameterize}.html"
74
74
  end
75
75
 
76
- def output_fullpath
77
- "#{output_dir}#{File.basename(input_file, "#{extension}")}.html"
78
- end
79
76
 
80
77
  private
81
78
 
@@ -1,3 +1,3 @@
1
1
  module VimwikiMarkdown
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimwiki_markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Davey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-09 00:00:00.000000000 Z
11
+ date: 2019-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler