diff --git a/sass.gemspec b/sass.gemspec index 35e047cf59..e73ce3c9bb 100644 --- a/sass.gemspec +++ b/sass.gemspec @@ -22,7 +22,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec| spec.add_development_dependency 'maruku', '>= 0.5.9' readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" } - spec.executables = ['sass', 'sass-convert'] + spec.executables = ['sass', 'sass-convert', 'scss'] spec.files = Dir['rails/init.rb', 'lib/**/*', 'vendor/**/*', 'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'] + readmes