From 4a315750caa17c3c4cd9633dd0469d44f64f00b1 Mon Sep 17 00:00:00 2001 From: Nicholas Bruning Date: Thu, 7 Nov 2013 10:48:17 +1100 Subject: [PATCH] Updated gemspec --- mongoid-enum.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoid-enum.gemspec b/mongoid-enum.gemspec index 14ad85e..6ea3c5e 100644 --- a/mongoid-enum.gemspec +++ b/mongoid-enum.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["nicholas@bruning.com.au"] spec.description = %q{Heavily inspired by DDH's ActiveRecord::Enum, this little library is just there to help you cut down the cruft in your models and make the world a happier place at the same time.} spec.summary = %q{Sweet enum sugar for your Mongoid documents} - spec.homepage = "" + spec.homepage = "https://github.com/thetron/mongoid-enum" spec.license = "MIT" spec.files = `git ls-files`.split($/)