Sha256: 88c351f065c9965ed2238bb661813a890ad1056979878ea3cf91982aa269e808

Contents?: true

Size: 459 Bytes

Versions: 16

Compression:

Stored size: 459 Bytes

Contents

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

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

task :ci do
  # Commenting out Rubocop as part of the CI build temporarily
  # because TravisCI is not respecting the .rubocop_todo.yml
  # You can and should still run rubocop in your editor or
  # from the command line manually.
  # Rake::Task['rubocop'].invoke
  Rake::Task['spec'].invoke
end

task default: :ci

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mods_display-1.0.0.alpha4 Rakefile
mods_display-1.0.0.alpha3 Rakefile
mods_display-1.0.0.alpha2 Rakefile
mods_display-1.0.0.alpha1 Rakefile
mods_display-0.10.1 Rakefile
mods_display-0.10.0 Rakefile
mods_display-0.9.1 Rakefile
mods_display-0.9.0 Rakefile
mods_display-0.8.0 Rakefile
mods_display-0.7.1 Rakefile
mods_display-0.7.0 Rakefile
mods_display-0.6.0 Rakefile
mods_display-0.5.1 Rakefile
mods_display-0.5.0 Rakefile
mods_display-0.4.1 Rakefile
mods_display-0.4.0 Rakefile