bookbindery 10.0.5 → 10.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d45b3370556a72773b03ab9f81deb08bb5530636
4
- data.tar.gz: 62ae5acebf9b8e35f2f2ca68763287914f6507c3
3
+ metadata.gz: aaf2d4d27b50180630891142435feb12223ed4cb
4
+ data.tar.gz: 41336072df82731c1ae647c30e00eb1303c2029d
5
5
  SHA512:
6
- metadata.gz: cf9da388016118455ebc52ae96ae5fc286de1b9f265652c404e7e87a315daf98f8eea1acd616c63774d43dfef525e25796fa638fa48dd1843cefd5f511df6218
7
- data.tar.gz: e519b7baa556e542b50f2e4a34ddecc36f2a68a029eafee869f670c9f6ba4b695cc2929498c96a7d14075d905bce9a3b1d61d992173aa2d629845c3dbb7691bc
6
+ metadata.gz: 79c02aa5657bbd791fc199cbc82f96a9a1403c79e71894db025c9a3fd7d0d25f3205c8415a4fdfcd26d07ed3c360c6de7de1b1439b0157d50fa6ae57a1722d77
7
+ data.tar.gz: 63bed7c786c2273f3281747fa87b729634aaaa8ae7d3e1c7eea05506624cc175bb548f335c520bf824c3344f8794567b7166f8c8a3986b7d860f3745062222cd
data/bookbinder.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'base64'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bookbindery'
5
- s.version = '10.0.5'
5
+ s.version = '10.1.0'
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', 'Andrew Bruce', 'Frank Kotsianas', 'Elena Sharma', 'Christa Hartsock', 'Michael Trestman', 'Alpha Chen', 'Sarah McAlear', 'Gregg Van Hove', 'Jess B Heron']
@@ -72,7 +72,7 @@ module Bookbinder
72
72
 
73
73
  def render_repo_link
74
74
  if config[:repo_link_enabled] && repo_url && !current_page.metadata[:page][:repo_link_disabled]
75
- "<a id='repo-link' href='#{repo_url}'>View the source for this page in GitHub</a>"
75
+ "<a id='repo-link' href='#{repo_url}'>Create a pull request or raise an issue on the source for this page in GitHub</a>"
76
76
  end
77
77
  end
78
78
 
@@ -40,7 +40,7 @@ DEPENDENCIES
40
40
  therubyracer
41
41
 
42
42
  RUBY VERSION
43
- ruby 2.3.0p0
43
+ ruby 2.3.3
44
44
 
45
45
  BUNDLED WITH
46
46
  1.12.5
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: 10.0.5
4
+ version: 10.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Grafton
@@ -23,7 +23,7 @@ authors:
23
23
  autorequire:
24
24
  bindir: install_bin
25
25
  cert_chain: []
26
- date: 2016-11-04 00:00:00.000000000 Z
26
+ date: 2017-03-07 00:00:00.000000000 Z
27
27
  dependencies:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: fog-aws