Sha256: 7cc5e29f56ccd03ce967c9e68bb1c07f87f62e21f2d07cfab1220aa178397c65
Contents?: true
Size: 501 Bytes
Versions: 60
Compression:
Stored size: 501 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" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end gem 'nokogiri', version load Gem.bin_path('nokogiri', 'nokogiri', version)
Version data entries
60 entries across 41 versions & 8 rubygems