Sha256: bc12c1cbcb6712b86836b0cbaefb5bd55e1857e10563d658030d75192f88fa37

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

# encoding: utf-8

require 'bundler/gem_tasks'

# rubocop:disable HashSyntax

task :default => :travis
task :test => [:spec, :cucumber]
task :travis => [:test, :quality, 'coveralls:push']

desc 'Check for code quality'
task :quality => [:reek, :flog, :flay, :rubocop]

# rubocop:enable HashSyntax

Dir.glob('tasks/*.rake').each { |each| import each }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pio-0.8.1 Rakefile
pio-0.8.0 Rakefile
pio-0.7.0 Rakefile
pio-0.6.0 Rakefile
pio-0.5.0 Rakefile