-
Merge pull request #76 from sons-of-mars/feature/cleaning-up-lib
rtomayko committedJan 9, 2012 Cleaning up the main library file
-
Merge pull request #75 from sons-of-mars/feature/adding-gemfile
rtomayko committedJan 9, 2012 Gemfile, bundler gitignore, and redcarpet version
-
Switching out this defaults variable and directly merging options
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Specifying the latest 1.* release due to API changes
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Specifying the latest 1.* release due to API changes
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Kurtis Rainbolt-Greene committed
Jan 9, 2012 -
Refactoring divider parser to single line
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Refactoring docs_blocks if block to single line
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Refactoring variabl assignment to use mass assignment
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Refactoring comment_pattern to single line
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Kurtis Rainbolt-Greene committed
Jan 9, 2012 -
Removing unrequired ()'s for methods
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Moving if block to a single line
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Removing two accidental whitespaces
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Since yield is used, block isn't needed
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Using a more expressive variable name
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Changing from if ! to expressive unless
Kurtis Rainbolt-Greene committedJan 9, 2012 -
Changing from if ! to expressive unless
Kurtis Rainbolt-Greene committedJan 9, 2012 -
The default gitignore provided by `bundler gem`
Kurtis Rainbolt-Greene committedJan 9, 2012 This will ignore specific files which shouldn't be in a repository
-
Adding the Gemfile for easy bundle installing
Kurtis Rainbolt-Greene committedJan 9, 2012 This will allow developers to easily install the gem and all of the gem dependencies without having to do any fancy footwork.
-
Merge remote-tracking branch 'tomafro/master'
rtomayko committedAug 28, 2011 -
rtomayko committed
Aug 28, 2011 -
Revert "Fix broken link to Rocco homepage in README"
rtomayko committedAug 28, 2011 This reverts commit b0f61dd. The index.html file is in place now so this shouldn't be needed anymore.
-
Merge pull request #57 from ctshryock/require-rocco
rtomayko committedAug 28, 2011 Uninitialized constant Object::Rocco
-
Add a stylesheet option to build docs using an alternative css styles…
tomafro committedAug 27, 2011 …heet. Use `rocco -s "http://example.com/style.css"` to use a different stylesheet to the default docco one.
-
Fix broken link to Rocco homepage in README
practicingruby committedAug 19, 2011
-
catsby committed
Jun 23, 2011 -
rtomayko committed
Jun 23, 2011 -
bin/rocco doesn't try to require markdown libs
rtomayko committedJun 23, 2011 Fuck all of this code.
-
rtomayko committed
Jun 19, 2011 -
move comment styles out into their own module
rtomayko committedJun 19, 2011 Something here was screwing with the doc generation. It's kind of noisy in the main codebase anyway.
-
use redcarpet instead of rdiscount by default, fixes #49
rtomayko committedJun 19, 2011 We'll still fallback to either rdiscount or bluecloth when redcarpet isn't available.
-
gemspec should work standalone
rtomayko committedJun 19, 2011 This is a personal issue. I know everyone uses this version file technique. I don't care. I hate it. I think gemspecs should be loadable from any location.
-
rtomayko committed
Jun 19, 2011