Sha256: b2b91626c9a73a547260b2f1e1552c51da90fa14bd15e7943b52f93420dda5f8

Contents?: true

Size: 328 Bytes

Versions: 12

Compression:

Stored size: 328 Bytes

Contents

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

require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:core) do |spec|
  spec.rspec_opts = ['--backtrace']
end

task :default => [:core]

Bundler::GemHelper.install_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xmlenc-0.7.0 Rakefile
xmlenc-0.6.9 Rakefile
xmlenc-0.6.8 Rakefile
xmlenc-0.6.6 Rakefile
xmlenc-0.6.5 Rakefile
xmlenc-0.6.4 Rakefile
xmlenc-0.6.3 Rakefile
xmlenc-0.6.2 Rakefile
xmlenc-0.6.1 Rakefile
xmlenc-0.6.0 Rakefile
xmlenc-0.5.0 Rakefile
xmlenc-0.4.1 Rakefile