Sha256: 4562671688552a24fc7eedd8144ca117cea3cf15c25a51b6f303d61bd9e27743

Contents?: true

Size: 320 Bytes

Versions: 5

Compression:

Stored size: 320 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new

task :default => [:spec, :cucumber]

task :build do
  system "gem build lyricfind.gemspec"
end

task :release => :build do
  system "gem push lyricfind-#{LyricFind::VERSION}"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
LyricFind-0.1.7 Rakefile
LyricFind-0.1.6 Rakefile
LyricFind-0.1.5 Rakefile
LyricFind-0.1.4 Rakefile
LyricFind-0.1.3 Rakefile