From 46958516be1fa9035a004903c81a75ac485c6f88 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sat, 28 Nov 2009 15:17:33 -0800 Subject: [PATCH] Update the website in the gemspec to point to haml-lang.com. --- haml.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haml.gemspec b/haml.gemspec index d9c6e745..a0c0f9ad 100644 --- a/haml.gemspec +++ b/haml.gemspec @@ -37,7 +37,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec| spec.executables = ['haml', 'html2haml', 'sass', 'css2sass'] spec.files = FileList['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'].to_a + readmes - spec.homepage = 'http://haml.hamptoncatlin.com/' + spec.homepage = 'http://haml-lang.com/' spec.has_rdoc = true spec.extra_rdoc_files = readmes spec.rdoc_options += [