Sha256: d4070e9513061d2a851d2516e635e3eadd428ae52744ad89bb2af0d58fbcfa93

Contents?: true

Size: 344 Bytes

Versions: 15

Compression:

Stored size: 344 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']
  task.fail_on_error = true
end

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

Version data entries

15 entries across 15 versions & 9 rubygems

Version Path
skipper-0.0.1 Rakefile
hammerstore-0.0.2 Rakefile
githubstats-0.2.11 Rakefile
tablet-0.0.1 Rakefile
memegen-ng-0.0.1 Rakefile
octoauth-0.0.4 Rakefile
octoauth-0.0.3 Rakefile
gemplate-0.1.1 template/Rakefile
octoauth-0.0.2 Rakefile
octoauth-0.0.1 Rakefile
gemplate-0.1.0 template/Rakefile
gemplate-0.0.1 template/Rakefile
userinput-0.0.2 Rakefile
userinput-0.0.1 Rakefile
taskit-0.0.1 Rakefile