-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various diff-lcs Fixes #39
Conversation
a11b750
to
f82593e
Compare
History.rdoc is not updated (yet?). |
I’ll update the History file by the weekend (there’s a few more changes that I want to make to the structure to match what I have been doing with my other projects, but those are relatively small in comparison). I’m debating releasing this as |
I am slightly in favor of skipping rc1 ... |
In my opinion, if the fixing to #1 is not 100% sure, but it is better situation than current latest version 1.2.5, I will prefer "1.3.0" than "1.3.0.rc". There are cases for using "rc" version as release operation. |
OK. I’ll try to release as |
- 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.
f82593e
to
06ee20e
Compare
Release will be tonight. |
Fixes a number of issues/PRs that have languished:
I’m also in the process of updating to test on modern versions of Ruby, and fixing some other tooling issues.