Sha256: f86647742a0db761f4a0507874f8c0fb1055d3d0b4b587be7ddabd8d88aaeaa4

Contents?: true

Size: 416 Bytes

Versions: 5

Compression:

Stored size: 416 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)

task :console do
  require 'pry'
  require 'protobuf'
  ARGV.clear
  ::Pry.start
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protobuf-2.8.13 Rakefile
protobuf-2.8.12 Rakefile
protobuf-2.8.11 Rakefile
protobuf-2.8.10 Rakefile
protobuf-2.8.9 Rakefile