From 06ee20e929656d41c301f61fd447105c3840e410 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 6 May 2014 00:08:02 -0400 Subject: diff-lcs 1.3 - 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. --- Manifest.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Manifest.txt') diff --git a/Manifest.txt b/Manifest.txt index d078734..955bec0 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,12 +1,8 @@ -.autotest -.gemtest -.hoerc .rspec -.travis.yml -Contributing.rdoc -Gemfile -History.rdoc -License.rdoc +Code-of-Conduct.md +Contributing.md +History.md +License.md Manifest.txt README.rdoc Rakefile @@ -28,9 +24,12 @@ lib/diff/lcs/ldiff.rb lib/diff/lcs/string.rb spec/change_spec.rb spec/diff_spec.rb +spec/fixtures/ds1.csv +spec/fixtures/ds2.csv spec/hunk_spec.rb spec/issues_spec.rb spec/lcs_spec.rb +spec/ldiff_spec.rb spec/patch_spec.rb spec/sdiff_spec.rb spec/spec_helper.rb -- cgit v1.2.1