Sha256: b7932743a0c0ac33e044c5ffbfc9c255b18c4492bacc7895ed1a54b5ad1afc3a

Contents?: true

Size: 138 Bytes

Versions: 9

Compression:

Stored size: 138 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

desc "Run all specs"
task :spec do
  system("rspec spec")
end

task :default => :spec

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
keydown-0.9.2 Rakefile
keydown-0.9.1 Rakefile
keydown-0.9.0 Rakefile
keydown-0.7.1 Rakefile
keydown-0.7.0 Rakefile
keydown-0.5.2 Rakefile
keydown-0.5.1 Rakefile
keydown-0.5.0 Rakefile
bonfire-0.1.1 Rakefile