Sha256: 16b6b6190bfae740936fa91b0865b2c66d1c24f9e46ab6aed80db3cfe87ab9ce

Contents?: true

Size: 387 Bytes

Versions: 123

Compression:

Stored size: 387 Bytes

Contents

#!/usr/bin/env rake

# Install tasks to build and release the plugin
require 'bundler/setup'
Bundler::GemHelper.install_tasks

# Install test tasks
require 'rspec/core/rake_task'
desc "Run RSpec"
RSpec::Core::RakeTask.new

# Install tasks to package the plugin for Killbill
require 'killbill/rake_task'
Killbill::PluginHelper.install_tasks

# Run tests by default
task :default => :spec

Version data entries

123 entries across 123 versions & 10 rubygems

Version Path
klogger-1.0.2 Rakefile
killbill-payment-test-1.0.9 Rakefile
killbill-litle-1.0.14 Rakefile
klogger-1.0.1 Rakefile
killbill-litle-1.0.12 Rakefile
killbill-litle-1.0.11 Rakefile
killbill-litle-1.0.10 Rakefile
killbill-litle-1.0.9 Rakefile
killbill-litle-1.0.8 Rakefile
killbill-payment-test-1.0.8 Rakefile
killbill-payment-test-1.0.7 Rakefile
killbill-litle-1.0.6 Rakefile
killbill-litle-1.0.5 Rakefile
killbill-payment-test-1.0.6 Rakefile
killbill-litle-1.0.3 Rakefile
killbill-litle-1.0.2 Rakefile
killbill-payment-test-1.0.5 Rakefile
killbill-litle-1.0.1 Rakefile
killbill-payment-test-1.0.4 Rakefile
killbill-payment-test-1.0.3 Rakefile