sass-convert 458 B

1234567891011121314151617181920212223
  1. #!/usr/bin/env ruby
  2. #
  3. # This file was generated by RubyGems.
  4. #
  5. # The application 'sass' is installed as part of a gem, and
  6. # this file is here to facilitate running it.
  7. #
  8. require 'rubygems'
  9. version = ">= 0"
  10. if ARGV.first
  11. str = ARGV.first
  12. str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
  13. if str =~ /\A_(.*)_\z/
  14. version = $1
  15. ARGV.shift
  16. end
  17. end
  18. gem 'sass', version
  19. load Gem.bin_path('sass', 'sass-convert', version)