Sha256: 624162f488a30f50bab41be3ee29172033691bf212e3b05e10ff5933aec52c0d

Contents?: true

Size: 374 Bytes

Versions: 11

Compression:

Stored size: 374 Bytes

Contents

require 'bundler/setup'
Bundler.setup(:default, :development)

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :spec do |t|
  t.rspec_opts = %w[--color]
end

RSpec::Core::RakeTask.new :specdoc do |t|
  t.rspec_opts = %w[-fl]
end

task default: :spec

desc 'Open an irb session preloaded with this library'
task :console do
  sh 'irb -rubygems -I lib -r dbf.rb'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
dbf-4.2.0 Rakefile
dbf-4.1.6 Rakefile
dbf-4.1.5 Rakefile
dbf-4.1.4 Rakefile
dbf-4.1.3 Rakefile
dbf-4.1.2 Rakefile
dbf-4.1.1 Rakefile
dbf-4.0.1 Rakefile
dbf-4.0.0 Rakefile
dbf-3.1.3 Rakefile
dbf-3.1.2 Rakefile