Sha256: 3d7d8887e0c978ecd9ed8eff18af96964e164119fba3dfcf767eef4c63803f4e

Contents?: true

Size: 375 Bytes

Versions: 51

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: %i[spec rubocop]

require 'github_changelog_generator/task'

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.user = 'BoxcarsAI'
  config.project = 'boxcars'
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
boxcars-0.7.3 Rakefile
boxcars-0.7.2 Rakefile
boxcars-0.7.1 Rakefile
boxcars-0.6.9 Rakefile
boxcars-0.6.8 Rakefile
boxcars-0.6.7 Rakefile
boxcars-0.6.6 Rakefile
boxcars-0.6.5 Rakefile
boxcars-0.6.4 Rakefile
boxcars-0.6.3 Rakefile
boxcars-0.6.2 Rakefile
boxcars-0.6.1 Rakefile
boxcars-0.5.1 Rakefile
boxcars-0.4.10 Rakefile
boxcars-0.4.9 Rakefile
boxcars-0.4.8 Rakefile
boxcars-0.4.7 Rakefile
boxcars-0.4.6 Rakefile
boxcars-0.4.5 Rakefile
boxcars-0.4.4 Rakefile