Sha256: d889de371a69ebe64c037a0b646df56a137889e3c1ef7d3770e67ce390e2af13

Contents?: true

Size: 324 Bytes

Versions: 17

Compression:

Stored size: 324 Bytes

Contents

require 'bump/tasks'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
require 'yard'

task default: [:test, :yard]

desc 'Run test suite'
task test: [:rubocop, :spec]

RSpec::Core::RakeTask.new

RuboCop::RakeTask.new do |t|
  t.formatters = ['progress']
end

YARD::Rake::YardocTask.new

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
howzit-1.2.10 Rakefile
howzit-1.2.9 Rakefile
howzit-1.2.8 Rakefile
howzit-1.2.6 Rakefile
howzit-1.2.5 Rakefile
quoinex-0.2.1 Rakefile
quoinex-0.2.0 Rakefile
gatecoin-0.3.0 Rakefile
quoinex-0.1.4 Rakefile
abucoins-0.3.1 Rakefile
gatecoin-0.2.0 Rakefile
gatecoin-0.1.1 Rakefile
gatecoin-0.1.0 Rakefile
abucoins-0.3.0 Rakefile
abucoins-0.2.0 Rakefile
abucoins-0.1.0 Rakefile
abucoins-0.0.1 Rakefile