Sha256: 1d20dbbec84ccf46ea380a4162a43111df64e5caf426ccb91b4a2e60bcc0c11b

Contents?: true

Size: 176 Bytes

Versions: 10

Compression:

Stored size: 176 Bytes

Contents

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

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

task default: :test

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
omniauth-threads-0.1.2 Rakefile
omniauth-threads-0.1.1 Rakefile
omniauth-threads-0.1.0 Rakefile
omniauth-facebook-9.0.0 Rakefile
omniauth-facebook-8.0.0 Rakefile
omniauth-facebook-7.0.0 Rakefile
omniauth-facebook-6.0.0 Rakefile
omniauth-facebook-5.0.0 Rakefile
omniauth-facebook-4.0.0 Rakefile
omniauth-facebook-4.0.0.rc1 Rakefile