Sha256: d51e7411bd961a069f74a3c126057ad6aa1f313c4c8366767a98d5ea4f0e95bb

Contents?: true

Size: 229 Bytes

Versions: 17

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

17 entries across 17 versions & 4 rubygems

Version Path
what_dya_return-0.2.1 Rakefile
what_dya_return-0.2.0 Rakefile
what_dya_return-0.1.0 Rakefile
yuuki-0.1.10 Rakefile
yuuki-0.1.9 Rakefile
yuuki-0.1.8 Rakefile
coffeeoutside-0.2.2 Rakefile
coffeeoutside-0.1.0 Rakefile
yuuki-0.1.7 Rakefile
yuuki-0.1.5 Rakefile
yuuki-0.1.4 Rakefile
yuuki-0.1.3 Rakefile
yuuki-0.1.2 Rakefile
yuuki-0.1.1 Rakefile
ae_reverse_proxy-2.0.0 Rakefile
ae_reverse_proxy-1.1.0 Rakefile
ae_reverse_proxy-1.0.0 Rakefile