summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* standardrb --only Style/EmptyMethod --fixAustin Ziegler2022-07-041-2/+4
|
* Ignore Style/HashSyntaxAustin Ziegler2022-07-041-0/+2
|
* standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2022-07-041-3/+3
|
* ignore Layout/heredocIndentation due to old RubyAustin Ziegler2022-07-041-0/+2
|
* standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2022-07-041-1/+1
|
* standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-041-21/+21
|
* Prevent tests from running more than oncev1.5.0Austin Ziegler2021-12-231-2/+5
|
* Ensure that `rake test` runs `rake spec`masterAustin Ziegler2021-12-201-3/+3
|
* Handle some outdated dependency issuesAustin Ziegler2021-12-141-1/+1
|
* Add more versions to unit testAustin Ziegler2021-12-141-0/+35
| | | | | | | Technical Change Notes ====================== - Handle a bug in hoe with later versions of Ruby and/or Psych.
* Prepare for dropping rspec support in HoeAustin Ziegler2020-09-291-0/+9
|
* # This is a combination of 9 commits.Austin Ziegler2020-07-011-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
* Fix some issues with 1.4 on older Rubiesfix-ruby-1.8-supportAustin Ziegler2020-06-281-2/+19
| | | | | - Required to fully support rspec. - Resolves #63.
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-231-11/+0
| | | | | | | Resolves #57. - The `diff_size` should be an absolute value. - Added a test to ensure that the issue does not introduce a regression.
* Finalize 1.4 releaseAustin Ziegler2020-06-221-2/+0
| | | | | | | | - Use GitHub Actions - Exclude windows code from non-windows tests - Exclude unsupported windows tests and allow windows failures for now because of line-ending differences - Remove Travis configuration
* Various updates for v 1.4Austin Ziegler2020-06-221-11/+10
| | | | | - Support hoe >= 3.18 - Various bug fixes and updates
* Applied Rubocop rules that I likeAustin Ziegler2019-01-271-3/+3
| | | | | - Other linting configuration also applied. - Soft-deprecating versions older than 2.3.
* Make travis test the right things...Austin Ziegler2019-01-261-4/+1
|
* Using SPDX license descriptions for releasev1.3Austin Ziegler2017-01-181-1/+1
|
* diff-lcs 1.3Austin Ziegler2017-01-181-26/+21
| | | | | | | | | | | - 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.
* Fixing Coveralls for testing.Austin Ziegler2017-01-111-1/+1
|
* Fixing travis execution.Austin Ziegler2014-04-261-1/+2
|
* Enabling code coverage.Austin Ziegler2014-04-261-6/+26
|
* Final changes for release 1.25.Austin Ziegler2014-04-261-0/+2
|
* Switching to hoe-gemspec2.Austin Ziegler2013-04-201-2/+2
|
* A bit of cleanup for the next release.Austin Ziegler2013-02-031-9/+8
| | | | - Clarifying a few terms based on updates to mime-types.
* Final preparation for the 1.2 release.Austin Ziegler2013-01-211-0/+12
| | | | | | | | - 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.
* Fixing a hopefully final travis build issue.Austin Ziegler2013-01-201-1/+0
|
* Fixing travis test failures.Austin Ziegler2013-01-201-0/+4
|
* Adding http://travis-ci.org supportAustin Ziegler2013-01-201-5/+4
|
* Hiding .rbc and debug print.Austin Ziegler2011-08-241-2/+0
|
* Making hoe happy.Austin Ziegler2011-08-241-0/+3
|
* Properly implementing Hoe.Austin Ziegler2011-08-011-8/+8
| | | | | | | | | | | | | | | | | | | | The hoe spec says: Hoe.spec 'name' do self.blah = xyz end I had implemented: Hoe.spec 'name' do |spec| spec.blah = xyz end The implementation of Hoe.spec uses #instance_eval which, on most Rubies apparently silently yields self. On MacRuby, however, it doesn't yield anything, making spec 'nil'. Implementing this properly fixes the basic Rakefile on MacRuby, but MacRuby still fails the tests because of problems with RSpec.
* Changing to hoe for support.Austin Ziegler2011-07-301-106/+15
|
* Converting diff-lcs from svn to git format.Austin Ziegler2011-07-301-0/+116