Sha256: 47c9004ac87c68d8b27b2c8d74bc482295439473eecd0f72ce3b6edd5586f364
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'compass' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ version = $1 ARGV.shift end end gem 'compass', version load Gem.bin_path('compass', 'compass', version)
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sadui-0.0.4 | vendor/bundle/ruby/2.0.0/bin/compass |
sadui-0.0.4 | vendor/bundle/ruby/2.1.0/bin/compass |