Sha256: d1e3d45bb7398cb98844a525f1616f6444f0519e0f88dfd889a4c4bcb20b6bed

Contents?: true

Size: 206 Bytes

Versions: 25

Compression:

Stored size: 206 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs << 'spec'
  t.test_files = FileList['spec/**/*_spec.rb']
  t.verbose = true
end

task default: [:test]

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
cordova-rake-0.5.2 Rakefile
cordova-rake-0.5.1 Rakefile
cordova-rake-0.5.0 Rakefile
cordova-rake-0.4.3 Rakefile
yamg-0.5.3 Rakefile
cordova-rake-0.3.1 Rakefile
cordova-rake-0.3.0 Rakefile
cordova-rake-0.0.8 Rakefile
yamg-0.5.1 Rakefile
yamg-0.5.0 Rakefile
yamg-0.3.8 Rakefile
cordova-rake-0.0.7 Rakefile
yamg-0.3.7 Rakefile
cordova-rake-0.0.5 Rakefile
cordova-rake-0.0.3 Rakefile
yamg-0.3.5 Rakefile
yamg-0.3.3 Rakefile
yamg-0.3.1 Rakefile
yamg-0.3.0 Rakefile
yamg-0.0.9 Rakefile