Sha256: a758c4dcb659f0054a91624afcce62afc610106ef61dee7a741445298aa0c064

Contents?: true

Size: 353 Bytes

Versions: 169

Compression:

Stored size: 353 Bytes

Contents

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

desc 'Run tests'
RSpec::Core::RakeTask.new(:spec)

desc 'Run Rubocop on the gem'
RuboCop::RakeTask.new(:rubocop) do |task|
  task.patterns = ['lib/**/*.rb', 'spec/**/*.rb', 'bin/*']
  task.fail_on_error = true
end

task default: [:spec, :rubocop, :build, :install]

Version data entries

169 entries across 169 versions & 12 rubygems

Version Path
prospectus-0.5.4 Rakefile
prospectus-0.5.2 Rakefile
prospectus-0.5.1 Rakefile
prospectus-0.5.0 Rakefile
prospectus-0.4.0 Rakefile
prospectus-0.3.0 Rakefile
prospectus-0.2.2 Rakefile
pkgforge-0.18.0 Rakefile
pkgforge-0.17.0 Rakefile
targit-2.2.0 Rakefile
targit-2.1.0 Rakefile
spaarti-1.0.5 Rakefile
targit-2.0.2 Rakefile
prospectus-0.2.1 Rakefile
pkgforge-0.16.1 Rakefile
pkgforge-0.16.0 Rakefile
speculate-0.0.3 Rakefile
pkgforge-0.15.1 Rakefile
pkgforge-0.15.0 Rakefile
pkgforge-0.14.0 Rakefile