From 2234342b541454d45b1a2d0a80f07bed856cd47b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 4 Aug 2020 07:00:06 +0000 Subject: [PATCH] gemfile --- Gemfile | 3 +++ Gemfile.lock | 13 +++++++++++++ Makefile | 2 +- README-docinfo.html | 8 ++++++++ README.adoc | 9 +++++++-- 5 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..4b692fd --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'asciidoctor', '2.0.10' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8972e7d --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,13 @@ +GEM + remote: https://rubygems.org/ + specs: + asciidoctor (2.0.10) + +PLATFORMS + ruby + +DEPENDENCIES + asciidoctor (= 2.0.10) + +BUNDLED WITH + 2.0.2 diff --git a/Makefile b/Makefile index d07d5e5..a53128b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ README.html: README.adoc - asciidoctor -o '$@' -v '$<' + bundle exec asciidoctor -o '$@' -v '$<' diff --git a/README-docinfo.html b/README-docinfo.html index 4503a77..e136a10 100644 --- a/README-docinfo.html +++ b/README-docinfo.html @@ -1,3 +1,11 @@ +