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:
parent
d600d96327
commit
46958516be
1 changed files with 1 additions and 1 deletions
|
@ -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 += [
|
||||
|
|
Loading…
Add table
Reference in a new issue