Sha256: 22a622af58f48b4fd9acae03c5f081b800ea829fe3773dd6f0147832cf7d2462

Contents?: true

Size: 211 Bytes

Versions: 8

Compression:

Stored size: 211 Bytes

Contents

require "bundler"
Bundler.setup

require 'rake'
require 'rspec/core/rake_task'
task :default => [:spec]

desc "Run all rspec files"
RSpec::Core::RakeTask.new("spec") do |c|
  c.rspec_opts = "-t ~unresolved"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pdf-core-0.6.1 Rakefile
pdf-core-0.6.0 Rakefile
pdf-core-0.5.1 Rakefile
pdf-core-0.5.0 Rakefile
pdf-core-0.4.0 Rakefile
pdf-core-0.3.1 Rakefile
pdf-core-0.3.0 Rakefile
pdf-core-0.2.5 Rakefile