Sha256: 0db00b10c1ba5467fe092b94f2a969baee1b6437e7f8a46a351ab5e62fabe19f

Contents?: true

Size: 346 Bytes

Versions: 39

Compression:

Stored size: 346 Bytes

Contents

require 'rake/testtask'
require 'bundler/gem_tasks'

$LOAD_PATH.unshift(__dir__ + "/lib")
require 'record_store'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.warning = false
  t.test_files = FileList['test/**/*_test.rb']
end

task :validate do
  record_store = RecordStore::CLI.new
  record_store.validate_records
end

task default: [:test]

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
record_store-8.0.6 Rakefile
record_store-8.0.5 Rakefile
record_store-8.0.4 Rakefile
record_store-8.0.3 Rakefile
record_store-8.0.2 Rakefile
record_store-8.0.1 Rakefile
record_store-8.0.0 Rakefile
record_store-7.1.1 Rakefile
record_store-7.1.0 Rakefile
record_store-7.0.1 Rakefile
record_store-7.0.0 Rakefile
record_store-6.7.2 Rakefile
record_store-6.7.1 Rakefile
record_store-6.7.0 Rakefile
record_store-6.6.0 Rakefile
record_store-6.5.11 Rakefile
record_store-6.5.10 Rakefile
record_store-6.5.9 Rakefile
record_store-6.5.8 Rakefile
record_store-6.5.5 Rakefile