Skip to content

Commit eba5922

Browse files
committed
Require pathname where needed
1 parent 3cc9d12 commit eba5922

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## [0.0.7] - 2024-12-09
1+
## [0.0.8] - 2024-12-09
22

3+
- Make sure to require pathname when needed
34
- Upgrade to newer foobara gem with detached entity concept
45

56
## [0.0.6] - 2024-12-01

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
foobara-http-command-connector (0.0.7)
4+
foobara-http-command-connector (0.0.8)
55
foobara
66

77
GEM
@@ -34,7 +34,7 @@ GEM
3434
ffi (1.17.0-x86_64-darwin)
3535
ffi (1.17.0-x86_64-linux-gnu)
3636
ffi (1.17.0-x86_64-linux-musl)
37-
foob (0.0.6)
37+
foob (0.0.7)
3838
foobara
3939
foobara-autocrud-generator
4040
foobara-command-generator
@@ -48,7 +48,7 @@ GEM
4848
foobara-remote-imports-generator
4949
foobara-resque-connector-generator
5050
foobara-resque-scheduler-connector-generator
51-
foobara-sh-cli-connector
51+
foobara-sh-cli-connector (~> 0.0.10)
5252
foobara-sh-cli-connector-generator
5353
foobara-type-generator
5454
foobara-typescript-react-command-form-generator
@@ -99,7 +99,7 @@ GEM
9999
foobara-rubocop-rules (0.0.5)
100100
rubocop
101101
rubocop-rspec
102-
foobara-sh-cli-connector (0.0.9)
102+
foobara-sh-cli-connector (0.0.10)
103103
foobara
104104
foobara-sh-cli-connector-generator (0.0.2)
105105
foobara

src/http/commands/help/presenter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "pathname"
2+
13
require_relative "presenter/command"
24
require_relative "presenter/entity"
35
require_relative "presenter/error"

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Foobara
22
module HttpCommandConnector
3-
VERSION = "0.0.7".freeze
3+
VERSION = "0.0.8".freeze
44
end
55
end

0 commit comments

Comments
 (0)