globus_client 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a4c2d5c57d5c7439a64bf4a0c9da297422987a026ff9eafdb38722df11de72c
4
- data.tar.gz: 48b723cfdcad41ccd033dcb57ea2e09ad1da8ec139f7a98cf36a6c264565898c
3
+ metadata.gz: 5209cc407cc6ecd58dde455757a44ec9ceefb0a1301688c4af7d9b5b21f6952f
4
+ data.tar.gz: 76439856106a60b60f0ed6aa4e9072c5b85084581d589ceb407267b5b1e97d21
5
5
  SHA512:
6
- metadata.gz: fc74c6a8123ff04756bffcb06e6f0765eba0aaa18c634dd1d4481767392f320aa57bf0dec54904b92d92d88c6fa239dff417fec6c372f0b5af7293f61dc00dcd
7
- data.tar.gz: 1b0b02bcbfe3964fb4f8e526af347403654a93441ddebe8fb3ea3ea8bd5cde326a3327c026114a2309f6650d029f0c4c3484bd8a831a2b55867b1d67436fc5f4
6
+ metadata.gz: 57bbeaf0041224ff2c451dd85cf663ef59ef281bdf707976c4c1ddad0bff1b8b55630cb5890ee82fb275de5a7896f3e44606046e8122136783faa1b839116e3e
7
+ data.tar.gz: 302a49a520934b6d68eee8e3a909834b8ec43468d263d241ccb5aaf8137ca994f5ceb86d036f747ccd699f8d250231c951ee1b2457f7652cd755cb498cc5dfa9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- globus_client (0.2.1)
4
+ globus_client (0.3.2)
5
5
  activesupport (>= 4.2, < 8)
6
6
  faraday
7
7
  zeitwerk
data/README.md CHANGED
@@ -22,7 +22,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
22
22
  For one-off requests:
23
23
 
24
24
  ```ruby
25
- require 'globus/client'
25
+ require 'globus_client'
26
26
 
27
27
  # NOTE: The settings below live in the consumer, not in the gem.
28
28
  client = Globus::Client.configure(
data/api_test.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "bundler/setup"
5
- require "globus/client"
5
+ require "globus_client"
6
6
 
7
7
  Globus::Client.configure(
8
8
  client_id: ENV["GLOBUS_CLIENT_ID"],
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Globus
4
4
  class Client
5
- VERSION = "0.3.0"
5
+ VERSION = "0.3.2"
6
6
  end
7
7
  end
@@ -0,0 +1,5 @@
1
+ require "globus/client"
2
+
3
+ # This is here to make Zeitwerk happy
4
+ module GlobusClient
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: globus_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Collier
@@ -172,6 +172,7 @@ files:
172
172
  - lib/globus/client/identity.rb
173
173
  - lib/globus/client/unexpected_response.rb
174
174
  - lib/globus/client/version.rb
175
+ - lib/globus_client.rb
175
176
  - sig/globus_client.rbs
176
177
  homepage: https://github.com/sul-dlss/globus_client
177
178
  licenses: []