0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
revert. branch. More... about 13 years ago
merge test helper changes to rely on gem. More... about 14 years ago
updated gemspec More... about 14 years ago
Merge branch 'master' of git://github.com/perezd/smart_month More... about 14 years ago
added thanks for jsilver for adding gem support. More... about 14 years ago
merge the gem version from jsilver. More... about 14 years ago
changed tests to require rubygems More... about 14 years ago
Regenerated gemspec for version 1.0.0 More... about 14 years ago
gemified by jsilver More... about 14 years ago
Version bump to 0.1.0 More... about 14 years ago
Version bump to 0.1.0 More... about 14 years ago
Version bump to 0.0.0 More... about 14 years ago
Version bump to 0.0.0 More... about 14 years ago
makes the bootstrapper work properly in 2.3.4 More... over 14 years ago
Rails 2.3.4 does not need this anymore. More... over 14 years ago
had to redo some of the logic for removing rules, #undef is stupid. More... about 15 years ago
stupid logic mistake. More... about 15 years ago
connected the parser, however the method definition is not in place yet so it WILL fail at the moment if you use natural language parsing. Improved comments. More... about 15 years ago
improved efficency of one off injections of rules. More... about 15 years ago
Implemented a rough draft of the natural frequency parser. I am happy with it, its simple enough considering the constraints. Need to connect it to the method definition process next. More... about 15 years ago
better way to load the yaml file, otherwise the file won't be closed until garbage collection occurs. More... about 15 years ago
update README More... about 15 years ago
updating RDoc. More... about 15 years ago
added some empty tests that need to be filled out. fixed some tests. More... about 15 years ago
I've been bad and decided to break the API, but, for a much more logical cause. #every now returns an array combining all days requested, instead of a hash. If you still want the hash, use #every! instead. More... about 15 years ago
Needed to reorganize the parser for the root method, that will be more performant. More... about 15 years ago
Much happier with the parser now. Its a simplistic design, but much more functional which will allow for a more robust swapping strategy. Added a new way to add rules to the engine in realtime. Also, encapsulated out the yaml loader, so you can pass either a file or a string to the respective functions. More... about 15 years ago
So far, we've got the basic basic basic prototype example of how rulesets are parsed and integrated into Month and Date classes. However, it doesn't support frequencies, and the algorithm needs to be encapsulated out better. More... about 15 years ago
Implemented the first draft of part of my language parser for the rulesets engine. More... about 15 years ago
revised a basic example in the readme. More... about 15 years ago