From be3fd62f2a1c219c0668b5ba2c2999d7ff54d5bc Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 30 Mar 2018 00:37:53 +0100 Subject: [PATCH] Gemfile.lock has been added --- docs/Gemfile.lock | 117 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/Gemfile.lock diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock new file mode 100644 index 0000000..72e6d51 --- /dev/null +++ b/docs/Gemfile.lock @@ -0,0 +1,117 @@ +GEM + remote: https://rubygems.org/ + specs: + Ascii85 (1.0.3) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + afm (0.2.2) + asciidoctor (1.5.6.2) + asciidoctor-epub3 (1.5.0.alpha.8) + asciidoctor (~> 1.5.0) + gepub (~> 0.6.9.2) + thread_safe (~> 0.3.6) + asciidoctor-pdf (1.5.0.alpha.16) + asciidoctor (>= 1.5.0) + prawn (>= 1.3.0, < 2.3.0) + prawn-icon (= 1.3.0) + prawn-svg (>= 0.21.0, < 0.28.0) + prawn-table (= 0.2.2) + prawn-templates (>= 0.0.3, <= 0.1.1) + safe_yaml (~> 1.0.4) + thread_safe (~> 0.3.6) + treetop (= 1.5.3) + coderay (1.1.2) + css_parser (1.6.0) + addressable + ffi (1.9.23) + formatador (0.2.5) + gepub (0.6.9.2) + nokogiri (~> 1.6.1) + rubyzip (>= 1.1.1) + guard (2.14.2) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.9.12) + shellany (~> 0.0) + thor (>= 0.18.1) + guard-compat (1.2.1) + guard-shell (0.7.1) + guard (>= 2.0.0) + guard-compat (~> 1.0) + hashery (2.1.2) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + lumberjack (1.0.13) + method_source (0.9.0) + mini_portile2 (2.1.0) + nenv (0.3.0) + nokogiri (1.6.8.1) + mini_portile2 (~> 2.1.0) + notiffany (0.1.1) + nenv (~> 0.1) + shellany (~> 0.0) + pdf-core (0.7.0) + pdf-reader (2.1.0) + Ascii85 (~> 1.0.0) + afm (~> 0.2.1) + hashery (~> 2.0) + ruby-rc4 + ttfunk + polyglot (0.3.5) + prawn (2.2.2) + pdf-core (~> 0.7.0) + ttfunk (~> 1.5) + prawn-icon (1.3.0) + prawn (>= 1.1.0, < 3.0.0) + prawn-svg (0.27.1) + css_parser (~> 1.3) + prawn (>= 0.11.1, < 3) + prawn-table (0.2.2) + prawn (>= 1.3.0, < 3.0.0) + prawn-templates (0.1.1) + pdf-reader (~> 2.0) + prawn (~> 2.2) + pry (0.11.3) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + public_suffix (3.0.2) + rake (12.3.1) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + ruby-rc4 (0.1.5) + ruby_dep (1.5.0) + rubyzip (1.2.1) + safe_yaml (1.0.4) + shellany (0.0.1) + thor (0.20.0) + thread_safe (0.3.6) + treetop (1.5.3) + polyglot (~> 0.3) + ttfunk (1.5.1) + webrick (1.4.2) + +PLATFORMS + ruby + +DEPENDENCIES + addressable + asciidoctor + asciidoctor-epub3 + asciidoctor-pdf + coderay + guard + guard-shell + prawn + prawn-svg + prawn-templates + rake + webrick + +BUNDLED WITH + 1.16.1