summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2015-01-29 10:48:38 -0500
committerAustin Ziegler <austin@zieglers.ca>2015-01-29 10:48:38 -0500
commitff796c262db5a22f14b4765c09655b4faccc132a (patch)
tree7467998f5ff0579c425b3a4abf3a2aef0a0778e4
parent15653d6571258fac64bde7240d31c630118b8d91 (diff)
parent2458e5729ef08645dbf94493e2aed7ce11af3d03 (diff)
downloaddiff-lcs-ff796c262db5a22f14b4765c09655b4faccc132a.tar.gz
Merge pull request #31 from apuratepp/udpate-url-in-gemspec
Update Homepage URL in gemspec file
-rw-r--r--diff-lcs.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-lcs.gemspec b/diff-lcs.gemspec
index 96697b6..b972c34 100644
--- a/diff-lcs.gemspec
+++ b/diff-lcs.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
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"]
s.files = [".autotest", ".gemtest", ".hoerc", ".rspec", ".travis.yml", "Contributing.rdoc", "Gemfile", "History.rdoc", "License.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "autotest/discover.rb", "bin/htmldiff", "bin/ldiff", "docs/COPYING.txt", "docs/artistic.txt", "lib/diff-lcs.rb", "lib/diff/lcs.rb", "lib/diff/lcs/array.rb", "lib/diff/lcs/block.rb", "lib/diff/lcs/callbacks.rb", "lib/diff/lcs/change.rb", "lib/diff/lcs/htmldiff.rb", "lib/diff/lcs/hunk.rb", "lib/diff/lcs/internals.rb", "lib/diff/lcs/ldiff.rb", "lib/diff/lcs/string.rb", "spec/change_spec.rb", "spec/diff_spec.rb", "spec/hunk_spec.rb", "spec/issues_spec.rb", "spec/lcs_spec.rb", "spec/patch_spec.rb", "spec/sdiff_spec.rb", "spec/spec_helper.rb", "spec/traverse_balanced_spec.rb", "spec/traverse_sequences_spec.rb"]
- s.homepage = "http://diff-lcs.rubyforge.org/"
+ s.homepage = "http://halostatue.github.io/diff-lcs/"
s.licenses = ["MIT", "Perl Artistic v2", "GNU GPL v2"]
s.rdoc_options = ["--main", "README.rdoc"]
s.rubygems_version = "2.2.1"