asciidoctor-csand 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/asciidoctor-csand.gemspec +1 -0
- data/lib/asciidoctor/csand/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99229378520e9812e5ca6dc3db64d241847c2c33e90292dabf13d8845b64a26a
|
|
4
|
+
data.tar.gz: e8134b2acd1b90916dba794cc0bb258b28af5eb50e940986b34bf6a73e4294a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 744953df6c023ceb07a50a4cc7d3597564f9db35072f422efdcc3f99c11ab89035da4aa89ae1fbb4e1a3c5a501ff66f4186083de8715247c57c09276dec9ab9e
|
|
7
|
+
data.tar.gz: 21213e5fcba2c59c6f9e0263877a49a40119207200e01c10574073bd4e629b1a1db632da31af0f81103d536ab36d08c5f15cbeb8c70a77c9f860c95487dca93e
|
data/asciidoctor-csand.gemspec
CHANGED
|
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
|
|
18
18
|
spec.homepage = "https://github.com/riboseinc/asciidoctor-csand"
|
|
19
19
|
spec.license = "BSD-2-Clause"
|
|
20
|
+
spec.post_install_message = "The asciidoctor-csand gem has been deprecated and has been replaced by metanorma-csand"
|
|
20
21
|
|
|
21
22
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
22
23
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asciidoctor-csand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: asciidoctor
|
|
@@ -377,7 +377,8 @@ homepage: https://github.com/riboseinc/asciidoctor-csand
|
|
|
377
377
|
licenses:
|
|
378
378
|
- BSD-2-Clause
|
|
379
379
|
metadata: {}
|
|
380
|
-
post_install_message:
|
|
380
|
+
post_install_message: The asciidoctor-csand gem has been deprecated and has been replaced
|
|
381
|
+
by metanorma-csand
|
|
381
382
|
rdoc_options: []
|
|
382
383
|
require_paths:
|
|
383
384
|
- lib
|