Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/usr/bin/env ruby_noexec_wrapper
  2. #
  3. # This file was generated by RubyGems.
  4. #
  5. # The application 'compass' is installed as part of a gem, and
  6. # this file is here to facilitate running it.
  7. #
  8.  
  9. require 'rubygems'
  10.  
  11. version = ">= 0"
  12.  
  13. if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
  14. version = $1
  15. ARGV.shift
  16. end
  17.  
  18. gem 'compass', version
  19. load Gem.bin_path('compass', 'compass', version)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement