Sha256: 187931cd5246c4361e9d5d146526a69ac0f4df052483d07f8f39c1b7527ca73c

Contents?: true

Size: 357 Bytes

Versions: 22

Compression:

Stored size: 357 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake'
require 'rubygems/package_task'
require 'rake/testtask'

desc 'Default Task'
task :default => [:test, :build]

desc 'Test Task'
Rake::TestTask.new do |t|
  files = FileList['test/helper.rb', 'test/test_*.rb']
  t.loader = :rake
  t.test_files = files
  t.libs << '.'
  t.warning = true
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
reality-mash-1.1.0 Rakefile
reality-core-1.8.0 Rakefile
reality-naming-1.9.0 Rakefile
reality-naming-1.8.0 Rakefile
reality-naming-1.7.0 Rakefile
reality-core-1.7.0 Rakefile
reality-core-1.6.0 Rakefile
reality-naming-1.6.0 Rakefile
reality-naming-1.5.0 Rakefile
reality-core-1.5.0 Rakefile
reality-core-1.4.0 Rakefile
reality-core-1.3.0 Rakefile
reality-core-1.2.0 Rakefile
reality-core-1.1.0 Rakefile
reality-core-1.0.0 Rakefile
reality-orderedhash-1.0.0 Rakefile
reality-mash-1.0.0 Rakefile
reality-naming-1.4.0 Rakefile
reality-naming-1.3.0 Rakefile
reality-naming-1.2.0 Rakefile