From 2bdab15fee97d9447a80ba60f2edd4823dee968e Mon Sep 17 00:00:00 2001 From: animatedmax Date: Wed, 27 Sep 2017 15:23:23 -0700 Subject: [PATCH] bump gemspec --- bookbinder.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookbinder.gemspec b/bookbinder.gemspec index f20c821a9..580a6571c 100644 --- a/bookbinder.gemspec +++ b/bookbinder.gemspec @@ -2,7 +2,7 @@ require 'base64' Gem::Specification.new do |s| s.name = 'bookbindery' - s.version = '10.1.8' + s.version = '10.1.9' s.summary = 'Markdown to Rackup application documentation generator' 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' 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']