github-app-auth 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3affc8985250914b5ba01494501ea5f533c20da2c521dc23132a2c443e2d23a2
4
- data.tar.gz: 8b744664086d292747ec98d48f4939553bb4aa6a4f14f26cba550214e0620b4d
3
+ metadata.gz: dd6c974c47b03e2bb0a05190dba174f12e9da3124a9ec4bea06a2e67cf18d22e
4
+ data.tar.gz: a595bc45847eda0d03ac331a26aa428b6dc22dddb54b8d4921d8b732b985f89f
5
5
  SHA512:
6
- metadata.gz: 8f3ddd10c6665f938b7a395d9a357dfd1852e050ff09ccd71d087783d16d84376484eb944a18b43c288ac24e2f4daa1accdee3feadea335147635181a66961f0
7
- data.tar.gz: 94b912f22dfce7113481f62385d94ebe8c980af271bb036727e8c6b9ead49fedd69d63cf19487240af366691b81e6267651a717d51a01c585701a15c1e6f4b47
6
+ metadata.gz: 94e68a5b4c16113ee1ada2271897bfc59ee9151996535560752e78a6db5b58dd215a1ab9699030b04d81af5ee36e32763a31199beb6a3da5dd9133ea6e826dc9
7
+ data.tar.gz: 88a291a1f4566bfd7ccda3346dd934f5a9c68cecbe32278637c9c3bd5bc783c792d2e3415e141564d1613ebc7095e78fc34cf47ca55db9ed459cd80a2593c416
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+ - fixed inaccurate error message
5
+
3
6
  ## 0.4.1
4
7
  - loosen restriction on Octokit version
5
8
 
@@ -39,7 +39,7 @@ module GitHub
39
39
 
40
40
  resp = application_client.create_app_installation_access_token(installation[:id])
41
41
  if resp.nil? || resp[:token].nil?
42
- raise GitHub::App::Auth::TokenError, "Could generate installation token for #{type}: #{name}"
42
+ raise GitHub::App::Auth::TokenError, "Could not generate installation token for #{type}: #{name}"
43
43
  end
44
44
 
45
45
  resp[:token]
@@ -3,7 +3,7 @@
3
3
  module GitHub
4
4
  module App
5
5
  module Auth
6
- VERSION = "0.4.1"
6
+ VERSION = "0.4.2"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-app-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Horton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-01 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt