File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- word-to-markdown (0.0.1 )
4
+ word-to-markdown (0.0.2 )
5
5
descriptive_statistics (~> 1.1.3 )
6
6
reverse_markdown (~> 0.4.7 )
7
7
24
24
execjs (2.0.2 )
25
25
i18n (0.6.9 )
26
26
json (1.8.1 )
27
- kramdown (1.3.1 )
27
+ kramdown (1.3.3 )
28
28
method_source (0.8.2 )
29
- mini_portile (0.5.2 )
29
+ mini_portile (0.5.3 )
30
30
minitest (4.7.5 )
31
31
multi_json (1.9.2 )
32
32
nokogiri (1.6.1 )
33
33
mini_portile (~> 0.5.0 )
34
- pry (0.9.12.4 )
34
+ pry (0.9.12.6 )
35
35
coderay (~> 1.0 )
36
36
method_source (~> 0.8 )
37
37
slop (~> 3.4 )
56
56
rack (~> 1.4 )
57
57
rack-protection (~> 1.4 )
58
58
tilt (~> 1.3 , >= 1.3.4 )
59
- slop (3.4.7 )
59
+ slop (3.5.0 )
60
60
thread_safe (0.3.1 )
61
61
atomic (>= 1.1.7 , < 2 )
62
62
tilt (1.4.1 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
s . name = "word-to-markdown"
3
3
s . summary = "Ruby Gem to convert Word documents to markdown"
4
4
s . description = "Ruby Gem to convert Word documents to markdown."
5
- s . version = "0.0.1 "
5
+ s . version = "0.0.2 "
6
6
s . authors = [ "Ben Balter" ]
7
7
8
8
s . homepage = "https://github.com/benbalter/word-to-markdown"
You can’t perform that action at this time.
0 commit comments