Sha256: 1918914dafd5ff67b0fb2bf605f3900210211c503dbf51d558ed8cf214e5044b
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
require 'rubygems' require 'rake' require 'rake/clean' require 'pathname' require 'lib/do_mysql/version' ROOT = Pathname(__FILE__).dirname.expand_path JRUBY = RUBY_PLATFORM =~ /java/ WINDOWS = Gem.win_platform? SUDO = (WINDOWS || JRUBY) ? '' : ('sudo' unless ENV['SUDOLESS']) BINARY_VERSION = '5.0.77' Dir['tasks/*.rake'].each { |f| import f } CLEAN.include(%w[ {tmp,pkg}/ **/*.{o,so,bundle,jar,log,a,gem,dSYM,obj,pdb,exp,DS_Store,rbc,db} ext/do_mysql_ext/Makefile ext-java/target ])
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
do_mysql-0.9.12-java | Rakefile |
do_mysql-0.9.12-x86-mingw32 | Rakefile |
do_mysql-0.9.12 | Rakefile |
do_mysql-0.9.12-x86-mswin32-60 | Rakefile |