From a9d6b85e819624878fbabc7c7645093c09f48bc7 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Sun, 19 Jan 2025 10:45:28 +1100 Subject: [PATCH] Left over Renaming --- Gemfile.lock | 29 +++++++++++++++++++++++++++++ exe/picop | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58fabdf..4fe3f98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,45 @@ PATH remote: . specs: picop (0.1.0) + digest + open-uri (~> 0.5) + yaml (~> 0.4) GEM remote: https://rubygems.org/ specs: 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) language_server-protocol (3.17.0.3) minitest (5.25.4) + open-uri (0.5.0) + stringio + time + uri parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) racc + psych (5.2.3) + date + stringio racc (1.8.1) rainbow (3.1.1) rake (13.2.1) + rdoc (6.11.0) + psych (>= 4.0.0) regexp_parser (2.10.0) + reline (0.6.0) + io-console (~> 0.5) rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -31,15 +54,21 @@ GEM rubocop-ast (1.37.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) + stringio (3.1.2) + time (0.4.1) + date unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) + uri (1.0.2) + yaml (0.4.0) PLATFORMS arm64-darwin-24 ruby DEPENDENCIES + debug minitest (~> 5.16) picop! rake (~> 13.0) diff --git a/exe/picop b/exe/picop index 2d8ba2e..158eb7d 100755 --- a/exe/picop +++ b/exe/picop @@ -7,7 +7,7 @@ $LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include?(lib_path) require 'picop' begin - Geckin::CLI.run(ARGV) + Picop::CLI.run(ARGV) rescue => e warn "Error: #{e.message}" warn e.backtrace if ENV['DEBUG']