Sha256: bfc58cf5f5e1095853a7f527418ebad92b2929f115d753c633da3987bfd8e242

Contents?: true

Size: 240 Bytes

Versions: 24

Compression:

Stored size: 240 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

task default: :spec
task test: :spec

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
poms-3.0.0 Rakefile
poms-2.6.0 Rakefile
poms-2.5.1 Rakefile
poms-2.5.0 Rakefile
poms-2.4.0 Rakefile
poms-2.3.1 Rakefile
poms-2.3.0 Rakefile
poms-2.2.1 Rakefile
poms-2.2.0 Rakefile
poms-2.1.3 Rakefile
poms-2.1.2.1 Rakefile
poms-2.1.2 Rakefile
poms-2.1.1 Rakefile
poms-2.1.0 Rakefile
poms-2.0.1 Rakefile
poms-2.0.0 Rakefile
poms-2.0.0.b Rakefile
poms-2.0.0.a Rakefile
poms-1.2.2 Rakefile
poms-1.2.1 Rakefile