metanorma-rsd 1.2.1 → 1.2.2

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: ad7f620e0e13ed2771baffd614b10de7ce582cbcbb1093f74f00ac6e2e2c84fb
4
- data.tar.gz: e974c839bd141a2853704f2152bf2112aa7e7517f885061eaed6be9d8fcbf7c6
3
+ metadata.gz: f741f712da69761882582f7b3e1ffcce48119ae12d7ad5bce697df91bc1069f8
4
+ data.tar.gz: 7e2115794cd50de2064ed27d11d047994a949a112341cebfebb6d3c29a6ddbf6
5
5
  SHA512:
6
- metadata.gz: c30f962dd7682d85c65ed314392b2c2d7156fd9df1976a0e8aec4689487d6990114bec3395d74c7f58004d4f587dc1ffbd9aac548099afc2f138f27ab81f884c
7
- data.tar.gz: d995650ff1481d7759274af4f095216c832632d026df2ec222d0ff1441b1ed5ff55f2cbfc8eefe7be3e0f723c7e03d7a16445325f25ceb25769f5b7591144ffd
6
+ metadata.gz: 3ea4407c517e87aa0077972fb80d9bb27695147d71aa9dceda3ae193c0f2a7d09f90c1333ac84f4b7814c31dbdb9278173007a8345545513f486dd6136b99e02
7
+ data.tar.gz: d6102f1c2e779fe6b9abb88f235275698433054e4647a85035d99f135b844830f047f26dba42a556d8618740264a0df18b8d3efcd6e5f54536c625baf889cbb3
data/.travis.yml CHANGED
@@ -9,10 +9,14 @@ rvm:
9
9
  - 2.5
10
10
  - 2.4
11
11
  - ruby-head
12
- before_install:
13
- - gem install bundler -v 2.0.1
12
+ before_install:
13
+ - nvm install 8
14
+ - npm install -g puppeteer
15
+ - npm install
16
+ - gem install bundler -v "~> 2"
14
17
  - bundle update
15
18
  - curl -L https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/travis.sh | bash
16
19
  matrix:
17
20
  allow_failures:
18
21
  - rvm: ruby-head
22
+
data/appveyor.yml CHANGED
@@ -22,6 +22,7 @@ install:
22
22
  build_script:
23
23
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
24
24
  - set GIT_TERMINAL_PROMPT=0
25
+ - gem install bundler -v "~> 2"
25
26
  - bundle config --local path vendor/bundle
26
27
  - bundle update
27
28
  - bundle install
@@ -213,12 +213,13 @@ table {
213
213
  }
214
214
  }
215
215
 
216
- @media screen {
217
216
  div.figure > img {
218
- width: 100%;
219
- height: auto;
217
+ margin-left: auto;
218
+ margin-right: auto;
219
+ display: block;
220
+ max-width: 100%;
221
+ height: auto;
220
222
  }
221
- }
222
223
 
223
224
 
224
225
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Rsd
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-rsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.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: 2019-06-30 00:00:00.000000000 Z
11
+ date: 2019-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor