Sha256: 009371749f93d1d5b5a8e17f9d9880181738c5729aa8eed331cfe233acaa955c

Contents?: true

Size: 390 Bytes

Versions: 58

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

58 entries across 58 versions & 1 rubygems

Version Path
meshtastic-0.0.84 Rakefile
meshtastic-0.0.83 Rakefile
meshtastic-0.0.82 Rakefile
meshtastic-0.0.81 Rakefile
meshtastic-0.0.80 Rakefile
meshtastic-0.0.79 Rakefile
meshtastic-0.0.78 Rakefile
meshtastic-0.0.77 Rakefile
meshtastic-0.0.76 Rakefile
meshtastic-0.0.75 Rakefile
meshtastic-0.0.74 Rakefile
meshtastic-0.0.73 Rakefile
meshtastic-0.0.72 Rakefile
meshtastic-0.0.71 Rakefile
meshtastic-0.0.70 Rakefile
meshtastic-0.0.69 Rakefile
meshtastic-0.0.68 Rakefile
meshtastic-0.0.67 Rakefile
meshtastic-0.0.42 Rakefile
meshtastic-0.0.41 Rakefile