Sha256: 96f077d0daa4b3f70db348b056c5eb609efa6941d311a5615bd9e8ab1c2f1d30
Contents?: true
Size: 538 Bytes
Versions: 48
Compression:
Stored size: 538 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'nokogiri' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" str = ARGV.first if str str = str.b[/\A_(.*)_\z/, 1] if str and Gem::Version.correct?(str) version = str ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('nokogiri', 'nokogiri', version) else gem "nokogiri", version load Gem.bin_path("nokogiri", "nokogiri", version) end
Version data entries
48 entries across 37 versions & 10 rubygems