metanorma-m3d 1.0.5 → 1.0.6

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: 3a05602409f584f627a7ed10924ba52befbdd092154fdaa685e6b5d8a20eb0f2
4
- data.tar.gz: d71deeb0d7864c6d854137c6bc1f8edfa89534a20efea064cd0ee19a3b3ac04c
3
+ metadata.gz: 89e75265ae3c251c87442e438d0fa024dc6a10480c8cfeb92e32d4009b5971b6
4
+ data.tar.gz: 3aa30e9bf2e09d17205cd27355fc6f069a74593ee5e9f7d17af7e4c0f859f4ec
5
5
  SHA512:
6
- metadata.gz: 9c5b889980402bad3d7eb213270cfa85576c7009e68bf8a926b30c2b85d1f2bd3dcddda68e9497be86f5f42e2c25981056b6276eb58120cf6cfdc3e92ebfe603
7
- data.tar.gz: 6f44543aa130d4b0c886f19796a241cda3b2a444f5a279b39ee88fd8b76a97937b6b667d86458fa3ff653985cece803d22f9cfdb4d923865129b9cd20bec30e3
6
+ metadata.gz: 101fff3a2ada429ba4a4e278b9b985dbd62d79d35a65d61b1a89123fee2104520d2337f46134f2813a7b4193862c22d2792caccf3772d5a1aac7d9ca69b1a32b
7
+ data.tar.gz: bbc002049a5cfb0ce4133edc5c04bbb67c087b8917d2aab397fd2b649dadc9072478768636e7beaa89c567493448af9e3216c8e74a5521918844c3cf7685238c
@@ -1,5 +1,3 @@
1
- require "asciidoctor/m3d/version"
2
-
3
1
  module Asciidoctor
4
2
  module M3d
5
3
  # Your code goes here...
@@ -1,5 +1,5 @@
1
1
  require "asciidoctor"
2
- require "asciidoctor/m3d/version"
2
+ require "metanorma/m3d/version"
3
3
  require "isodoc/m3d/m3dhtmlconvert"
4
4
  require "isodoc/m3d/m3dwordconvert"
5
5
  require "asciidoctor/standoc/converter"
data/lib/metanorma-m3d.rb CHANGED
@@ -3,7 +3,7 @@ require_relative "asciidoctor/m3d/converter"
3
3
  require_relative "isodoc/m3d/m3dhtmlconvert"
4
4
  require_relative "isodoc/m3d/m3dpdfconvert"
5
5
  require_relative "isodoc/m3d/m3dwordconvert"
6
- require_relative "asciidoctor/m3d/version"
6
+ require_relative "metanorma/m3d/version"
7
7
 
8
8
  if defined? Metanorma
9
9
  require_relative "metanorma/m3d"
@@ -19,7 +19,7 @@ module Metanorma
19
19
  end
20
20
 
21
21
  def version
22
- "Asciidoctor::M3d #{Asciidoctor::M3d::VERSION}"
22
+ "Metanorma::M3d #{Metanorma::M3d::VERSION}"
23
23
  end
24
24
 
25
25
  def input_to_isodoc(file)
@@ -0,0 +1,5 @@
1
+ module Metanorma
2
+ module M3d
3
+ VERSION = "1.0.6"
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/m3d/version"
3
+ require "metanorma/m3d/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "metanorma-m3d"
7
- spec.version = Asciidoctor::M3d::VERSION
7
+ spec.version = Metanorma::M3d::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-m3d
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
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/m3d/isodoc.rng
362
362
  - lib/asciidoctor/m3d/isostandard.rng
363
363
  - lib/asciidoctor/m3d/m3d.rng
364
- - lib/asciidoctor/m3d/version.rb
365
364
  - lib/isodoc/m3d/html/dots-w@2x.png
366
365
  - lib/isodoc/m3d/html/dots@2x.png
367
366
  - lib/isodoc/m3d/html/header.html
@@ -386,6 +385,7 @@ files:
386
385
  - lib/metanorma-m3d.rb
387
386
  - lib/metanorma/m3d.rb
388
387
  - lib/metanorma/m3d/processor.rb
388
+ - lib/metanorma/m3d/version.rb
389
389
  - metanorma-m3d.gemspec
390
390
  homepage: https://github.com/riboseinc/metanorma-m3d
391
391
  licenses:
@@ -1,5 +0,0 @@
1
- module Asciidoctor
2
- module M3d
3
- VERSION = "1.0.5"
4
- end
5
- end