metanorma-mpfd 0.2.1 → 0.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: bc1b9a32170cef0cae0f13f2d27ee04d151fab752085067cb3a0b3932b6bd1e8
4
- data.tar.gz: 0e53785e69ba57c609a46eb7ca69ba71d24837c9e7da1f0cf08798eaf7d89aef
3
+ metadata.gz: 72449a26bc1b5048bc3193bfcd7e160220b41114b8f61c2639b87ca989b05885
4
+ data.tar.gz: e9d507bb6d3c4c67faea1b79435524171d7803ff3ccd5b713b6f91ccc8a5ab25
5
5
  SHA512:
6
- metadata.gz: d1d1509d37967da34e16277aea29b66f1e90a90f8089e0e418775daf83a80d81b0cd8a30a95b03e21594172ab603a70f3a97e9c33a60d1aec601b27dfccee748
7
- data.tar.gz: 3eac0c472b99b383dd3d9bd85c00b9d71100e592ca81cff27127137250331a73f661600a04d9c68e1825de5da1c557d39ee1bd28d9540e6f64d03c435d2fa75e
6
+ metadata.gz: 906a77791ad7994c2b4e327aa43c9626da0dc039a374ccb6f7341eada8205521c01582ef95c947b2b21b9d6ec0ddef2a3de9412c30c0562e9f8ae9a311466c58
7
+ data.tar.gz: 3791d2337686e88c0821f7a1a5aa4c2413bd8492bec74ca2c8d2903c84d25d6d8b3713d63c4f2c3f606f3c4e8459d40d15c1580d8ca7cbbc65427b73c491049a
data/.travis.yml CHANGED
@@ -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:
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
@@ -210,12 +210,13 @@ strong {
210
210
  }
211
211
  }
212
212
 
213
- @media screen {
214
213
  div.figure > img {
215
- width: 100%;
216
- height: auto;
214
+ margin-left: auto;
215
+ margin-right: auto;
216
+ display: block;
217
+ max-width: 100%;
218
+ height: auto;
217
219
  }
218
- }
219
220
 
220
221
 
221
222
  #toc ul {
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Mpfd
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-mpfd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.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