summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-05-06 00:08:02 -0400
committerAustin Ziegler <austin@zieglers.ca>2017-01-18 18:16:14 -0500
commit06ee20e929656d41c301f61fd447105c3840e410 (patch)
tree7325cd8e3279b71e5bc18302112e47cad3000a40 /Manifest.txt
parent32727d6d0beb48672a1ee2d4a5c20bb81f7e301d (diff)
downloaddiff-lcs-06ee20e929656d41c301f61fd447105c3840e410.tar.gz
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.
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt15
1 files changed, 7 insertions, 8 deletions
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