diff-lcs-1.2.5.gem

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/sawanoboly/long_live_serverspec_v1/script.gem.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/sawanoboly/long_live_serverspec_v1/script.gem.sh | bash

STEP 2: Install the package
sudo gem install diff-lcs -v=1.2.5

Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm

Full description:
  Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.

This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did
not properly prune common sequences at the beginning of a comparison set.
Thanks to Paul Kunysch for fixing this issue.

Coincident with the release of diff-lcs 1.2.3, we reported an issue with
Rubinius in 1.9 mode
({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).
We are happy to report that this issue has been resolved.

Checksums

MD5 7172cb271324fa944d9fbea5fe1f7344
SHA1 5f71a45f13780701f3a42297adc0269d0799e1d5
SHA256 a1d3dde665292317a883d319066792e3f0e6a24cade4bc4cc47605d27664c9ed
SHA512 ce15cb794a97f9af8585c46b7a2404e1ad6e24e4910b6aa6c5126ef5996d86700979a54a154bab1c0602f19021b287dc865db3eebdc901fb42056f1e2180d0fe

Development Dependencies

  • rubyforge (>= 2.0.4)
  • rdoc (~> 4.0)
  • hoe-bundler (~> 1.2)
  • hoe-doofus (~> 1.0)
  • hoe-gemspec2 (~> 1.1)
  • hoe-git (~> 1.5)
  • hoe-rubygems (~> 1.0)
  • hoe-travis (~> 1.2)
  • rake (~> 10.0)
  • rspec (~> 2.0)
  • hoe (~> 3.7)

Files

  • spec/traverse_sequences_spec.rb
  • spec/traverse_balanced_spec.rb
  • spec/spec_helper.rb
  • spec/sdiff_spec.rb
  • spec/patch_spec.rb
  • spec/lcs_spec.rb
  • spec/issues_spec.rb
  • spec/hunk_spec.rb
  • spec/diff_spec.rb
  • spec/change_spec.rb
  • README.rdoc
  • Rakefile
  • Manifest.txt
  • License.rdoc
  • lib/diff/lcs/string.rb
  • lib/diff/lcs/ldiff.rb
  • lib/diff/lcs/internals.rb
  • lib/diff/lcs/hunk.rb
  • lib/diff/lcs/htmldiff.rb
  • lib/diff/lcs/change.rb
  • lib/diff/lcs/callbacks.rb
  • lib/diff/lcs/block.rb
  • lib/diff/lcs/array.rb
  • lib/diff/lcs.rb
  • lib/diff-lcs.rb
  • History.rdoc
  • Gemfile
  • docs/COPYING.txt
  • docs/artistic.txt
  • Contributing.rdoc

Uploaded

over 9 years ago

Package Size

48 KB

Downloads

37

wget

wget --content-disposition "https://packagecloud.io/sawanoboly/long_live_serverspec_v1/packages/gems/diff-lcs-1.2.5.gem/download.gem?distro_version_id=rubygem"

License

MIT License Perl Artistic v2 GNU GPL v2