Sha256: 8a2499d778870e3d363a1fc9c96bbaffa8cfcaf2f83c29c9cb48ca6f6f25e694

Contents?: true

Size: 573 Bytes

Versions: 98

Compression:

Stored size: 573 Bytes

Contents

$:.push File.expand_path("./", File.dirname(__FILE__))
$:.push File.expand_path("./spec", File.dirname(__FILE__))

require "rubygems"
require "rubygems/package_task"
require "bundler/gem_tasks"
# require "benchmark/tasks"

require "rspec/core/rake_task"

desc "Default: run specs."
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new(:spec)

##
# rake-compiler
#
spec = Gem::Specification.load("protobuf.gemspec")

Gem::PackageTask.new(spec) do |pkg|
end

if RUBY_PLATFORM =~ /java/
  require "rake/javaextensiontask"
else
  require "rake/extensiontask"
end

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
protobuf-2.7.12 Rakefile
protobuf-2.8.0 Rakefile
protobuf-2.8.0.beta9-java Rakefile
protobuf-2.8.0.beta9 Rakefile
protobuf-2.8.0.beta8-java Rakefile
protobuf-2.8.0.beta8 Rakefile
protobuf-2.8.0.beta6-java Rakefile
protobuf-2.8.0.beta6 Rakefile
protobuf-2.8.0.beta5-java Rakefile
protobuf-2.8.0.beta5 Rakefile
protobuf-2.8.0.beta4-java Rakefile
protobuf-2.8.0.beta4 Rakefile
protobuf-2.8.0.beta3-java Rakefile
protobuf-2.8.0.beta3 Rakefile
protobuf-2.8.0.beta2-java Rakefile
protobuf-2.8.0.beta2 Rakefile
protobuf-2.7.11-java Rakefile
protobuf-2.7.11 Rakefile
protobuf-2.8.0.beta1-java Rakefile
protobuf-2.8.0.beta1 Rakefile