Sha256: 5fdd79a99d0d429a37c5df835eabe9e18e7ea4f47fa10e337dc02b5ccaa5f201

Contents?: true

Size: 765 Bytes

Versions: 75

Compression:

Stored size: 765 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'
require 'apartment'
Apartment.db_migrate_tenants = false
RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Connect'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
zuora_connect-3.2.11 Rakefile
zuora_connect-3.2.10 Rakefile
zuora_connect-3.2.9 Rakefile
zuora_connect-3.2.8 Rakefile
zuora_connect-3.2.7 Rakefile
zuora_connect-3.2.6 Rakefile
zuora_connect-3.2.5 Rakefile
zuora_connect-3.2.4 Rakefile
zuora_connect-3.2.3 Rakefile
zuora_connect-3.2.2 Rakefile
zuora_connect-3.2.0 Rakefile
zuora_connect-3.1.5.pre.g Rakefile
zuora_connect-3.1.5.pre.f Rakefile
zuora_connect-3.1.5.pre.e Rakefile
zuora_connect-3.1.5.pre.d Rakefile
zuora_connect-3.1.5.pre.c Rakefile
zuora_connect-3.1.5.pre.b Rakefile
zuora_connect-3.1.5.pre.a Rakefile
zuora_connect-3.1.5 Rakefile
zuora_connect-3.1.4 Rakefile