summaryrefslogtreecommitdiff
path: root/diff-lcs.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Make tests a little quieter by removing a debug statementAustin Ziegler2021-12-231-5/+5
|
* Prepare for pre-release gemAustin Ziegler2021-12-191-4/+4
|
* Handle some outdated dependency issuesAustin Ziegler2021-12-141-23/+14
|
* Prepare for dropping rspec support in HoeAustin Ziegler2020-09-291-2/+2
|
* # This is a combination of 9 commits.Austin Ziegler2020-07-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # This is the 1st commit message: Fix improperly placed chunks Resolve #65 - Also add even more tests for checking `ldiff` results against `diff` results. - Fix issues with diff/ldiff output highlighted by the above tests. - Add a parameter to indicate that the hunk being processed is the _last_ hunk; this results in correct counting of the hunk size. - The misplaced chunks were happening because of an improper `.abs` on `#diff_size`, when the `.abs` needed to be on the finding of the maximum diff size. # This is the commit message #2: Ooops. Debugger # This is the commit message #3: Restore missing test - Fix some more format issues raised by the missing test. - Start fixing Rubocop formatting. # This is the commit message #4: Last RuboCop fixes # This is the commit message #5: Finalize diff-lcs 1.4 # This is the commit message #6: Fix #44 The problem here was the precedence of `or` vs `||`. Switching to `||` resulted in the expected behaviour. # This is the commit message #7: Resolve #43 # This is the commit message #8: Typo # This is the commit message #9: Resolve #35 with a comment
* Release v1.4.3v1.4.3Austin Ziegler2020-06-291-3/+3
| | | | - Clarify the compatibility policy some.
* Change when max_diff_size is appliedAustin Ziegler2020-06-231-3/+3
| | | | | | | - This appears to satisfy the issues found in #60 as well as providing the additional fixes required to properly test ldiff. Resolves #60
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-231-7/+4
| | | | | | | Resolves #57. - The `diff_size` should be an absolute value. - Added a test to ensure that the issue does not introduce a regression.
* Various updates for v 1.4Austin Ziegler2020-06-221-12/+13
| | | | | - Support hoe >= 3.18 - Various bug fixes and updates
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-011-4/+4
| | | | | | | | | | | - This required some level of code remediation in the main library, but all tests now pass: - Patchsets are now internally flattened one level explicitly, rather than using Array#flatten. This ensures that only the outer patchset array is flattened. Fixes #48.
* Applied Rubocop rules that I likeAustin Ziegler2019-01-271-43/+43
| | | | | - Other linting configuration also applied. - Soft-deprecating versions older than 2.3.
* Using SPDX license descriptions for releasev1.3Austin Ziegler2017-01-181-1/+1
|
* diff-lcs 1.3Austin Ziegler2017-01-181-24/+22
| | | | | | | | | | | - Updated testing and gem infrastructure. - Cleaning up documentation. - Modernizing specs. - Silence Ruby 2.4 Fixnum deprecation warnings. Fixes #36, #38. - Ensure test dependencies are loaded. Fixes #33, #34 so that specs can be run independently. - Fix issue #1 with incorrect intuition of patch direction. Tentative fix, but the failure cases pass now.
* Update Homepage URL in gemspec fileJosep2015-01-291-1/+1
|
* Bumping version in preparation for next release.Austin Ziegler2014-04-261-12/+9
|
* Final changes for release 1.25.Austin Ziegler2014-04-261-2/+2
|
* Release 1.25: Bugfix for pull request #23.Austin Ziegler2013-11-071-7/+8
|
* Removing the signing key for git-based bundles.Austin Ziegler2013-04-201-2/+0
|
* Finalizing the 1.2.4 update release.v1.2.4Austin Ziegler2013-04-201-3/+3
|
* Switching to hoe-gemspec2.Austin Ziegler2013-04-201-13/+15
|
* Updating the in-repo gemspec.Austin Ziegler2013-02-091-3/+3
|
* A bit of cleanup for the next release.Austin Ziegler2013-02-031-28/+28
| | | | - Clarifying a few terms based on updates to mime-types.
* Final preparation for the 1.2 release.Austin Ziegler2013-01-211-7/+32
| | | | | | | | - 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-29/+16
|
* Final push for Diff::LCS 1.1.3.v1.1.3Austin Ziegler2011-08-271-13/+14
|
* Updating main gemspec.Austin Ziegler2011-08-241-10/+10
|
* New gemspec.Austin Ziegler2011-08-231-36/+46
|
* Converting diff-lcs from svn to git format.Austin Ziegler2011-07-301-0/+40