asciidoctor-indir_ext 0.1.0 → 0.1.1

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: ac1cb1e933768661f4dc12cc953cb837f4fa90c688b5de8ab3a207dad4900899
4
- data.tar.gz: 11c4ebd2d95bf894373814071a085e9203b9bdac5cc72b1bdb5ebe18641c1532
3
+ metadata.gz: deaebfcbdad3175d689bdf46707f0f5d61d3a51935f7b4b45c05c2a6831f0bf4
4
+ data.tar.gz: a922b30e24109594f39fa4a3b171e3e0aff1048668432f21ffa5d0ca7e63cc2a
5
5
  SHA512:
6
- metadata.gz: 2626b1f64f3352831589bc5bdaf699f6f418d316d5bc2d89544045c5433da432f091ffa9993c12374f27b85ead4a1bc1f29bf46d05a6d7460730a66298c08fb3
7
- data.tar.gz: 40517971948052677c1c8c8da6d706c34c175e97a1751bf372e78111325dcb047aaa31d8adf3745aa51c3a09ecf53caabe138a81fa5fa99bc332301a675c6e5a
6
+ metadata.gz: e10aee525cfd41a87df27c24ab2d8a9ee48be6b63c1bfa2294f4873412f0a1c29f99b6016850f59c8ac1e40fa9477124d224a1dbdc33767a5f7dbca8f70f2487
7
+ data.tar.gz: 0ffd97d129fc7664595398159013873d8031cfdf4a9a522a363eb9dc13a9e2ae4d8bf378cf8da5997df437316b691cdba94a0e16925fc270fda76df07d50b734
@@ -0,0 +1,2 @@
1
+ # frozen_string_literal: true
2
+ require_relative 'asciidoctor/indir_ext'
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module IndirExt
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-indir_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - johannesjh
@@ -121,6 +121,7 @@ files:
121
121
  - LICENSE.txt
122
122
  - README.md
123
123
  - asciidoctor-indir_ext.gemspec
124
+ - lib/asciidoctor-indir_ext.rb
124
125
  - lib/asciidoctor/indir_ext.rb
125
126
  - lib/asciidoctor/indir_ext/extension.rb
126
127
  - lib/asciidoctor/indir_ext/version.rb