copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.
Other
97 stars 20 forks source link

Instruction in README.md confusing #30

Closed jgodse closed 8 years ago

jgodse commented 8 years ago

One of the instructions in README.md reads:

 5.  bundle 6 rake cross native gem

A bug in the Markdown syntax caused this. What you probably meant to say was

 5. bundle
 6. rake cross native gem
jgodse commented 8 years ago

https://github.com/copiousfreetime/amalgalite/pull/31 - This pull reqvest solves the problem.

jgodse commented 8 years ago

https://travis-ci.org/copiousfreetime/amalgalite/jobs/140047126 - How does a one-character change in a README.md file trigger a build failure?

copiousfreetime commented 8 years ago

Its not the readme for sure, I've had brittle build situations with travis and extensions off and on over the years. Something has changed since the last time it ran builds so who knows. I'll figure it out :-).