Sha256: 47a6e47dc7020343a41a3a984d7d429be8b1f27d12b1d306313ed1c691831ec5

Contents?: true

Size: 376 Bytes

Versions: 5

Compression:

Stored size: 376 Bytes

Contents

#!/usr/bin/env rake
require 'rake/testtask'

require 'appraisal'
require 'yaggy'

Yaggy.gem(File.expand_path("ar_mysql_flexmaster.gemspec", File.dirname(__FILE__)), :push_gem => true)

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/*_test.rb'
  #test.test_files = ['test/integration/run_integration_tests']
  test.verbose = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ar_mysql_flexmaster-0.1.2 Rakefile
ar_mysql_flexmaster-0.1.1 Rakefile
ar_mysql_flexmaster-0.1.0 Rakefile
ar_mysql_flexmaster-0.0.8 Rakefile
ar_mysql_flexmaster-0.0.6 Rakefile