Sha256: 3df7861c265597faee9a4123e38824c8fd78be44c35138d3be71959936fdd4c0

Contents?: true

Size: 376 Bytes

Versions: 14

Compression:

Stored size: 376 Bytes

Contents

spec_path = File.expand_path('../trenni.gemspec', Dir.pwd)
spec = Gem::Specification.load(spec_path)

require "rake/extensiontask"

unless RUBY_PLATFORM =~ /java/
	Rake::ExtensionTask.new("trenni") do |ext|
		ext.ext_dir = 'trenni'
		ext.lib_dir = '../lib/trenni'
	end
else
	task :compile do
		puts "Nothing to compile for this platform."
	end
end

task :default => :compile

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
trenni-3.7.1 ext/Rakefile
trenni-3.7.0 ext/Rakefile
trenni-3.6.1 ext/Rakefile
trenni-3.6.0 ext/Rakefile
trenni-3.5.0 ext/Rakefile
trenni-3.4.0 ext/Rakefile
trenni-3.3.0 ext/Rakefile
trenni-3.2.0 ext/Rakefile
trenni-3.1.3 ext/Rakefile
trenni-3.1.2 ext/Rakefile
trenni-3.1.1 ext/Rakefile
trenni-3.1.0 ext/Rakefile
trenni-3.0.4 ext/Rakefile
trenni-3.0.3 ext/Rakefile