diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-04-29 23:03:59 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-04-29 23:04:43 -0600 |
| commit | 6a4f05a50eef858f301e25326d58f7519e973253 (patch) | |
| tree | 5b25830c3027d17b0b0615bb9064e824da065bb2 /Gemfile | |
| parent | 9f2b75d1bd5ac14881db2dfaea96070bd8565c9a (diff) | |
add initial gemspec and build file
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,9 +1,4 @@ source 'https://rubygems.org' -gem 'asciidoctor', '1.5.0.preview.1' -gem 'coderay', '1.1.0' -gem 'prawn', '0.13.1' -gem 'prawn-svg', '0.12.0.12' -gem 'treetop', '1.4.15' -gem 'tilt', '2.0.0' -gem 'slim', '2.0.2' +# Look in asciidoctor-pdf.gemspec for runtime and development dependencies +gemspec |
