metanorma-csand 1.0.4 → 1.0.5

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: 5c348fba8deb43fdac6a6a85aaf78680c15168c6d2924a71b04ea71364370442
4
- data.tar.gz: 52d066808e258223d0ca24042b62ef3a9a368eb1a29a44bf868316f08f3e65b5
3
+ metadata.gz: 85d03390981088d2eb9d7fa3f2e09ecbc37d932ef667c5278432472851d66c03
4
+ data.tar.gz: 43d7af05b5d30d512f63257d3a2b3bc2f2d3176702b9edf266c1b3b04540e55b
5
5
  SHA512:
6
- metadata.gz: 0ad4623f8af383e070fbe3ddf3c4caf2c030d5d5fade5c7cbcfe52e56a4f5d2cd65c8a8d3f12450a6632864e1e3073abc2b13a5f6d041fdb65db47078d03ce86
7
- data.tar.gz: fbcc1de7d8a97ed0d83ee3a34cf3361fa6b8fe20c1761643b68bf9aebcf3e6fea88981c5ef25db58c3ddd0bb7e6e1a19946bb18da6f19f41184e1827549e76dd
6
+ metadata.gz: 4788b232e351b549f71cfaebc8ec45e8f3c83f2dbe31daef8a887c153a702760e2af58a7608c60ca3679620984861179ddbfac794256b061635fce44bb48b4a6
7
+ data.tar.gz: f2bc4e7c5897196db78559ea08be9e8d4b987a77a69f64cb71cb65a61d5d2c0aaaae186030df6c33d18ad6a8fd12d4c9a63a54c99d429db4b970878510663961
@@ -1,5 +1,3 @@
1
- require "asciidoctor/csand/version"
2
-
3
1
  module Asciidoctor
4
2
  module Csand
5
3
  # Your code goes here...
@@ -1,5 +1,5 @@
1
1
  require "asciidoctor"
2
- require "asciidoctor/csand/version"
2
+ require "metanorma/csand/version"
3
3
  require "isodoc/csand/csandconvert"
4
4
  require "asciidoctor/standoc/converter"
5
5
 
@@ -1,7 +1,7 @@
1
1
  require "asciidoctor" unless defined? Asciidoctor::Converter
2
2
  require_relative "asciidoctor/csand/converter"
3
3
  require_relative "isodoc/csand/csandconvert"
4
- require_relative "asciidoctor/csand/version"
4
+ require_relative "metanorma/csand/version"
5
5
 
6
6
  if defined? Metanorma
7
7
  require_relative "metanorma/csand"
@@ -17,7 +17,7 @@ module Metanorma
17
17
  end
18
18
 
19
19
  def version
20
- "Asciidoctor::Csand #{Asciidoctor::Csand::VERSION}"
20
+ "Metanorma::Csand #{Metanorma::Csand::VERSION}"
21
21
  end
22
22
 
23
23
  def input_to_isodoc(file)
@@ -0,0 +1,5 @@
1
+ module Metanorma
2
+ module Csand
3
+ VERSION = "1.0.5"
4
+ end
5
+ end
@@ -1,10 +1,10 @@
1
1
  lib = File.expand_path("../lib", __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require "asciidoctor/csand/version"
3
+ require "metanorma/csand/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "metanorma-csand"
7
- spec.version = Asciidoctor::Csand::VERSION
7
+ spec.version = Metanorma::Csand::VERSION
8
8
  spec.authors = ["Ribose Inc."]
9
9
  spec.email = ["open.source@ribose.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csand
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
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-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -361,7 +361,6 @@ files:
361
361
  - lib/asciidoctor/csand/csand.rng
362
362
  - lib/asciidoctor/csand/isodoc.rng
363
363
  - lib/asciidoctor/csand/isostandard.rng
364
- - lib/asciidoctor/csand/version.rb
365
364
  - lib/isodoc/csand/csandconvert.rb
366
365
  - lib/isodoc/csand/html/csa-logo-white.png
367
366
  - lib/isodoc/csand/html/csa.png
@@ -375,6 +374,7 @@ files:
375
374
  - lib/metanorma-csand.rb
376
375
  - lib/metanorma/csand.rb
377
376
  - lib/metanorma/csand/processor.rb
377
+ - lib/metanorma/csand/version.rb
378
378
  - metanorma-csand.gemspec
379
379
  homepage: https://github.com/riboseinc/metanorma-csand
380
380
  licenses:
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module Csand
3
- VERSION = "1.0.4"
4
- end
5
- end