1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Update the website in the gemspec to point to haml-lang.com.

This commit is contained in:
Nathan Weizenbaum 2009-11-28 15:17:33 -08:00
parent d600d96327
commit 46958516be

View file

@ -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 += [