Skip to content

Commit

Permalink
update runfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 4, 2023
1 parent 3887d70 commit bc172f3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*.gem
/.yardoc
/cache
/coverage
/debug.runfile
/dev
/doc
/gems
/Gemfile.lock
/.yardoc
/debug.rb
*.gem
/gems
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'https://rubygems.org'
gem 'byebug'
gem 'lp'
gem 'rspec'
gem 'runfile'
gem 'runfile-tasks'
gem 'runfile', require: false
gem 'runfile-tasks', require: false
gem 'simplecov'

gemspec
14 changes: 3 additions & 11 deletions Runfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
require "runfile-tasks"
require_relative 'lib/webcache'
require 'webcache'

title "WebCache Developer Toolbelt"
summary "Runfile tasks for building the WebCache gem"
version WebCache::VERSION

RunfileTasks::RubyGems.all 'webcache'
RunfileTasks::Testing.rspec

help "Run interactive console"
action :console, :c do
system "bundle exec bin/console"
end

require_relative 'debug' if File.exist? 'debug.rb'
import_gem 'runfile-tasks/gem'
import 'debug'
7 changes: 0 additions & 7 deletions bin/console

This file was deleted.

0 comments on commit bc172f3

Please sign in to comment.