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"

View File

@@ -2,9 +2,9 @@
require "test_helper"
class TestPicop < Minitest::Test
class TestPicopackage < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Picop::VERSION
refute_nil ::Picopackage::VERSION
end
def test_it_does_something_useful