Sha256: 0a45b1aa77069523376ee0d7b6db73ecd18f73632d48df0ded826970990ed312
Contents?: true
Size: 461 Bytes
Versions: 4
Compression:
Stored size: 461 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -w # # This file was generated by RubyGems. # # The application 'diff-lcs' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then version = $1 ARGV.shift end gem 'diff-lcs', version load Gem.bin_path('diff-lcs', 'htmldiff', version)
Version data entries
4 entries across 4 versions & 1 rubygems