bookbindery 10.1.5 → 10.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3faf2b1b4b5f23a488c9f626c990f3c8c505b30
4
- data.tar.gz: 35e26ab17151f48452f82b26b09afc679e74b1d2
3
+ metadata.gz: 74b74d17962d5bb51148b342cc02bff39c8629ff
4
+ data.tar.gz: b2a349e8f254afaa0edf2046e18f86432e7d97a9
5
5
  SHA512:
6
- metadata.gz: de560f94efc902e6358696de0cfb257802068beb4167327220234f2eac79e006adda152d061b539a8cebb2adab48afba47e625708f13b17daee0dbb9cb5c4d2f
7
- data.tar.gz: 6c31756cc8023e59b02befb86dc44ef92e2cd1caa7919d653835315f52036860f81f7dc1611a332f3720ea327c8dbef4bfeaa41f818c3f86db3f4ee0cc2c3713
6
+ metadata.gz: 16dfaaa7db2fd839e9a990af6bb8dcd5d05a89d7c6085e8bf35e90fc74f8c5f5c49d04af58f79961a96c8d58e8c6b25bcbb742343d6c29d0749927b39946ff80
7
+ data.tar.gz: 73b3bfdf400d4d50b063042a1e237a7b5a3e6c66a04e48ea8b3e1b6bafca66cf523c7ae875c98a09142d87c389f1cba868916d5c739ac03cc369e538f6176765
@@ -2,7 +2,7 @@ require 'base64'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bookbindery'
5
- s.version = '10.1.5'
5
+ s.version = '10.1.6'
6
6
  s.summary = 'Markdown to Rackup application documentation generator'
7
7
  s.description = 'A command line utility to be run in Book repositories to stitch together their constituent Markdown repos into a static-HTML-serving application'
8
8
  s.authors = ['Mike Grafton', 'Lucas Marks', 'Gavin Morgan', 'Nikhil Gajwani', 'Dan Wendorf', 'Brenda Chan', 'Matthew Boedicker', 'Andrew Bruce', 'Frank Kotsianas', 'Elena Sharma', 'Christa Hartsock', 'Michael Trestman', 'Alpha Chen', 'Sarah McAlear', 'Gregg Van Hove', 'Jess B Heron']
@@ -18,7 +18,8 @@ set :markdown, :layout_engine => :erb,
18
18
  :autolink => true,
19
19
  :smartypants => true,
20
20
  :fenced_code_blocks => true,
21
- :with_toc_data => true
21
+ :with_toc_data => true,
22
+ :no_intra_emphasis => true
22
23
 
23
24
  set :css_dir, 'stylesheets'
24
25
 
@@ -182,7 +182,7 @@ category: basics
182
182
 
183
183
  > ul {
184
184
  list-style-position: inside;
185
- list-style-type: lower-roman;
185
+ list-style-type: disk;
186
186
  margin-left: -1em;
187
187
 
188
188
  &:before {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookbindery
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.5
4
+ version: 10.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Grafton
@@ -23,7 +23,7 @@ authors:
23
23
  autorequire:
24
24
  bindir: install_bin
25
25
  cert_chain: []
26
- date: 2017-05-15 00:00:00.000000000 Z
26
+ date: 2017-07-27 00:00:00.000000000 Z
27
27
  dependencies:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: fog-aws