From 4ea00f9a7e72d93f806b93ad3709ee6bb9d459ef Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Thu, 6 Feb 2014 10:34:25 +0100 Subject: [PATCH] Add homepage to gemspec --- postgres_ext.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_ext.gemspec b/postgres_ext.gemspec index f7cdfcc..c049a80 100644 --- a/postgres_ext.gemspec +++ b/postgres_ext.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| gem.email = ["git@danmcclain.net"] gem.description = %q{Adds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions for ActiveRecord and Arel} gem.summary = %q{Extends ActiveRecord to handle native PostgreSQL data types} - gem.homepage = "" + gem.homepage = 'https://github.com/dockyard/postgres_ext' gem.licenses = ['MIT'] gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }