Sha256: eb631eb45be07116ad1431c29cc25abb16de97034f840c3a69e05c82596cf1ca

Contents?: true

Size: 330 Bytes

Versions: 8

Compression:

Stored size: 330 Bytes

Contents

$: << ::File.expand_path('../', __FILE__)
$: << ::File.expand_path('../spec', __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)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
protobuf-2.8.8 Rakefile
protobuf-2.8.7 Rakefile
protobuf-2.8.6 Rakefile
protobuf-2.8.5 Rakefile
protobuf-2.8.4 Rakefile
protobuf-2.8.3 Rakefile
protobuf-2.8.2 Rakefile
protobuf-2.8.1 Rakefile