Sha256: 805b8a40dd682dd7e42748f85cea9435f5e41a8a94a2f72bb69efed4c1c23e6e
Contents?: true
Size: 453 Bytes
Versions: 51
Compression:
Stored size: 453 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/jeljer/.rbenv/versions/1.9.3-p0/bin/ruby # # 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
51 entries across 51 versions & 2 rubygems