Skip to content

Commit

Permalink
💎 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Mar 24, 2014
1 parent 19d3676 commit b41d014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
word-to-markdown (0.0.1)
word-to-markdown (0.0.2)
descriptive_statistics (~> 1.1.3)
reverse_markdown (~> 0.4.7)

Expand All @@ -24,14 +24,14 @@ GEM
execjs (2.0.2)
i18n (0.6.9)
json (1.8.1)
kramdown (1.3.1)
kramdown (1.3.3)
method_source (0.8.2)
mini_portile (0.5.2)
mini_portile (0.5.3)
minitest (4.7.5)
multi_json (1.9.2)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
pry (0.9.12.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
Expand All @@ -56,7 +56,7 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.4.7)
slop (3.5.0)
thread_safe (0.3.1)
atomic (>= 1.1.7, < 2)
tilt (1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion word-to-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
s.version = "0.0.2"
s.authors = ["Ben Balter"]
s.email = "[email protected]"
s.homepage = "https://github.com/benbalter/word-to-markdown"
Expand Down

0 comments on commit b41d014

Please sign in to comment.