metanorma-rsd 1.2.2 → 1.2.3

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: f741f712da69761882582f7b3e1ffcce48119ae12d7ad5bce697df91bc1069f8
4
- data.tar.gz: 7e2115794cd50de2064ed27d11d047994a949a112341cebfebb6d3c29a6ddbf6
3
+ metadata.gz: 6780896238538583611487b0328497fc3b4d618e9ae6c392aa103b6105890b6b
4
+ data.tar.gz: dfc4e7e95f4d0b2af14c3e6aa6f300b4977b830cfffed480a9cc4c8fb597804c
5
5
  SHA512:
6
- metadata.gz: 3ea4407c517e87aa0077972fb80d9bb27695147d71aa9dceda3ae193c0f2a7d09f90c1333ac84f4b7814c31dbdb9278173007a8345545513f486dd6136b99e02
7
- data.tar.gz: d6102f1c2e779fe6b9abb88f235275698433054e4647a85035d99f135b844830f047f26dba42a556d8618740264a0df18b8d3efcd6e5f54536c625baf889cbb3
6
+ metadata.gz: 7ec2e586925c984ff87b5fb7d5150d050817ce2420ba30e5bd87f3c9f8e78316b2d54cc515622bcd2a9cd4bfcb89d89b343317fd28e5c3638525a8ffd4af2ee6
7
+ data.tar.gz: 0ca183d4d6fac6bdd7d8b1ff9e584f99c4fe0ac2758e7ae2ea042ae62cbdb8aef470e9bc6568da5e9b3c3c4df313f919bfa254804ae210a6dbd9b3a016a486df
data/.travis.yml CHANGED
@@ -6,6 +6,7 @@ os:
6
6
  - linux
7
7
  - osx
8
8
  rvm:
9
+ - 2.6
9
10
  - 2.5
10
11
  - 2.4
11
12
  - ruby-head
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
  git_source(:github) {|repo| "https://github.com/#{repo}" }
3
3
 
4
+ gem "metanorma-standoc", github: "metanorma/metanorma-standoc"
5
+
4
6
  gemspec
data/appveyor.yml CHANGED
@@ -7,6 +7,7 @@ cache:
7
7
 
8
8
  environment:
9
9
  matrix:
10
+ - RUBY_VERSION: 26
10
11
  - RUBY_VERSION: 25
11
12
  - RUBY_VERSION: 24
12
13
  - RUBY_VERSION: _trunk