Sha256: 82227d4e47b4eb028e90205704a424be3224672876747d86fb403d5b329516a9
Contents?: true
Size: 519 Bytes
Versions: 7
Compression:
Stored size: 519 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'sqlite3-ruby' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" 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 'sqlite3-ruby', version load Gem.bin_path('sqlite3-ruby', 'sqlite3_ruby', version)
Version data entries
7 entries across 7 versions & 1 rubygems