Skip to content

Commit

Permalink
bumps gemspec to 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
animatedmax committed Oct 20, 2016
1 parent c311f5d commit 81fab32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bookbinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'base64'

Gem::Specification.new do |s|
s.name = 'bookbindery'
s.version = '10.0.2'
s.version = '10.0.3'
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']
Expand Down
4 changes: 2 additions & 2 deletions spec/template_app/mail_sender_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ module Bookbinder

expect(sender.assemble_body(
helpful: true,
comments: 'This is the actual feedback',
comments: 'This is the comment',
date: 'Feb 14, 2050',
page_url: 'http://some/page.html'
)).to include('was helpful', 'This is the actual feedback', 'Feb 14, 2050', 'http://some/page.html')
)).to include('true', 'This is the comment', 'Feb 14, 2050', 'http://some/page.html')
end
end
end
Expand Down

0 comments on commit 81fab32

Please sign in to comment.