From f31328d06f0a493e55de1f5d5cd7e3ffcf15b5da Mon Sep 17 00:00:00 2001 From: David Cliff Date: Mon, 26 Aug 2024 19:50:52 +0000 Subject: [PATCH] Adding model pathing --- .version | 2 +- Gemfile.lock | 2 +- lib/atlas_rb.rb | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a758e3a..9ebecc7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.57 +0.0.58 diff --git a/Gemfile.lock b/Gemfile.lock index 49f85f5..3c3c0ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - atlas_rb (0.0.57) + atlas_rb (0.0.58) faraday (~> 2.7) faraday-follow_redirects (~> 0.3.0) faraday-multipart (~> 1) diff --git a/lib/atlas_rb.rb b/lib/atlas_rb.rb index 452b812..6f6e82c 100644 --- a/lib/atlas_rb.rb +++ b/lib/atlas_rb.rb @@ -9,6 +9,8 @@ require_relative "atlas_rb/community" require_relative "atlas_rb/collection" require_relative "atlas_rb/work" +require_relative "atlas_rb/file_set" +require_relative "atlas_rb/file" module AtlasRb class Error < StandardError; end