Skip to content

Commit

Permalink
runfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Mar 10, 2023
1 parent b31cfd7 commit 47122f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/.yardoc
/coverage
/db
/debug.rb
/debug.runfile
/dev
/doc
/Gemfile.lock
Expand Down
15 changes: 3 additions & 12 deletions Runfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
require "runfile-tasks"
require "byebug"
require "lp"
require_relative 'lib/active_cabinet'
require 'active_cabinet/version'

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

RunfileTasks::RubyGems.all 'active_cabinet'
RunfileTasks::Testing.rspec
RunfileTasks::Docs.rdoc
import_gem 'runfile-tasks/gem'
import 'debug'

help "Run YARD server"
action :yard do
system "yard server -p3000 -B0.0.0.0 -r"
end

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

require_relative 'debug.rb' if File.exist? 'debug.rb'
7 changes: 0 additions & 7 deletions bin/console

This file was deleted.

0 comments on commit 47122f9

Please sign in to comment.