Skip to content

Commit b41d014

Browse files
committed
💎 bump
1 parent 19d3676 commit b41d014

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
word-to-markdown (0.0.1)
4+
word-to-markdown (0.0.2)
55
descriptive_statistics (~> 1.1.3)
66
reverse_markdown (~> 0.4.7)
77

@@ -24,14 +24,14 @@ GEM
2424
execjs (2.0.2)
2525
i18n (0.6.9)
2626
json (1.8.1)
27-
kramdown (1.3.1)
27+
kramdown (1.3.3)
2828
method_source (0.8.2)
29-
mini_portile (0.5.2)
29+
mini_portile (0.5.3)
3030
minitest (4.7.5)
3131
multi_json (1.9.2)
3232
nokogiri (1.6.1)
3333
mini_portile (~> 0.5.0)
34-
pry (0.9.12.4)
34+
pry (0.9.12.6)
3535
coderay (~> 1.0)
3636
method_source (~> 0.8)
3737
slop (~> 3.4)
@@ -56,7 +56,7 @@ GEM
5656
rack (~> 1.4)
5757
rack-protection (~> 1.4)
5858
tilt (~> 1.3, >= 1.3.4)
59-
slop (3.4.7)
59+
slop (3.5.0)
6060
thread_safe (0.3.1)
6161
atomic (>= 1.1.7, < 2)
6262
tilt (1.4.1)

word-to-markdown.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = "word-to-markdown"
33
s.summary = "Ruby Gem to convert Word documents to markdown"
44
s.description = "Ruby Gem to convert Word documents to markdown."
5-
s.version = "0.0.1"
5+
s.version = "0.0.2"
66
s.authors = ["Ben Balter"]
77
s.email = "[email protected]"
88
s.homepage = "https://github.com/benbalter/word-to-markdown"

0 commit comments

Comments
 (0)