Skip to content

Commit

Permalink
Remove obsolete dev bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
rathrio committed Oct 30, 2020
1 parent d6fac5a commit 6bcf1cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -6,10 +6,6 @@ gem 'ruby-prof'
gem 'pry'
gem 'pry-byebug'
gem 'yard'
gem 'pronto'
gem 'pronto-rubocop'
gem 'pronto-fasterer'
gem 'pronto-poper'
gem 'simplecov'
gem 'solargraph'
gem 'coveralls', :require => false
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -254,10 +254,12 @@ Development

Run `bundle install` to install development dependencies.

Run `punch --test` to run the test suite.
Run `rake test` to run the test suite.

Run `punch --review` to list code style violations of your changes against the
current master.
Please setup and configure [Rubocop](https://github.com/rubocop-hq/rubocop) to
respect the rules in `.rubocop.yml` in this repository's root and lint your
changes.

Punch tries to remain free of third party runtime dependencies so that it can be
run on any system with just Ruby installed.
Punch tries to remain free of third party runtime dependencies so that it can
run on any system with just Ruby installed. The gems listed in `Gemfile` are
loaded for development purposes only.
6 changes: 0 additions & 6 deletions help.txt
Expand Up @@ -260,11 +260,5 @@ $ punch --hack
$ punch --profile
Profile and print results.

$ punch --review
Display review of your code and commit messages.

$ punch --test
Run tests.

$ punch --trello
Open Trello board.
10 changes: 0 additions & 10 deletions lib/punch_clock.rb
Expand Up @@ -226,21 +226,11 @@ def punch
exit
end

switch "--review" do
system "cd #{punch_folder} && pronto run"
exit
end

switch "--travis" do
OS.open "https://travis-ci.org/rathrio/punch"
exit
end

switch "--trello" do
OS.open "https://trello.com/b/xfN8alsq/punch"
exit
end

switch "--github" do
OS.open "https://github.com/rathrio/punch"
exit
Expand Down

0 comments on commit 6bcf1cd

Please sign in to comment.