metanorma-cli 1.2.9.1 → 1.2.9.2

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: 905eefaa4b91127b29732f1ca694127eda5fc8f916b2719c80a0560b9e30ee8f
4
- data.tar.gz: 7510050a1665e32522856f42f7d2677cc056b48e03987133dbaf0957fab12313
3
+ metadata.gz: c98cfd3730ed76028dc6c989bab1b92a8635216f6d2f94e38dcb6f1c57763c90
4
+ data.tar.gz: 2160c4e26b895236fb66be815e566cde69d1247ba310b62541e56a4b78564deb
5
5
  SHA512:
6
- metadata.gz: 20ebd86e0fa994aebad84b063a154e58bfcf5a7686a2803a7b1544aec1258dba796271e73f138ab4e316d983d6a089e5cf2e654350f889a44f92e1f2bc4cc334
7
- data.tar.gz: 69fcba6759b6cb0c1630650b970704f3cac44cf761ac7098c93d63791e01f24c56ba174476661849e4d5db9b8fe28edf6e31b6d635625a787e7cd364630604a6
6
+ metadata.gz: aeffd5417cf59f405949d6d80a0bf41c739f7ef515d5b99d509418ea17599af919f83054e54e1c5154b0e09f4e1259a844daf1cbe5197467386a0809831cb9af
7
+ data.tar.gz: 32b93953c19571493f8ee280bc0ef9b98b0541bd72161e49de63ba9f4a73ff7179971dab97b74d6ecb7ccfa3952a372f903984b24ccc32f839cdb8e69b282e06
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- metanorma-cli (1.2.9.1)
4
+ metanorma-cli (1.2.9.2)
5
5
  git (~> 1.5)
6
6
  isodoc (~> 1.0.0)
7
7
  metanorma (~> 0.3.9)
@@ -57,7 +57,7 @@ GEM
57
57
  image_size (2.0.2)
58
58
  iso-639 (0.2.8)
59
59
  iso639 (1.3.2)
60
- isodoc (1.0.17)
60
+ isodoc (1.0.18)
61
61
  asciimath
62
62
  html2doc (~> 0.9.0)
63
63
  htmlentities (~> 4.3.4)
@@ -78,12 +78,12 @@ GEM
78
78
  metanorma (0.3.18)
79
79
  asciidoctor
80
80
  htmlentities
81
- metanorma-acme (1.4.1)
81
+ metanorma-acme (1.4.2)
82
82
  htmlentities (~> 4.3.4)
83
83
  isodoc (~> 1.0.0)
84
84
  metanorma-standoc (~> 1.3.0)
85
85
  ruby-jing
86
- metanorma-csa (1.4.4)
86
+ metanorma-csa (1.4.5)
87
87
  htmlentities (~> 4.3.4)
88
88
  image_size
89
89
  isodoc (~> 1.0.0)
@@ -95,7 +95,7 @@ GEM
95
95
  metanorma-csd (1.3.13)
96
96
  isodoc (~> 1.0.0)
97
97
  metanorma-standoc (~> 1.3.0)
98
- metanorma-gb (1.3.16)
98
+ metanorma-gb (1.3.17)
99
99
  gb-agencies (~> 0.0.4)
100
100
  htmlentities (~> 4.3.4)
101
101
  isodoc (~> 1.0.0)
@@ -109,7 +109,7 @@ GEM
109
109
  isodoc (~> 1.0.0)
110
110
  mathml2asciimath
111
111
  metanorma-standoc (~> 1.3.0)
112
- metanorma-iso (1.3.17)
112
+ metanorma-iso (1.3.18)
113
113
  isodoc (~> 1.0.0)
114
114
  metanorma-standoc (~> 1.3.0)
115
115
  ruby-jing
@@ -141,7 +141,7 @@ GEM
141
141
  isodoc (~> 1.0.0)
142
142
  metanorma-standoc (~> 1.3.0)
143
143
  ruby-jing
144
- metanorma-standoc (1.3.18)
144
+ metanorma-standoc (1.3.19)
145
145
  asciidoctor (~> 2.0.0)
146
146
  concurrent-ruby
147
147
  html2doc (~> 0.9.0)
@@ -84,7 +84,7 @@ module Metanorma
84
84
  parent_directory = templates_path.join("..", "..")
85
85
 
86
86
  unless parent_directory && parent_directory.writable?
87
- raise Errno::EACCES, "No permission to write in this drectory"
87
+ raise Errno::EACCES, "No permission to write in this directory"
88
88
  end
89
89
 
90
90
  return true
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Cli
3
- VERSION = "1.2.9.1"
3
+ VERSION = "1.2.9.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9.1
4
+ version: 1.2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-17 00:00:00.000000000 Z
11
+ date: 2020-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake