Sha256: 23fc79f44870117d0e37d87b1fcaf67ed14994febe4166adf925d4f6e7e5fc4f

Contents?: true

Size: 298 Bytes

Versions: 12

Compression:

Stored size: 298 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: :spec

begin
  require 'midwire_common/rake_tasks'
rescue StandardError => e
  puts(">>> Can't load midwire_common/rake_tasks.")
  puts(">>> Did you 'bundle exec'?: #{e.message}")
  exit
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
tr4n5l4te-0.1.5 Rakefile
tr4n5l4te-0.1.4 Rakefile
jsonapi_rspec-0.2.2 Rakefile
jsonapi_rspec-0.2.1 Rakefile
jsonapi_rspec-0.2.0 Rakefile
jsonapi_rspec-0.1.0 Rakefile
acts_as_bytefield-0.1.1 Rakefile
acts_as_bytefield-0.1.0 Rakefile
tr4n5l4te-0.1.3 Rakefile
tr4n5l4te-0.1.2 Rakefile
tr4n5l4te-0.1.1 Rakefile
tr4n5l4te-0.1.0 Rakefile