From 2458e5729ef08645dbf94493e2aed7ce11af3d03 Mon Sep 17 00:00:00 2001 From: Josep Date: Thu, 29 Jan 2015 10:50:01 +0100 Subject: Update Homepage URL in gemspec file --- diff-lcs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1