Prepare Rakefile for version number control since Bundler doesn't do it |
|
More...
|
over 13 years ago
|
Moved away from Jeweler - using Bundler for gem management |
|
More...
|
over 13 years ago
|
Added TODO - gem generation with Bundler instead of Jeweler |
|
More...
|
over 13 years ago
|
Added a teardown method to remove the files that get created during the Tree tests. |
|
More...
|
over 13 years ago
|
Added inspect method to Node and Tree. |
|
More...
|
over 13 years ago
|
Added doc directory to .gitignore |
|
More...
|
over 13 years ago
|
Funny story about that 'each', it was badly implemented. |
|
More...
|
over 13 years ago
|
Implemented 'each' on Game and made Tree rely on that. |
|
More...
|
over 13 years ago
|
Started moving methods from 'Tree' to 'Game'. |
|
More...
|
over 13 years ago
|
Updated README with basic library usage |
|
More...
|
over 13 years ago
|
Added Game object, tests, and comments |
|
More...
|
over 13 years ago
|
fixed markdown error, updated README a little |
|
More...
|
over 13 years ago
|
updated README for new API (Parser and Indenter). |
|
More...
|
over 13 years ago
|
removed obsolete TODO, updated list of TODO in readme |
|
More...
|
over 13 years ago
|
Changed it so that the sgf isn't passed in at initialization of parser/indenter but when parsing - so objects can be reused. |
|
More...
|
over 13 years ago
|
Used template pattern on parser and indenter. Made some code smells more obvious, which will be fixed later. Added a test for the Indenter (what, it's better than nothing!) |
|
More...
|
over 13 years ago
|
Implemented tree.current_node and tree.next_node |
|
More...
|
over 13 years ago
|
Regenerate gemspec for version 1.0.0 |
|
More...
|
over 13 years ago
|
Version bump to 1.0.0 |
|
More...
|
over 13 years ago
|
add .bundle to gitignore |
|
More...
|
over 13 years ago
|
Added more stuff to the TODO in the README. |
|
More...
|
over 13 years ago
|
Updated README, Added a few tests. |
|
More...
|
over 13 years ago
|
Refactorings Parser is now its own class, the Tree is separate. Parser.new.parse returns a Tree. Parser.new takes a string argument - it'll determine if it's a string SGF or a file SGF and behave accordingly. |
|
More...
|
over 13 years ago
|
Refactorings Most notably, change module name to SGF. |
|
More...
|
over 13 years ago
|
new gemspec |
|
More...
|
over 13 years ago
|
Version bump to 0.9.1 |
|
More...
|
over 13 years ago
|
Fix a bug with multiple properties, use rspec, add a few more tests |
|
More...
|
over 13 years ago
|
0.9.0 release. Mostly refactoring and code cleanup. |
|
More...
|
over 14 years ago
|
Updating version number |
|
More...
|
over 14 years ago
|
Heavy refactoring and prettifying of the parsing method. |
|
More...
|
over 14 years ago
|