From 6c65135a67c9e109cec79f1c2add1ee61796d084 Mon Sep 17 00:00:00 2001 From: Max Hufnagel Date: Tue, 9 Jun 2015 16:00:09 -0700 Subject: [PATCH] bump gemspec --- bookbinder.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookbinder.gemspec b/bookbinder.gemspec index 5ab659d84..9042821c1 100644 --- a/bookbinder.gemspec +++ b/bookbinder.gemspec @@ -2,7 +2,7 @@ require 'base64' Gem::Specification.new do |s| s.name = 'bookbindery' - s.version = '3.1.0' + s.version = '3.1.2' 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', 'Frank Kotsianas']