Sha256: 873480f5801b850ad88db6938f7cc13ddedf1e18bed8bace2a0e9b076a170ea6

Contents?: true

Size: 221 Bytes

Versions: 19

Compression:

Stored size: 221 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
Bundler.setup(:default, :test)

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ['--options', "spec/spec.opts"]
end

task :default => :spec

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
ratom-nokogiri-0.10.11 Rakefile
ratom-nokogiri-0.10.10 Rakefile
ratom-nokogiri-0.10.9 Rakefile
ratom-nokogiri-0.10.8 Rakefile
ratom-nokogiri-0.10.7 Rakefile
ratom-nokogiri-0.10.6 Rakefile
ratom-nokogiri-0.10.5 Rakefile
ratom-nokogiri-0.10.4 Rakefile
ratom-nokogiri-0.10.3 Rakefile
ratom-nokogiri-0.10.2 Rakefile
ratom-nokogiri-0.10.1 Rakefile
ratom-nokogiri-0.10.0 Rakefile
ratom-0.9.0 Rakefile
ratom-0.8.2 Rakefile
ratom-0.8.1 Rakefile
ratom-0.8.0 Rakefile
ratom-0.7.2 Rakefile
ratom-0.7.1 Rakefile
ratom-0.7.0 Rakefile