3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unneeded regex capture. More... almost 15 years ago
Added jeweler to the dev env to get rid of the warning. More... almost 15 years ago
Let's use Bundler now that we have gem dependencies. More... almost 15 years ago
remove capturing in REGEX_CODE_BLOCK_DETECTED and REGEX_CODE_ELSE_CONTROL_WORD_DETECTED. doesn't appear to be needed More... almost 15 years ago
remove trailing space More... almost 15 years ago
don't need to capture the space, just see if it is there. More... almost 15 years ago
added escape_html functionality. need to tweak for speed More... almost 15 years ago
Format. More... almost 15 years ago
Format. More... almost 15 years ago
Again, more accurate labeling. More... almost 15 years ago
More accurate naming for the regex. More... almost 15 years ago
Simplified the if statement. More... almost 15 years ago
Regenerated gemspec for version 0.5.1 More... almost 15 years ago
Version bump to 0.5.1 More... almost 15 years ago
Consecutive condition statements now working as expected. More... almost 15 years ago
Removed trailing whitespaces. More... almost 15 years ago
Regenerated gemspec for version 0.5.0 More... almost 15 years ago
update version to 0.5.0 More... almost 15 years ago
Added 'unless' to the list of control words. More... almost 15 years ago
Fixes for inline conditions. There must be a better way of doing this?? More... almost 15 years ago
'-' is a valid character in HTML attributes, so let's allow that. More... almost 15 years ago
Improved the regex so that control code now supports code blocks. More... almost 15 years ago
Nicer syntax. More... almost 15 years ago
Nicer syntax. More... almost 15 years ago
Simplify the tests - removed unnecessary test data and streamlined test code. More... almost 15 years ago
Code clarity. More... almost 15 years ago
There's no need to detect enders for output code. More... almost 15 years ago
Output code (start with '=') can now accept code blocks. More... almost 15 years ago
Whitespace. More... almost 15 years ago
Code clarity. More... almost 15 years ago