Rename from Picop to Picopackage

This commit is contained in:
Dan Milne
2025-01-21 08:29:23 +11:00
parent a9d6b85e81
commit 5e153bfb86
13 changed files with 450 additions and 172 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "picop"
require "picopackage"
require "minitest/autorun"