Sha256: e2381ed7b5829545428c6a4b8470b23eb2a6648d2f5268fdc31bd61f4c1fc0a2
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_postgres/version' ROOT = Pathname(__FILE__).dirname.expand_path JRUBY = RUBY_PLATFORM =~ /java/ WINDOWS = Gem.win_platform? SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS']) BINARY_VERSION = '5.0.77' Dir['tasks/*.rake'].sort.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_postgres_ext/Makefile ext-java/target ])
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
do_postgres-0.10.0-x86-mswin32-60 | Rakefile |
do_postgres-0.10.0-x86-mingw32 | Rakefile |
do_postgres-0.10.0 | Rakefile |
do_postgres-0.10.0-java | Rakefile |