summaryrefslogtreecommitdiff
path: root/History.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Final preparation for the 1.2 release.Austin Ziegler2013-01-211-4/+3
| | | | | | | | - Added a Contributing.rdoc for contribution guidelines. - Cleaned up the README.rdoc. - Fixed the presentation of the GPL and Artistic licenses. - Made all of the development dependencies explicit. - Other minor items cleaned up.
* Cleaning up for release of 1.2.0.Austin Ziegler2013-01-201-6/+30
|
* Major investigation to Diff::LCS bugs.Austin Ziegler2012-03-211-0/+12
| | | | | | | | | | | | | | | - Fixed some formatting and style issues. - Trailing spaces - Calling class methods using '.' instead of '::'. - Resolved Issue #2 by handling string[string.size, 1] properly (it returns "" not nil). - Added special case handling for Diff::LCS.patch so that it handles patches that are empty or contain no changes. - Adding temporary code to help determined the reason for the misidentification of patch direction. - Added a number of different specs to check for comparing the same value. - Added broken spec filtering.
* Final push for Diff::LCS 1.1.3.v1.1.3Austin Ziegler2011-08-271-8/+10
|
* Expanding rspec tests to reflect reality.Austin Ziegler2011-07-311-0/+1
| | | | | | | There's a lot more testing that was happening in the code than was being reported. Now many of the special cases that were hidden by the transforms for balanced traversal (reverse, change/no change) have been made into individual tests with the use of shared example groups.
* Fixing https://github.com/halostatue/diff-lcs/issues/4Austin Ziegler2011-07-311-0/+5
|
* Changing to hoe for support.Austin Ziegler2011-07-301-0/+46