metanorma-rsd 1.0.4 → 1.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c63d19898604870516e50ba40f5c40ab563b1f3bbfe75e81947efb3e8ce50ac
4
- data.tar.gz: f2a960713a2486b980787420a677699f64ea1a7512e9a9e991dc6f5ea5bea810
3
+ metadata.gz: '0393d46e98fda93e01f93d3d6f976e76e326946f5966853050a0fa581c76777e'
4
+ data.tar.gz: 7180371d306426d04eee371d48192703f0f9bd73848f708b0a0abe112697dfea
5
5
  SHA512:
6
- metadata.gz: a384343be8962869c99579736e91ad48ed10288619566b619a4695fe26eb75b3e5be4d20ae5352f5dfa0e4137605d986e981b81c0a8213179bc2bb7544c0346a
7
- data.tar.gz: 360d7873119f34c28c7373b757e3b804b7d7db58850b95639269a933a9108babda69b6750687fa6a2e5c51748fb0e226c77be952c318b9c8aa02ede47cf344b0
6
+ metadata.gz: a15d524356f98314230ad324acf71b15b25624fad11a80f61bc8ccab80f7d3b712dbf2f47bbf59bdbef56bae5d7b302fcdfa122398ec4a474dbee44a4686c176
7
+ data.tar.gz: fe4ee887b9b22c8dd65341442568a65aa1b81bd97a8c5f12b7d9bd0534d55337645b6acb195bcc6f6257f39cf0ce643c11034e81672b9ca72fc91d5044f609ba
@@ -1,5 +1,3 @@
1
- require "asciidoctor/rsd/version"
2
-
3
1
  module Asciidoctor
4
2
  module Rsd
5
3
 
@@ -19,7 +19,7 @@ module Metanorma
19
19
  end
20
20
 
21
21
  def version
22
- "Asciidoctor::Rsd #{Asciidoctor::Rsd::VERSION}"
22
+ "Metanorma::Rsd #{Metanorma::Rsd::VERSION}"
23
23
  end
24
24
 
25
25
  def input_to_isodoc(file)
@@ -0,0 +1,5 @@
1
+ module Metanorma
2
+ module Rsd
3
+ VERSION = "1.0.5"
4
+ end
5
+ end
data/lib/metanorma-rsd.rb CHANGED
@@ -3,7 +3,7 @@ require_relative "asciidoctor/rsd/converter"
3
3
  require_relative "isodoc/rsd/html_convert"
4
4
  require_relative "isodoc/rsd/word_convert"
5
5
  require_relative "isodoc/rsd/pdf_convert"
6
- require_relative "asciidoctor/rsd/version"
6
+ require_relative "metanorma/rsd/version"
7
7
 
8
8
  if defined? Metanorma
9
9
  require_relative "metanorma/rsd"
@@ -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/rsd/version"
3
+ require "metanorma/rsd/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "metanorma-rsd"
7
- spec.version = Asciidoctor::Rsd::VERSION
7
+ spec.version = Metanorma::Rsd::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-rsd
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
@@ -264,7 +264,6 @@ files:
264
264
  - lib/asciidoctor/rsd/isostandard.rng
265
265
  - lib/asciidoctor/rsd/pdf.js
266
266
  - lib/asciidoctor/rsd/rsd.rng
267
- - lib/asciidoctor/rsd/version.rb
268
267
  - lib/isodoc/rsd/html/header.html
269
268
  - lib/isodoc/rsd/html/html_rsd_intro.html
270
269
  - lib/isodoc/rsd/html/html_rsd_titlepage.html
@@ -283,6 +282,7 @@ files:
283
282
  - lib/metanorma-rsd.rb
284
283
  - lib/metanorma/rsd.rb
285
284
  - lib/metanorma/rsd/processor.rb
285
+ - lib/metanorma/rsd/version.rb
286
286
  - metanorma-rsd.gemspec
287
287
  homepage: https://github.com/riboseinc/metanorma-rsd
288
288
  licenses:
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module Rsd
3
- VERSION = "1.0.4"
4
- end
5
- end