Sha256: 3f6ccc6ded4a397bc21e3814c3c8d6565107d0c3f222c1cf471931e8e6780d50

Contents?: true

Size: 227 Bytes

Versions: 19

Compression:

Stored size: 227 Bytes

Contents

require "bundler"
Bundler::GemHelper.install_tasks

require "rake/testtask"
Rake::TestTask.new do |t|
  t.libs += %w[test lib]
  t.ruby_opts = %w[-rubygems]
  t.test_files = FileList["test/**/*_test.rb"]
  t.verbose = true
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
notifier-0.5.1 Rakefile
notifier-0.5.0 Rakefile
notifier-0.4.1 Rakefile
notifier-0.4.0 Rakefile
notifier-0.2.1 Rakefile
notifier-0.2.0 Rakefile
notifier-0.1.5 Rakefile
test_notifier-1.0.0 Rakefile
notifier-0.1.4 Rakefile
test_notifier-0.4.0 Rakefile
notifier-0.1.3 Rakefile
notifier-0.1.2 Rakefile
test_notifier-0.3.6 Rakefile
notifier-0.1.1 Rakefile
test_notifier-0.3.5 Rakefile
test_notifier-0.3.5.rc.4 Rakefile
test_notifier-0.3.5.rc.3 Rakefile
notifier-0.1.0 Rakefile
test_notifier-0.3.5.rc.2 Rakefile