Sha256: 4f74cf9b62ade503a88033e3aa6af40b85b4b0686fa05b3798ca17ce03f0d847

Contents?: true

Size: 319 Bytes

Versions: 7

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

require 'rubocop/rake_task'
RuboCop::RakeTask.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ['-c', '-f progress', '-r ./spec/spec_helper.rb']
  t.pattern = 'spec/**/*_spec.rb'
end

task default: %i[rubocop spec]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
google_distance_matrix-0.6.5 Rakefile
google_distance_matrix-0.6.4 Rakefile
google_distance_matrix-0.6.3 Rakefile
google_distance_matrix-0.6.2 Rakefile
google_distance_matrix-0.6.1 Rakefile
google_distance_matrix-0.6.0 Rakefile
google_distance_matrix-0.5.0 Rakefile