Sha256: 35d39903d79f80f5f8cc27d731ff170ceb49cfc7e9bf6559a6736acbb7ecec2d

Contents?: true

Size: 349 Bytes

Versions: 217

Compression:

Stored size: 349 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'fileutils'
include FileUtils

# Default Rake task is compile
#task :default => :compile

########################################################################

Rake::TestTask.new do |t|
  t.libs.push "lib"
  t.libs.push "test"
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

Version data entries

217 entries across 217 versions & 12 rubygems

Version Path
fanforce-worker-0.15.0 Rakefile
fanforce-worker-0.14.4 Rakefile
fanforce-worker-0.14.3 Rakefile
fanforce-worker-0.14.2 Rakefile
fanforce-worker-0.14.1 Rakefile
fanforce-worker-0.14.0 Rakefile
fanforce-worker-0.13.2 Rakefile
fanforce-plugin-factory-0.29.0 Rakefile
fanforce-worker-0.13.1 Rakefile
fanforce-plugin-factory-0.28.0 Rakefile
fanforce-plugin-factory-0.27.0 Rakefile
fanforce-plugin-factory-0.26.4 Rakefile
fanforce-plugin-factory-0.26.3 Rakefile
fanforce-plugin-factory-0.26.2 Rakefile
fanforce-plugin-factory-0.26.1 Rakefile
fanforce-plugin-factory-0.26.0 Rakefile
fanforce-plugin-factory-0.25.0 Rakefile
fanforce-exceptions-0.5.1 Rakefile
fanforce-plugin-factory-0.24.1 Rakefile
fanforce-validations-0.7.1 Rakefile