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
rack-jsonr-0.2.2 Rakefile
fanforce-worker-0.10.1 Rakefile
fanforce-plugin-factory-0.20.2 Rakefile
fanforce-plugin-factory-0.20.1 Rakefile
fanforce-plugin-factory-0.20.0 Rakefile
fanforce-worker-0.10.0 Rakefile
fanforce-workers-0.9.1 Rakefile
fanforce-utils-0.2.2 Rakefile
fanforce-plugin-factory-0.19.3 Rakefile
fanforce-plugin-factory-0.19.1 Rakefile
fanforce-plugin-factory-0.19.0 Rakefile
fanforce-workers-0.9.0 Rakefile
fanforce-workers-0.8.1 Rakefile
fanforce-plugin-factory-0.18.0 Rakefile
fanforce-plugin-factory-0.17.2 Rakefile
fanforce-plugin-factory-0.17.1 Rakefile
fanforce-plugin-factory-0.17.0 Rakefile
fanforce-workers-0.8.0 Rakefile
fanforce-plugin-factory-0.16.1 Rakefile
fanforce-plugin-factory-0.16.0 Rakefile