metanorma-csand 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: b7b4b021fcd0c20642549ecfdd1c86e545596a3d6eaf788def3e0c3373755e13
4
- data.tar.gz: fd7b2fd7558db4393d91adb6eced015d9e09c60e559165c25a738eec8585e324
3
+ metadata.gz: 33b8160ef7fbf3210a429a55d6ede4a95f4e9aad52cc6360f4b6a2b5cce33473
4
+ data.tar.gz: 16de0ec0f59f5f76c1904938e70e8b079a4774eef236c10c90b61b146c803b87
5
5
  SHA512:
6
- metadata.gz: 5a79b90eff1197c7443cef163814c95b87bef883c6d109b108c8e5b0e535d0fad51b4125c6ad31382e5d16d1b4187b213aee9801e0b923f2e472f70a60603af1
7
- data.tar.gz: c560b77a807cac348a6be9ff4daa5586e95a723e92422efe89d021d54f6e8bb2b3e74045951511abdc61fd1b23aa4e7c2805ac156a22140b532ab40b34969abd
6
+ metadata.gz: 7a626f66253258ed2f83bd0d5b60826013a290060c3b55ac0b5f1e980c7b3382c6a74247461b2c0cb9c434df98ed181045957adec91b98459ca1a55cc0196c1a
7
+ data.tar.gz: 4024c0b61274b65896c0eba79b661d6ebc4e0fbb0a7783dbd561c1f0b5460a3eb940cf92266bcb22fa162ef2284afe964459677251af1923b896bf2b7a2ad431
@@ -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
+
@@ -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
@@ -224,12 +224,13 @@ main {
224
224
 
225
225
  }
226
226
 
227
- @media screen {
228
227
  div.figure > img {
229
- width: 100%;
230
- height: auto;
228
+ margin-left: auto;
229
+ margin-right: auto;
230
+ display: block;
231
+ max-width: 100%;
232
+ height: auto;
231
233
  }
232
- }
233
234
 
234
235
 
235
236
  #toc ul {
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Csand
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-csand
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