1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Masahiro TANAKA <masa16.tanaka@gmail.com>
Date: Fri, 16 May 2014 10:23:43 +0900
Subject: mv homepage
---
pgplot.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pgplot.gemspec b/pgplot.gemspec
index 4e41bc4..05bc3ec 100644
--- a/pgplot.gemspec
+++ b/pgplot.gemspec
@@ -17,7 +17,7 @@ PGPLOT_GEMSPEC = Gem::Specification.new do |s|
s.description = "PGPLOT wrapper for Ruby"
s.email = "masa16.tanaka@gmail.com"
s.extensions = ["ext/extconf.rb"]
- s.homepage = "http://pgplot.rubyforge.org/"
+ s.homepage = "http://masa16.github.io/ruby-pgplot/"
s.require_paths = ["."]
s.rubyforge_project = "pgplot"
s.rubygems_version = "2.0.0"
|