Sha256: f6405135badcfa3501b57d477b2cc8c9d176e83e1b3f76a00fa78645a634d211

Contents?: true

Size: 267 Bytes

Versions: 14

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

begin
  require 'midwire_common/rake_tasks'
rescue LoadError
  puts ">>> Could not load 'midwire_common' gem."
  exit
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
movie_organizer-1.0.2 Rakefile
movie_organizer-1.0.1 Rakefile
movie_organizer-0.1.11 Rakefile
movie_organizer-0.1.10 Rakefile
movie_organizer-0.1.9 Rakefile
movie_organizer-0.1.8 Rakefile
movie_organizer-0.1.7 Rakefile
movie_organizer-0.1.6 Rakefile
movie_organizer-0.1.5 Rakefile
movie_organizer-0.1.4 Rakefile
movie_organizer-0.1.3 Rakefile
movie_organizer-0.1.2 Rakefile
movie_organizer-0.1.1 Rakefile
movie_organizer-0.1.0 Rakefile