googleauth 1.12.0 → 1.12.1

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: 7f0abc7ed9fc9deefc0b45abbd3b66d6b4a5aa859774f652e2b8c8c8ff12ff77
4
- data.tar.gz: c8a2ab192e92bf610f96044c04d5e02ad138dd99f2a1311d14d4e029639b210e
3
+ metadata.gz: fa685deaed5ba04ae1b5740296e04ca9e8d9d0d2399e73f11e85f58e8dc51353
4
+ data.tar.gz: ed5539ac8585cff94bba4589b5c8c703e063028b00af39cf10620c272ab8a199
5
5
  SHA512:
6
- metadata.gz: 17bde72c9466591719a1f069875242a6abbfa9533fef63d5c9d696c16227d68ac2fd053d63f9d46588cb23c38841eb04a27953a38bbd63c2bc8f8f02709f684c
7
- data.tar.gz: 4e4c81aad747f3beb7fd610e836ef871e5fa03a2ab7e9b6c2b223cd48e5e891976e736ad90539a493de8ce2805c692667bf3f11162ecb8646ba7a59be82eface
6
+ metadata.gz: f2298930d07d9d6a5af75943f97bdebf69b36de8ad5bf15961cfa59d6b02466154016e91233be62e62f2abf461f8e6e7ec273852904f4d1121be36d9416c3b74
7
+ data.tar.gz: 8722b0ae408e29f54e299744c875f49496322a27a065aa69ca1fd2d31f3d8f880cd2f6dcb8536551241ea91d2aa3aeb031c45b7d3768c74f035984437c918c82
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.12.1 (2024-12-17)
4
+
5
+ #### Bug Fixes
6
+
7
+ * Restored previous behavior where the apply! method returns the auth header ([#506](https://github.com/googleapis/google-auth-library-ruby/issues/506))
8
+
3
9
  ### 1.12.0 (2024-12-05)
4
10
 
5
11
  #### Features
@@ -37,6 +37,8 @@ module Google
37
37
  hash = Digest::SHA256.hexdigest token
38
38
  Google::Logging::Message.from message: "Sending auth token. (sha256:#{hash})"
39
39
  end
40
+
41
+ a_hash[AUTH_METADATA_KEY]
40
42
  end
41
43
 
42
44
  # Returns a clone of a_hash updated with the authentication token
@@ -16,6 +16,6 @@ module Google
16
16
  # Module Auth provides classes that provide Google-specific authorization
17
17
  # used to access Google APIs.
18
18
  module Auth
19
- VERSION = "1.12.0".freeze
19
+ VERSION = "1.12.1".freeze
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Emiola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-05 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday