Skip to content

Commit

Permalink
Cleanup Rakefile; remove unused rake tasks
Browse files Browse the repository at this point in the history
We included rake tasks to build the gem, but out pipeline doesn't use
it. We always build with `gem build`.
  • Loading branch information
bastelfreak committed Oct 30, 2024
1 parent deb7dfa commit 989e1f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
require 'rake'
require 'rake/clean'
require 'rubygems'
require 'bundler/gem_tasks'
require 'fileutils'
require 'rspec/core'
require 'rspec/core/rake_task'

CLEAN.include('pkg/', 'tmp/')
CLOBBER.include('Gemfile.lock')

task default: [:spec]

RSpec::Core::RakeTask.new(:spec) do |spec|
Expand Down

0 comments on commit 989e1f2

Please sign in to comment.