-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruby-diff-lcs package to 1.1.3.
== 1.1.3 / 2011-08-27 * Converted to 'hoe' for release. * Converted tests to RSpec 2. * Extracted the body of htmldiff into a class available from diff/lcs/htmldiff. * Migrated development and issue tracking to GitHub. * Bugs fixed: - Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff. Resolves issue 4 (halostatue/diff-lcs#4). - Eliminated Ruby warnings. Resolves issue 3 (halostatue/diff-lcs#3).
- Loading branch information
taca
committed
Sep 12, 2011
1 parent
27136b3
commit 9aea9e2
Showing
3 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2010/09/10 08:07:00 taca Exp $ | ||
# $NetBSD: Makefile,v 1.4 2011/09/12 13:38:16 taca Exp $ | ||
|
||
DISTNAME= diff-lcs-1.1.2 | ||
DISTNAME= diff-lcs-1.1.3 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,33 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:27 joerg Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2011/09/12 13:38:16 taca Exp $ | ||
bin/htmldiff | ||
bin/ldiff | ||
${GEM_HOME}/cache/diff-lcs-${PKGVERSION}.gem | ||
${GEM_LIBDIR}/ChangeLog | ||
${GEM_LIBDIR}/Install | ||
${GEM_LIBDIR}/README | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.gemtest | ||
${GEM_LIBDIR}/History.rdoc | ||
${GEM_LIBDIR}/License.rdoc | ||
${GEM_LIBDIR}/Manifest.txt | ||
${GEM_LIBDIR}/README.rdoc | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/bin/htmldiff | ||
${GEM_LIBDIR}/bin/ldiff | ||
${GEM_LIBDIR}/diff-lcs.gemspec | ||
${GEM_LIBDIR}/docs/COPYING.txt | ||
${GEM_LIBDIR}/docs/artistic.html | ||
${GEM_LIBDIR}/lib/diff-lcs.rb | ||
${GEM_LIBDIR}/lib/diff/lcs.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/array.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/block.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/callbacks.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/change.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/htmldiff.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/hunk.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb | ||
${GEM_LIBDIR}/lib/diff/lcs/string.rb | ||
${GEM_LIBDIR}/tests/00test.rb | ||
${GEM_HOME}/specifications/diff-lcs-${PKGVERSION}.gemspec | ||
${GEM_LIBDIR}/spec/diff_spec.rb | ||
${GEM_LIBDIR}/spec/lcs_spec.rb | ||
${GEM_LIBDIR}/spec/patch_spec.rb | ||
${GEM_LIBDIR}/spec/sdiff_spec.rb | ||
${GEM_LIBDIR}/spec/spec_helper.rb | ||
${GEM_LIBDIR}/spec/traverse_balanced_spec.rb | ||
${GEM_LIBDIR}/spec/traverse_sequences_spec.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:20 jlam Exp $ | ||
$NetBSD: distinfo,v 1.2 2011/09/12 13:38:16 taca Exp $ | ||
|
||
SHA1 (diff-lcs-1.1.2.gem) = 05a1164be2de3555104af79791da2977e6419d59 | ||
RMD160 (diff-lcs-1.1.2.gem) = f57dcbd09658cea31f286039ec3f0b599c99ff25 | ||
Size (diff-lcs-1.1.2.gem) = 27136 bytes | ||
SHA1 (diff-lcs-1.1.3.gem) = f9e5dac8411c1b51905d71c38da72aa4948514b7 | ||
RMD160 (diff-lcs-1.1.3.gem) = 9a0e172a7b50b4a20b4a4591d47ea20b01dd9bd5 | ||
Size (diff-lcs-1.1.3.gem) = 41472 bytes |