ojxv 1.0.0 → 1.0.1

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: 575fd6a87c9df03bee0e507a16780e893ca18e3a75403a6a6e70db32ccb9efc2
4
- data.tar.gz: 747bedc6a2a62da393ede7b0398bfe04152b1c500eb64050ebc4a3361332aa90
3
+ metadata.gz: ebeda7f8ad5d9818dc038bc0434a533af6e9b1e3c4df506db0f5f2cd27534514
4
+ data.tar.gz: 074fc59f5a24924a7d99739a75ace8e19284999ce462418f2990eb1ffc24cdf7
5
5
  SHA512:
6
- metadata.gz: 5ac7fc2b9ec288fe7b60c5bde35a3bed389f3e975c404039e567a1694f1bd60c7b57129aadb87f3531ac04c474e05794821909de711c43eee462dae982662deb
7
- data.tar.gz: 5101c69c5e0c0f7f046ce3aaa02124b83a85d7f45d3581cfc82b35a2275a03b60b33982a872219445cdcb7e01ae4647b34fee24ce4072a55cbaca14730cfd9d9
6
+ metadata.gz: 11d1f0aabdade2bc59a74792a832208a53a3c07c44be0a6529a7b56f478a8bcee253030f3ee0cb4a6c41fe1a278ee917f2ed37edf33262f9e8db73542bdfaf9b
7
+ data.tar.gz: 4eeead092624407a4f4546eb50148fdb1ffa15723212505c27ce1652f042965f9931ea7e55aabe81c6f3b255cb0c1b1450e568e63fc5cea04c2f93dead8b6f0c
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  OJXV validates Open Journals' publishing pipeline XML outputs (JATS and Crossref).
4
4
 
5
+ [![CI](https://github.com/xuanxu/ojxv/actions/workflows/ci.yml/badge.svg)](https://github.com/xuanxu/ojxv/actions/workflows/ci.yml)
6
+ [![Gem Version](https://badge.fury.io/rb/ojxv.svg)](https://badge.fury.io/rb/ojxv)
7
+
5
8
  ## Installation
6
9
 
7
10
  ```
@@ -1,5 +1,6 @@
1
1
  require 'nokogiri'
2
2
  require 'securerandom'
3
+ require 'fileutils'
3
4
 
4
5
  module OJXV
5
6
  # VALIDATING JATS against DTD
data/lib/ojxv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OJXV
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ojxv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanjo Bazán
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-02 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri