Sha256: d05b051846c9c94c294c29f804ae68a6812f541bfc1aae720b83c37f4fac847a

Contents?: true

Size: 228 Bytes

Versions: 10

Compression:

Stored size: 228 Bytes

Contents

require 'rubygems'

require 'rubygems/tasks'
Gem::Tasks.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :test    => :spec
task :default => :spec

require 'yard'
YARD::Rake::YardocTask.new  
task :doc => :yard

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
nokogiri-ext-0.1.1 Rakefile
hexdump-1.0.1 Rakefile
python-pickle-0.2.0 Rakefile
python-pickle-0.1.1 Rakefile
python-pickle-0.1.0 Rakefile
fake_io-0.1.0 Rakefile
nokogiri-ext-0.1.0 Rakefile
hexdump-1.0.0 Rakefile
hexdump-0.3.0 Rakefile
hexdump-0.2.4 Rakefile