Sha256: 009371749f93d1d5b5a8e17f9d9880181738c5729aa8eed331cfe233acaa955c

Contents?: true

Size: 390 Bytes

Versions: 73

Compression:

Stored size: 390 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rdoc/task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new do |rubocop|
  config_file = '.rubocop.yml'
  rubocop.options = ['-E', '-S', '-c', config_file]
end

RDoc::Task.new do |rdoc|
  rdoc.rdoc_files.include('lib/**/*.rb')
  rdoc.rdoc_dir = 'rdoc'
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
meshtastic-0.0.35 Rakefile
meshtastic-0.0.34 Rakefile
meshtastic-0.0.33 Rakefile
meshtastic-0.0.32 Rakefile
meshtastic-0.0.31 Rakefile
meshtastic-0.0.30 Rakefile
meshtastic-0.0.29 Rakefile
meshtastic-0.0.28 Rakefile
meshtastic-0.0.27 Rakefile
meshtastic-0.0.26 Rakefile
meshtastic-0.0.25 Rakefile
meshtastic-0.0.24 Rakefile
meshtastic-0.0.23 Rakefile
meshtastic-0.0.22 Rakefile
meshtastic-0.0.21 Rakefile
meshtastic-0.0.20 Rakefile
meshtastic-0.0.19 Rakefile
meshtastic-0.0.18 Rakefile
meshtastic-0.0.17 Rakefile
meshtastic-0.0.16 Rakefile