asciidoctor-lists 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58e02dec63f52918b2ee0c8f5062d14eb451ef8c8847f07014e6d826c1c28a95
4
- data.tar.gz: cefa380ff2daf11a8bffd28c6e5e957a3ec95e16bdb619d3f514c5f9ce0fd212
3
+ metadata.gz: 4aecad588e7a8765383ef267e3347944a62014ea9c5f27eaa83ae9dfe0d358f0
4
+ data.tar.gz: d1c0206463124ef3a4a9acdf4d6065788bf9a06eb8d7d4581553b4153144df3e
5
5
  SHA512:
6
- metadata.gz: 5e96c24f4090ae29d3cfbaa9d95167bd8435a0510fcd3231b47cd822352a7fe603f933660eaa7b1aec12f8689f3217353b14d3e27ac566b40cc837e40ec9ca77
7
- data.tar.gz: ad010ae3a5c0803d4431c702e1cb02d825aa76253d903c50540455fa450ecb20cbbc546192de71c14973efbbbbe0a2f9849633664564e831ae828bc06699e201
6
+ metadata.gz: 16ea04882cb03b8ccc67c50c77025d4e7e7c359d85488dd4d0ccb2f94b1b6dceb68f5ea631a0466e2ae5a81c806894635a7802ad3e547ac08436a98f5d60d89f
7
+ data.tar.gz: 749d08796de0d73deb968623c25d0447a33454bdb19dcdb3969c37ceff2c1357f0bf59fca01f2795b8860812a05fe134fec041427cebb2ea95bad70747f4d80a
data/README.adoc CHANGED
@@ -3,10 +3,14 @@
3
3
  :toclevels: 1
4
4
 
5
5
  image:https://img.shields.io/gem/v/asciidoctor-lists.svg[Latest Release, link=https://rubygems.org/gems/asciidoctor-lists]
6
+
6
7
  Adds a list of figures, list of tables (WIP) or list of anything you want!
7
8
 
8
9
  == Install
9
- WIP :)
10
+ [source,asciidoc]
11
+ ----
12
+ gem install asciidoctor-lists
13
+ ----
10
14
 
11
15
  == Sample
12
16
  === Code
@@ -33,9 +37,20 @@ image::https://user-images.githubusercontent.com/39517491/139903592-84e9e6cd-c1a
33
37
  * Link between image/table/element and list
34
38
  * Make generic (Also allow list of tables, or list of x)
35
39
 
40
+ == Docker
41
+ [source,bash]
42
+ ----
43
+ # Build container
44
+ docker build -t asciidoctor-lists .
45
+ # Run Docker
46
+ docker run -it --rm -v $(pwd):/work asciidoctor-lists:latest
47
+ # Build sample
48
+ asciidoctor-pdf -r asciidoctor-lists samples/list-of-figures.adoc
49
+ ----
50
+
36
51
  == Dev setup
37
52
  [source,bash]
38
53
  ----
39
54
  gem build asciidoctor-lists.gemspec
40
- gem install asciidoctor-lists-0.0.1.gem
55
+ gem install asciidoctor-lists-0.0.2.gem
41
56
  ----
@@ -1,3 +1,3 @@
1
1
  module AsciidoctorLists
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-lists
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alwin Schuster
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-03 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.2.5
56
+ rubygems_version: 3.1.2
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: An Asciidoctor extension that adds bibtex integration to AsciiDoc