You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I've added writers, templates, etc. to generate the documentation in textile. I noticed that you have pushed some new commits on your master branch since I forked your repo. I wanted to merge your changes into my repo and then send you a pull request, however I saw that running rspecgenerates warnings and running cucumberfails. I guess you haven't finished what you wanted to do yet and I gave up the merge.
Additionally, I will do some tests of the textile docs generation with real projects. If the tests are ok, I'll merge my develop branch into my master branch.
I merged your latest changes to my branch. For the problems I had with rspec and cucumber, there was a conflict between your version of rake(0.9.2.2) and mine in my default gemset (10.0.3). Using bundle exec solves all.
I fixed a bug in the markup_index.rb(commit 5cd4d3a) that was using HtmlExample in the examples method.
I added the links to examples in the textile index.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I've added writers, templates, etc. to generate the documentation in textile. I noticed that you have pushed some new commits on your master branch since I forked your repo. I wanted to merge your changes into my repo and then send you a pull request, however I saw that running
rspec
generates warnings and runningcucumber
fails. I guess you haven't finished what you wanted to do yet and I gave up the merge.Additionally, I will do some tests of the textile docs generation with real projects. If the tests are ok, I'll merge my develop branch into my master branch.