metanorma-csd 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: 50001685d4c3ccaa87ff77f96d9ec58b9e7ae2ab12bf91fc15eae89071fccb92
4
- data.tar.gz: 20c5b258848bad23c9f1a7a255fa836f1abb343a19363b6431f44946413670ab
3
+ metadata.gz: 00daaab77cb484776b0f1e57c449debcd7a95f1a4ff236f92f8a7215a24bf025
4
+ data.tar.gz: dc43fdf774be8fefbcf24eae6dbb110090f232f19e0f43ded118bdf9c8fde99f
5
5
  SHA512:
6
- metadata.gz: 61f684b5251bc0371439aef46c0350942a299d02f3d264293f873fbdb8c4d5c4595fc64173f2c2ef15fa42b8875704242c926c488512abd5a1dd24e7be7e61ab
7
- data.tar.gz: 9c86954a7293e21b6aa8a01ecf2ff031429dac537c299b67b150b9169fdcad7a0ac82537dd92407c95e99db17d2ba27a98c4db6ea21ecad7a9fc61f91448a551
6
+ metadata.gz: a5f61f8a2540e146714ae79f1361b4255550799b14350d9cd58895666eaca5d79e1d3cae9ca1194f71253a5317e7aca06ca7f08d545a48881d3099857b3e96f3
7
+ data.tar.gz: 0f5dbcf67ecb2e1941029642940ba493572456aad3091effd7f6c66ba33abe16de3bd4ffb51a284559e66c5141df43c770c81e9a983fa9d7e55b8ec18547e61c
@@ -13,7 +13,7 @@ before_install:
13
13
  - nvm install 8
14
14
  - npm install -g puppeteer
15
15
  - npm install
16
- - gem install bundler -v 2.0.1
16
+ - gem install bundler -v "~> 2"
17
17
  - bundle update
18
18
  matrix:
19
19
  allow_failures:
@@ -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
@@ -215,12 +215,13 @@ table {
215
215
  }
216
216
  }
217
217
 
218
- @media screen {
219
218
  div.figure > img {
220
- width: 100%;
221
- height: auto;
219
+ margin-left: auto;
220
+ margin-right: auto;
221
+ display: block;
222
+ max-width: 100%;
223
+ height: auto;
222
224
  }
223
- }
224
225
 
225
226
 
226
227
  #toc ul {
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Csd
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-csd
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: metanorma-standoc