Left over Renaming

This commit is contained in:
Dan Milne
2025-01-19 10:45:28 +11:00
parent 05d55ca665
commit a9d6b85e81
2 changed files with 30 additions and 1 deletions

View File

@@ -2,22 +2,45 @@ PATH
remote: . remote: .
specs: specs:
picop (0.1.0) picop (0.1.0)
digest
open-uri (~> 0.5)
yaml (~> 0.4)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.4.2) ast (2.4.2)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
digest (3.1.1)
io-console (0.8.0)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1) json (2.9.1)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
minitest (5.25.4) minitest (5.25.4)
open-uri (0.5.0)
stringio
time
uri
parallel (1.26.3) parallel (1.26.3)
parser (3.3.6.0) parser (3.3.6.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
psych (5.2.3)
date
stringio
racc (1.8.1) racc (1.8.1)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.2.1) rake (13.2.1)
rdoc (6.11.0)
psych (>= 4.0.0)
regexp_parser (2.10.0) regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rubocop (1.70.0) rubocop (1.70.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
@@ -31,15 +54,21 @@ GEM
rubocop-ast (1.37.0) rubocop-ast (1.37.0)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
stringio (3.1.2)
time (0.4.1)
date
unicode-display_width (3.1.4) unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4) unicode-emoji (4.0.4)
uri (1.0.2)
yaml (0.4.0)
PLATFORMS PLATFORMS
arm64-darwin-24 arm64-darwin-24
ruby ruby
DEPENDENCIES DEPENDENCIES
debug
minitest (~> 5.16) minitest (~> 5.16)
picop! picop!
rake (~> 13.0) rake (~> 13.0)

View File

@@ -7,7 +7,7 @@ $LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include?(lib_path)
require 'picop' require 'picop'
begin begin
Geckin::CLI.run(ARGV) Picop::CLI.run(ARGV)
rescue => e rescue => e
warn "Error: #{e.message}" warn "Error: #{e.message}"
warn e.backtrace if ENV['DEBUG'] warn e.backtrace if ENV['DEBUG']