Sha256: aed49f3f4c3407bf93b7a32a3c2f4b30328156904375fba2a4d658c8320f3015
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
require 'rubygems' require 'ffi' require 'rake/clean' require File.expand_path('../../lib/mt-libcouchbase/ext/tasks', __FILE__) Dir.chdir File.expand_path("../../", __FILE__) task :default => :libcouchbase desc "Compile libcouchbase from submodule" if FFI::Platform.windows? task :libcouchbase do; end else task :libcouchbase => ["ext/libcouchbase/build/lib/libcouchbase_libuv.#{FFI::Platform::LIBSUFFIX}"] CLOBBER.include("ext/libcouchbase/build/lib/libcouchbase_libuv.#{FFI::Platform::LIBSUFFIX}") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mt-libcouchbase-1.4.03 | ext/Rakefile |
mt-libcouchbase-1.4.02 | ext/Rakefile |
mt-libcouchbase-1.4.01 | ext/Rakefile |
mt-libcouchbase-1.4.0 | ext/Rakefile |