Sha256: 60748a1f3ba0e21481ca7548eacea7f65df4e432df5b5e70e4bf4711d04e07fa

Contents?: true

Size: 229 Bytes

Versions: 15

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

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

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/test_*.rb']
end

task default: %i[test]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
papierkram_api_client-0.5.0 Rakefile
papierkram_api_client-0.4.2 Rakefile
papierkram_api_client-0.4.1 Rakefile
papierkram_api_client-0.4.0 Rakefile
papierkram_api_client-0.3.1 Rakefile
papierkram_api_client-0.3.0 Rakefile
papierkram_api_client-0.2.4 Rakefile
papierkram_api_client-0.2.3 Rakefile
papierkram_api_client-0.2.2 Rakefile
papierkram_api_client-0.2.1 Rakefile
papierkram_api_client-0.2.0 Rakefile
papierkram_api_client-0.1.3 Rakefile
papierkram_api_client-0.1.2 Rakefile
papierkram_api_client-0.1.1 Rakefile
papierkram_api_client-0.1.0 Rakefile