Skip to content

Commit

Permalink
Switch to blob to avoid name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Aug 26, 2024
1 parent f31328d commit 13cfc26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.58
0.0.59
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
atlas_rb (0.0.58)
atlas_rb (0.0.59)
faraday (~> 2.7)
faraday-follow_redirects (~> 0.3.0)
faraday-multipart (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/atlas_rb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require_relative "atlas_rb/collection"
require_relative "atlas_rb/work"
require_relative "atlas_rb/file_set"
require_relative "atlas_rb/file"
require_relative "atlas_rb/blob"

module AtlasRb
class Error < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion lib/atlas_rb/file.rb → lib/atlas_rb/blob.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module AtlasRb
class File < Resource
class Blob < Resource
ROUTE = "/files/"
end

Expand Down

0 comments on commit 13cfc26

Please sign in to comment.