File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- foobara-http-command-connector (0.0.7 )
4+ foobara-http-command-connector (0.0.8 )
55 foobara
66
77GEM
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
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
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
Original file line number Diff line number Diff line change 1+ require "pathname"
2+
13require_relative "presenter/command"
24require_relative "presenter/entity"
35require_relative "presenter/error"
Original file line number Diff line number Diff line change 11module Foobara
22 module HttpCommandConnector
3- VERSION = "0.0.7 " . freeze
3+ VERSION = "0.0.8 " . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments