Skip to content

Commit

Permalink
Merge remote branch 'refs/remotes/railsjedi/stable' into stable
Browse files Browse the repository at this point in the history
Closes sassgh-291
  • Loading branch information
nex3 committed Oct 5, 2010
2 parents ff15718 + a52d523 commit 6fff0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml.gemspec
Expand Up @@ -26,7 +26,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|

readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass', 'sass-convert']
spec.files = Dir['rails/init.rb', 'lib/**/*', 'vendor/**/*',
spec.files = Dir['rails/init.rb', 'lib/**/*', 'vendor/fssm/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'] + readmes
spec.homepage = 'http://haml-lang.com/'
Expand Down

0 comments on commit 6fff0ba

Please sign in to comment.