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.8.0 Rakefile
head_music-0.7.0 Rakefile
head_music-0.6.4 Rakefile
head_music-0.6.3 Rakefile
head_music-0.6.1 Rakefile
head_music-0.6.0 Rakefile
head_music-0.5.4 Rakefile
head_music-0.5.3 Rakefile
head_music-0.5.2 Rakefile
head_music-0.5.1 Rakefile
head_music-0.5.0 Rakefile
head_music-0.4.0 Rakefile
head_music-0.3.1 Rakefile
head_music-0.3.0 Rakefile
head_music-0.1.5 Rakefile
head_music-0.1.1 Rakefile
head_music-0.1.0 Rakefile