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.13.0 Rakefile
fanforce-validations-0.7.0 Rakefile
fanforce-plugin-factory-0.24.0 Rakefile
fanforce-exceptions-0.5.0 Rakefile
fanforce-plugin-factory-0.23.1 Rakefile
fanforce-plugin-factory-0.23.0 Rakefile
fanforce-worker-0.12 Rakefile
fanforce-plugin-factory-0.22.1 Rakefile
rack-jsonr-0.2.5 Rakefile
rack-jsonr-0.2.4 Rakefile
fanforce-plugin-factory-0.22.0 Rakefile
fanforce-plugin-factory-0.21.0 Rakefile
fanforce-worker-0.11.2 Rakefile
fanforce-utils-0.3.1 Rakefile
fanforce-worker-0.11.1 Rakefile
fanforce-worker-0.11.0 Rakefile
fanforce-validations-0.6.0 Rakefile
fanforce-utils-0.3.0 Rakefile
fanforce-exceptions-0.4.0 Rakefile
rack-jsonr-0.2.3 Rakefile