Sha256: e9e254641deae4e7422f5e8d5c5712a9dd7c8f2be8a9dbd740b4f4bb3aab73fe

Contents?: true

Size: 322 Bytes

Versions: 20

Compression:

Stored size: 322 Bytes

Contents

# -*- ruby -*-
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
require 'bundler/gem_tasks'

desc 'Run Rubocop to check for style violations'
RuboCop::RakeTask.new

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

desc 'Does rubocop lint and runs the specs'
task all: [:rubocop, :spec]

task default: :all

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
googleauth-0.8.0 Rakefile
googleauth-0.7.1 Rakefile
googleauth-0.6.7 Rakefile
googleauth-0.6.6 Rakefile
googleauth-0.6.5 Rakefile
googleauth-0.6.4 Rakefile
googleauth-0.6.3 Rakefile
googleauth-0.6.2 Rakefile
googleauth-0.6.1 Rakefile
googleauth-0.6.0 Rakefile
googleauth-0.5.3 Rakefile
googleauth-0.5.2 Rakefile
googleauth-0.5.1 Rakefile
googleauth-0.5.0 Rakefile
googleauth-0.4.2 Rakefile
googleauth-0.4.1 Rakefile
googleauth-0.4.0 Rakefile
googleauth-0.3.0 Rakefile
googleauth-0.2.0 Rakefile
googleauth-0.1.0 Rakefile