Sha256: e93826ddef92eb23ac84c82a058c06b132093bf828b020bc676bc3fff82c9b1a

Contents?: true

Size: 239 Bytes

Versions: 37

Compression:

Stored size: 239 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -rubygems -I lib -r head_music.rb"
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
head_music-0.17.0 Rakefile
head_music-0.16.2 Rakefile
head_music-0.16.0 Rakefile
head_music-0.14.8 Rakefile
head_music-0.14.7 Rakefile
head_music-0.14.5 Rakefile
head_music-0.14.4 Rakefile
head_music-0.14.2 Rakefile
head_music-0.14.1 Rakefile
head_music-0.13.2 Rakefile
head_music-0.11.9 Rakefile
head_music-0.11.8 Rakefile
head_music-0.11.7 Rakefile
head_music-0.11.6 Rakefile
head_music-0.11.5 Rakefile
head_music-0.11.4 Rakefile
head_music-0.11.3 Rakefile
head_music-0.11.2 Rakefile
head_music-0.11.1 Rakefile
head_music-0.10.0 Rakefile