mdoc 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/mdoc/convert.rb CHANGED
@@ -16,7 +16,7 @@ module Mdoc
16
16
  # convert the received content
17
17
  content.gsub!('<title>undefined</title>', "<title>#{title}</title>")
18
18
  content.gsub!('<a href="#" id="logo">undefined</a>', "<a href='\#' id='logo'>#{title}</a>")
19
- wfh = File.new(htmlname, 'w:utf-8')
19
+ wfh = File.new(htmlname, 'w')
20
20
  wfh.write content
21
21
  wfh.close
22
22
  Launchy.open("file://" + htmlname)
data/lib/mdoc/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Mdoc
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdoc
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: