mdextab 0.1.7 → 0.1.8

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: e0c3bdaf2a838fe07f2f13719e10247efacdd4b2f8c8c7d979f3ff15a7555ba5
4
- data.tar.gz: f2fe25f89d138b14788b938722fbbf935af25736e2151a9e38b1298a02b12add
3
+ metadata.gz: f76e4904e7f0c06a8b5914cccdf1cda9b9a433c7ebbc6dd52b00e30e19934d25
4
+ data.tar.gz: 4a28a632e6cd35aaad9fc70f9a3e7c8feb41e29d5c11ed04f6b4ceef95007ff2
5
5
  SHA512:
6
- metadata.gz: 478f7514a812d9c07af1a36ecca542b226f826e3d83daba66f75ce6241382febd3764d9528422aef1618bc993545d613d5237d03fe3a56ae393ca5c9c9000b9b
7
- data.tar.gz: 579e0c4e411c45eb36997a1a636a4b78250d87d3236b47130568180f339885517a3786c277e0b3f4b9c823948be9f9c508e841507b539f15fabbb0ac2a176bf7
6
+ metadata.gz: 62f0f28a66565c0b9ea40f5984b1e2c8bb8f9a95b09d7eb9e8b9a762b08d7674e4e4e09ab532bb726c32384eaa0026e983b327ce07d3c2e809f94f27d54e499f
7
+ data.tar.gz: '09b21ba829ec62c4b3e38b4b8a18b9221f224320a86ba034ab43e502075b8a129b899261e6f289238d0f76cd65f2445dde36949e947f6567f89c68818f1f6c8b'
data/lib/mdextab.rb CHANGED
@@ -41,7 +41,7 @@ module Mdextab
41
41
  @mes = mes
42
42
  unless @mes
43
43
  @mes = Messagex::Messagex.new("EXIT_CODE_NORMAL_EXIT", 0, opt[:debug])
44
- @mes.register_ecx
44
+ @mes.register_exc
45
45
  end
46
46
 
47
47
  @mes.add_exitcode("EXIT_CODE_NEXT_STATE")
@@ -1,4 +1,4 @@
1
1
  module Mdextab
2
2
  # バージョン番号
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdextab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - yasuo kominami
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-29 00:00:00.000000000 Z
11
+ date: 2019-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler