Sha256: 849099ead8bc6ee9e006747936cd1034212f64045c9879bfe80286fe675691c8

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

require 'rake'

begin
  require 'rubygems/tasks'
  Gem::Tasks.new(sign: {checksum: true, pgp: true}, 
    scm: {status: true}) do |tasks|
  tasks.console.command = 'pry'
end
rescue LoadError => e
  warn e.message
end

require 'rake/testtask'
Rake::TestTask.new do |test|
  test.libs << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

begin
  require 'yard'
  YARD::Rake::YardocTask.new
rescue LoadError => e
  task :yard do
    warn e.message
  end
end
task :doc => :yard

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
git_helpers-0.1.0 Rakefile
aur.rb-0.1.0 Rakefile
shell_helpers-0.6.0 Rakefile
drain-0.3.0 Rakefile
drain-0.2.0 Rakefile
simplecolor-0.2.0 Rakefile