Sha256: 43214f3a6074087afc546a1bc4a291f7a5b7c8ea2607a44f467829bdea0881bf

Contents?: true

Size: 437 Bytes

Versions: 10

Compression:

Stored size: 437 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'countless/rake_tasks'

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

task default: :spec

# Configure all code statistics directories
Countless.configure do |config|
  config.stats_base_directories = [
    { name: 'Top-levels',
      pattern: 'lib/**/*.rb' },
    { name: 'Top-levels specs', test: true,
      pattern: 'spec/grape/**/*.rb' }
  ]
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
grape-jwt-authentication-2.5.0 Rakefile
grape-jwt-authentication-2.4.5 Rakefile
grape-jwt-authentication-2.4.4 Rakefile
grape-jwt-authentication-2.4.3 Rakefile
grape-jwt-authentication-2.4.2 Rakefile
grape-jwt-authentication-2.4.1 Rakefile
grape-jwt-authentication-2.4.0 Rakefile
grape-jwt-authentication-2.3.0 Rakefile
grape-jwt-authentication-2.2.0 Rakefile
grape-jwt-authentication-2.1.0 Rakefile