Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
- So pipelines pick up template app changes.
- Sneakily give myself credit for all these great commits :)
  • Loading branch information
ragaskar committed Oct 2, 2017
1 parent de5250f commit 2402192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookbinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ require 'base64'

Gem::Specification.new do |s|
s.name = 'bookbindery'
s.version = '10.1.9'
s.version = '10.1.10'
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']
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', "Rajan Agaskar"]
s.email = Base64.decode64('Z21vcmdhbkBnb3Bpdm90YWwuY29t') # Gavin's

s.files = Dir['lib/**/*'] + Dir['template_app/**/*'] + Dir['master_middleman/**/*'] + Dir['install_bin/bookbinder'] + Dir['bookbinder.gemspec']
Expand Down

0 comments on commit 2402192

Please sign in to comment.