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.3.0 Rakefile
rack-jsonr-0.2.8 Rakefile
fanforce-exceptions-0.8.0 Rakefile
fanforce-validations-0.8.0 Rakefile
fanforce-exceptions-0.7.0 Rakefile
fanforce-exceptions-0.6.0 Rakefile
fanforce-plugin-factory-0.41.0 Rakefile
fanforce-plugin-factory-0.40.0 Rakefile
fanforce-plugin-factory-0.39.1 Rakefile
fanforce-plugin-factory-0.39.0 Rakefile
fanforce-plugin-factory-0.38.2 Rakefile
fanforce-plugin-factory-0.38.1 Rakefile
fanforce-plugin-factory-0.38.0 Rakefile
fanforce-worker-0.16.0 Rakefile
fanforce-plugin-factory-0.37.1 Rakefile
fanforce-plugin-factory-0.37.0 Rakefile
fanforce-plugin-factory-0.36.0 Rakefile
fanforce-plugin-factory-0.35.2 Rakefile
fanforce-plugin-factory-0.35.1 Rakefile
fanforce-plugin-factory-0.35.0 Rakefile