We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6713a commit 339fd59Copy full SHA for 339fd59
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- word-to-markdown (0.0.3)
+ word-to-markdown (0.0.4)
5
descriptive_statistics (~> 1.1.3)
6
premailer
7
reverse_markdown (~> 0.4.7)
word-to-markdown.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "word-to-markdown"
s.summary = "Ruby Gem to convert Word documents to markdown"
s.description = "Ruby Gem to convert Word documents to markdown."
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.authors = ["Ben Balter"]
s.email = "[email protected]"
8
s.homepage = "https://github.com/benbalter/word-to-markdown"
0 commit comments