thoughtbot / ruby-science

The reference for writing fantastic Rails applications
Other
622 stars 58 forks source link

Paperback repo missing #91

Closed fa11enangel closed 11 years ago

fa11enangel commented 11 years ago

Got this on bundle install:

$ bundle install
Fetching gem metadata from http://rubygems.org/.......... Fetching git@github.com:thoughtbot/paperback.git ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Git error: command `git clone 'git@github.com:thoughtbot/paperback.git' ... has failed.

Please make the repository public or add us to the repo.

jferris commented 11 years ago

Hey,

I'm sorry for the trouble here. We're still working on Paperback, but if it's not public soon, we'll consider adding Ruby Science readers to the repo.

You don't need to build the book to read it; the building process is just for authors. You can download the latest release here: https://github.com/thoughtbot/ruby-science/tree/master/release

We make a release at the end of the week whenever we merge new chapters, so the release directory is up-to-date with the latest reviewed content.

You also don't need paperback to run the bundled example application. If you cd into the example_app directory, you'll find everything you need there.

Thanks for reading Ruby Science, and let me know if there's anything else I can do to help you.

-Joe