Skip to content

Commit

Permalink
DBAI-29 Canister Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayamala17 committed Apr 20, 2024
1 parent 55a3f94 commit 844591c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/bag_adapter.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "bagit"
require_relative "../services"

Expand Down
1 change: 1 addition & 0 deletions lib/bag_courier.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "minitar"

require_relative "bag_adapter"
Expand Down
1 change: 1 addition & 0 deletions lib/remote_client.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "bundler/setup"

require "aws-sdk-s3"
Expand Down
1 change: 1 addition & 0 deletions run_dark_blue.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "optparse"


require "sequel"

require_relative "services"
Expand Down

0 comments on commit 844591c

Please sign in to comment.