metanorma-ogc 0.1.1 → 0.1.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: 0d864797f961a2af2f389dced80f3301ab6eacfd212b7df1c39cad9e144f6123
4
- data.tar.gz: a1cb0a1cce57b4da041e3f83c7fc55a28280c5e42a7a5e4f4dfe912257b330a8
3
+ metadata.gz: 0a1950813040db15fa147873600f125a0746da42c11fc17c0c2d5d06d77f7b55
4
+ data.tar.gz: d11d294193708aee4c6a998544016962cb09df96e69b59a2ab7529f059084808
5
5
  SHA512:
6
- metadata.gz: a8529a8b4ce60fab0220d9a27669f20281aece7789e346c2892fe5350f7c7b657f68c5f359716e91ce80a4ad92f27f8b146e6471fa309aa9f2b918115fe070f4
7
- data.tar.gz: 11d3ee8e7ba4fb82da01817d62132229b80a0ba1ded6d87fc60a8d9c1f9ba3ffbdf913df621590f68f691b598c60e2ba9c39f821848208170b24ce4dab71e723
6
+ metadata.gz: f091de63b36087b6fa13ec74031e5b7c3fc716d160cee3c2808e7a47b1a4143aea922f9a794ff92df780e8566b9aef4634911309d52fb43b96b022b658891a3f
7
+ data.tar.gz: e61d199dcc95d3a221f6dfc5ab4ec0600f077fcd89c8d9eb022d0ce16b60ca5f6487092ca72afe7c536a51a36d4fbf5dadb72d485078747d9f10151115797fb5
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
@@ -214,12 +214,13 @@ table {
214
214
  }
215
215
  }
216
216
 
217
- @media screen {
218
217
  div.figure > img {
219
- width: 100%;
220
- height: auto;
218
+ margin-left: auto;
219
+ margin-right: auto;
220
+ display: block;
221
+ max-width: 100%;
222
+ height: auto;
221
223
  }
222
- }
223
224
 
224
225
  #toc ul {
225
226
  margin: 0;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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