Sha256: bc5f26dac35cf3c0487760b7bbca03a2731ac6822f0b18a2bfcfe03fa89ffb61

Contents?: true

Size: 165 Bytes

Versions: 3

Compression:

Stored size: 165 Bytes

Contents

require "bundler/gem_tasks"

task :default => :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ["--color", '--format doc']
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ar2gostruct-0.2.2 Rakefile
ar2gostruct-0.2.1 Rakefile
ar2gostruct-0.2.0 Rakefile