summaryrefslogtreecommitdiff
path: root/diff-lcs.gemspec
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-02-09 10:39:54 -0500
committerAustin Ziegler <austin@zieglers.ca>2013-02-09 10:39:54 -0500
commit8ef6c17a75d59ab8aaf10cc15aef00aecca066b5 (patch)
tree5ad1b5214a8d7cc5d6ce0721439696b68a29d0eb /diff-lcs.gemspec
parent485027b970665b39d51dac91a5e0c2f580cd3bf1 (diff)
downloaddiff-lcs-8ef6c17a75d59ab8aaf10cc15aef00aecca066b5.tar.gz
Updating the in-repo gemspec.
Diffstat (limited to 'diff-lcs.gemspec')
-rw-r--r--diff-lcs.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/diff-lcs.gemspec b/diff-lcs.gemspec
index ec1002e..9cace76 100644
--- a/diff-lcs.gemspec
+++ b/diff-lcs.gemspec
@@ -2,12 +2,12 @@
Gem::Specification.new do |s|
s.name = "diff-lcs"
- s.version = "1.2.0"
+ s.version = "1.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Austin Ziegler"]
- s.date = "2013-02-04"
- s.description = "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.2. Everyone is strongly encouraged to upgrade to this version\nas it fixes all known outstanding issues."
+ s.date = "2013-02-09"
+ s.description = "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.2.1, restoring the public API to what existed in Diff::LCS\n1.1.x. Everyone is strongly encouraged to upgrade to this version as it fixes\nall known outstanding issues."
s.email = ["austin@rubyforge.org"]
s.executables = ["htmldiff", "ldiff"]
s.extra_rdoc_files = ["Contributing.rdoc", "History.rdoc", "License.rdoc", "Manifest.txt", "README.rdoc", "docs/COPYING.txt", "docs/artistic.txt", "Contributing.rdoc", "History.rdoc", "License.rdoc", "README.rdoc"]