Commit 0023a27ec051d589d1782c23c617a45473be767b
Committed by
Manuel Mendez
1 parent
995e656a
Exists in
master
and in
4 other branches
Add asciidoctor gem.
Fixes issue #3506.
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
@@ -72,6 +72,9 @@ gem "seed-fu" | @@ -72,6 +72,9 @@ gem "seed-fu" | ||
72 | gem "redcarpet", "~> 2.2.2" | 72 | gem "redcarpet", "~> 2.2.2" |
73 | gem "github-markup", "~> 0.7.4", require: 'github/markup' | 73 | gem "github-markup", "~> 0.7.4", require: 'github/markup' |
74 | 74 | ||
75 | +# Asciidoc to HTML | ||
76 | +gem "asciidoctor" | ||
77 | + | ||
75 | # Servers | 78 | # Servers |
76 | gem "puma", '~> 2.0.1' | 79 | gem "puma", '~> 2.0.1' |
77 | 80 |
Gemfile.lock
@@ -46,6 +46,7 @@ GEM | @@ -46,6 +46,7 @@ GEM | ||
46 | rails (~> 3.0) | 46 | rails (~> 3.0) |
47 | addressable (2.3.4) | 47 | addressable (2.3.4) |
48 | arel (3.0.2) | 48 | arel (3.0.2) |
49 | + asciidoctor (0.1.3) | ||
49 | awesome_print (1.1.0) | 50 | awesome_print (1.1.0) |
50 | backports (2.6.7) | 51 | backports (2.6.7) |
51 | bcrypt-ruby (3.0.1) | 52 | bcrypt-ruby (3.0.1) |
@@ -517,6 +518,7 @@ PLATFORMS | @@ -517,6 +518,7 @@ PLATFORMS | ||
517 | DEPENDENCIES | 518 | DEPENDENCIES |
518 | acts-as-taggable-on | 519 | acts-as-taggable-on |
519 | annotate! | 520 | annotate! |
521 | + asciidoctor | ||
520 | awesome_print | 522 | awesome_print |
521 | better_errors | 523 | better_errors |
522 | binding_of_caller | 524 | binding_of_caller |