public
Rubygem
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Search Repo:
Get rid of deprecated autorequires in the gemspec.
nex3 (author)
Tue Apr 29 01:58:58 -0700 2008
commit  5aa394dbb770b78608ae4835ee36e0a5c88cbcfa
tree    96d4fc145c3a063106f9604511c16e1c133141f6
parent  06c8ab07f945fc1259afbe4d181519a6d042fe2d
...
25
26
27
28
29
30
31
...
25
26
27
 
28
29
30
0
@@ -25,7 +25,6 @@
0
   end.to_a
0
   spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
0
   spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
0
- spec.autorequire = ['haml', 'sass']
0
   spec.homepage = 'http://haml.hamptoncatlin.com/'
0
   spec.has_rdoc = true
0
   spec.extra_rdoc_files = readmes

Comments

    No one has commented yet.