Sha256: 20ebaf68b533b9a98ecf2cd9aadddec70d16f494916dd2f1e810c820e2d4e472
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/opt/github/rbenv/versions/1.8.7-p358/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', 'ldiff', version)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librarian-puppet-0.9.4 | vendor/gems/ruby/1.8/bin/ldiff |
librarian-puppet-0.9.3 | vendor/gems/ruby/1.8/bin/ldiff |