Sha256: dbbfd023c9ea6a7b14b200ecff35e5224be439fabadce34babe6b07d96351edf

Contents?: true

Size: 398 Bytes

Versions: 16

Compression:

Stored size: 398 Bytes

Contents

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

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
#
require 'rake/extensiontask'

Rake::ExtensionTask.new("ruby_generator")

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
protobuf-2.2.1 Rakefile
protobuf-2.2.0 Rakefile
protobuf-2.1.3 Rakefile
protobuf-2.1.2 Rakefile
protobuf-2.1.1 Rakefile
protobuf-2.1.0 Rakefile
protobuf-2.0.3 Rakefile
protobuf-2.0.2 Rakefile
protobuf-2.0.1 Rakefile
protobuf-2.0.0 Rakefile
protobuf-2.0.0.rc6 Rakefile
protobuf-2.0.0.rc5 Rakefile
protobuf-2.0.0.rc4 Rakefile
protobuf-2.0.0.rc3 Rakefile
protobuf-2.0.0.rc2 Rakefile
protobuf-2.0.0.rc1 Rakefile