Sha256: 2c455a7029c31ec17b46ca5e2ba60376b24e41bf86a6c1a93504c01333731e11

Contents?: true

Size: 397 Bytes

Versions: 23

Compression:

Stored size: 397 Bytes

Contents

require 'rubygems'
require "bundler/gem_tasks"
require 'bundler'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

require 'rspec/core'
require 'rspec/core/rake_task'

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

task :default => :spec
require "bundler/gem_tasks"

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
musical-1.0.7 Rakefile
itunes-client-0.2.0 Rakefile
itunes-client-0.1.8 Rakefile
musical-1.0.6 Rakefile
musical-1.0.5 Rakefile
itunes-client-0.1.7 Rakefile
itunes-client-0.1.6 Rakefile
itunes-client-0.1.5 Rakefile
musical-1.0.4 Rakefile
itunes-client-0.1.4 Rakefile
itunes-client-0.1.3 Rakefile
musical-1.0.2 Rakefile
musical-1.0.1 Rakefile
musical-1.0.0 Rakefile
itunes-client-0.1.2 Rakefile
itunes-client-0.1.1 Rakefile
itunes-client-0.1.0 Rakefile
itunes-client-0.0.6 Rakefile
itunes-client-0.0.5 Rakefile
itunes-client-0.0.4 Rakefile