bookbindery 7.0.0 → 7.0.1

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
  SHA1:
3
- metadata.gz: 0fb5495aa9aaa1b4337177fd9659ff1770edb7d1
4
- data.tar.gz: 6aaa6711faed7f97fb649b8f0a7d76b259fdbc6d
3
+ metadata.gz: 53df160c832ef290b4080fd5397a5c30dedaf5e0
4
+ data.tar.gz: c6f09d4956c9a16b06f44a0694e33dc8893ec716
5
5
  SHA512:
6
- metadata.gz: d9d3278fb5effbab9c2591a5700685a78af34d9095a28d16dd1eb95144188fa498607a920cbc30224347ae972ec7e870a6a88be060e7091e7961fd609762865b
7
- data.tar.gz: ae8ebb4008aedf58c261ce94ab0569ea8bec4caacf367ce9c2b5f611523b5793cc9650b9f987579cb95b507fd64f20d5a5ed5b1d5b688e345c75a656ee6cd98b
6
+ metadata.gz: 7954bf811e587d1bb23e8cb8b38914cafd2c7aaa63a5c290ec92f52d8bd3c1addd271c353129bffbc5894c8407c8579229a45cf696c7fdf5fdc1a3096c8b480e
7
+ data.tar.gz: 68ede53b5af7d7e089dc4b12192740ff5b831e018e7353e199f55b04ef4d8a1372800bb295fc17770cf00b88a325a37ad98bf0f3924ccdef045ffe830f9030e6
@@ -2,7 +2,7 @@ require 'base64'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bookbindery'
5
- s.version = '7.0.0'
5
+ s.version = '7.0.1'
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', 'Frank Kotsianas', 'Elena Sharma', 'Christa Hartsock']
@@ -94,6 +94,7 @@ module Bookbinder
94
94
 
95
95
  result.has_broken_links? ? 1 : 0
96
96
  else
97
+ bind_options.streams[:err].puts "Your bind failed. Rerun with --verbose to troubleshoot."
97
98
  1
98
99
  end
99
100
  end
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: 7.0.0
4
+ version: 7.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Grafton
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: install_bin
19
19
  cert_chain: []
20
- date: 2015-10-10 00:00:00.000000000 Z
20
+ date: 2015-10-13 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: fog-aws