bookbindery 10.1.8 → 10.1.9

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: 2b2b01f76f02d7fca2adedfcbffde1237289f67c
4
- data.tar.gz: 298cee4fcd33aea7ad9f4c38a567bdebfb6d6a2c
3
+ metadata.gz: f1078aec1d9ace1967786f6b4a6ff33dfc76c061
4
+ data.tar.gz: d1d0259fcbe8134d68ac3858afdb9b5e42b2b0af
5
5
  SHA512:
6
- metadata.gz: 8575dea409b9a79d79c788fcb97e75327b1a2967271f3c582d57a455e4290f5b145b52d88974cb557017d06f809e0d3cd10afbc271a2cbf6b9a269768b9f9a8e
7
- data.tar.gz: a2138350727530e1dd88f9a560935fa897df5f084a42e93785603543a53fe5c2f0a607d9f38c747719499fb0e7eb4b152ed015940f8132cb81ea2e7664c42d80
6
+ metadata.gz: 45dc63f66c36c7c803953e3a9132fc89946d1065814c8364c37125e2228c98d8323ccfcc58613733d41bfe28c6e9e531615783250aafebf6c5ed855d916721a5
7
+ data.tar.gz: db2728299b6087f6da94490edd0b945dc5dbe6a4664b7b6f5ba0c3aea15b172164e0ae3e8f1395103786655e4ef92726de54114b0724800683c8f30448554011
@@ -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.8'
5
+ s.version = '10.1.9'
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']
@@ -5,6 +5,7 @@
5
5
  <!-- Always force latest IE rendering engine or request Chrome Frame -->
6
6
  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
7
7
 
8
+ <%= vars.html_head_meta %>
8
9
  <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
9
10
  <!-- Use title if it's in the page YAML frontmatter -->
10
11
  <title>
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.8
4
+ version: 10.1.9
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-08-24 00:00:00.000000000 Z
26
+ date: 2017-09-27 00:00:00.000000000 Z
27
27
  dependencies:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: fog-aws