Sha256: 6e3785795d5dc19a00057de70e1bd02ede42385d17cbe1fb7a7315799f41785e

Contents?: true

Size: 232 Bytes

Versions: 31

Compression:

Stored size: 232 Bytes

Contents

require 'bundler/setup'
require 'rake/testtask'
require "bundler/gem_tasks"

task :default => :test

Rake::Task[:release].clear

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = "test/**/*_spec.rb"
  t.verbose = true
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
omf_common-6.2.3 Rakefile
omf_common-6.2.2 Rakefile
omf_common-6.2.1 Rakefile
omf_common-6.2.0 Rakefile
omf_common-6.2.0.pre.2 Rakefile
omf_common-6.2.0.pre.1 Rakefile
omf_common-6.1.14.pre.2 Rakefile
omf_common-6.1.14.pre.1 Rakefile
omf_common-6.1.12 Rakefile
omf_common-6.1.11 Rakefile
omf_common-6.1.10 Rakefile
omf_common-6.1.9 Rakefile
omf_common-6.1.9.pre.4 Rakefile
omf_common-6.1.9.pre.3 Rakefile
omf_common-6.1.9.pre.2 Rakefile
omf_common-6.1.8 Rakefile
omf_common-6.1.7 Rakefile
omf_common-6.1.6 Rakefile
omf_common-6.1.6.pre.2 Rakefile
omf_common-6.1.6.pre.1 Rakefile