Skip to content

Commit 0a4cd12

Browse files
committed
Fiz Zeitwerk issue
1 parent ddf5831 commit 0a4cd12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/phlex.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
module Phlex
88
Loader = Zeitwerk::Loader.for_gem.tap do |loader|
9-
loader.push_dir("lib/phlex/errors", namespace: Phlex)
109
loader.inflector.inflect(
1110
"csv" => "CSV",
1211
"fifo" => "FIFO",
@@ -16,6 +15,7 @@ module Phlex
1615
"svg" => "SVG",
1716
)
1817

18+
loader.collapse("#{__dir__}/phlex/errors")
1919
loader.setup
2020
end
2121

lib/phlex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Phlex
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end

0 commit comments

Comments
 (0)