thoughtbot / testing-rails

Source code for the Testing Rails book
Other
279 stars 49 forks source link

Make `bin/build` compatible with Paperback 0.2.0 #21

Closed JoelQ closed 9 years ago

JoelQ commented 9 years ago

Paperback changed the WORKDIR from /book to /src in the 0.2.0 release. The relevant commit on Paperback is: https://github.com/thoughtbot/paperback/commit/5c1a1181a338fa76860f2479decd81e8614204c8

This change updates the bin/release command to use /src instead of /book. This fixes path errors that occurred when trying to build the book with Paperback 0.2.0.

This change is probably incompatible with Paperback 0.1.0 and users of the older version should upgrade.

jsteiner commented 9 years ago

:+1:

franzejr commented 9 years ago

@jsteiner Just one question...On the README.md there is a link for Paperback. Is that private? The link thoughtbot/paperback is not working.