stytch 5.0.1 → 5.0.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: 89ba7dd82a7b83f59993ca690783c18a24d88db3983f368f9f4776b1602da32f
4
- data.tar.gz: c0ffc05e0bf57dffaff54ada79228a529fea488751de7671a0820786ea7aad2c
3
+ metadata.gz: a6ee430e74726ce2a8dd22451dfeec1506301ceabd017c32ef1f58ae7cc25492
4
+ data.tar.gz: c796fe06cc8f05fe0ca282531e3faf8d27a034e325119a564c2c80bb410d83ab
5
5
  SHA512:
6
- metadata.gz: 3fddea4b5be224b45064351070d4123eedd9595f7c4c504293588be2fea6849c71ca16d00a195f04ef07d70c951a4b69fe941d5b3539a00a7acaf64e8b414217
7
- data.tar.gz: 22f669434d9db214da10976d041a96759be082877bf4e20df38b822e51824fcb5b4803da7d3ba8c710fd5334224d1718592800a3b6da79f121612a8976560457
6
+ metadata.gz: 294abc2a28d9b4d5836353ceeef68ae834519de7058c399a479e3879012ffd9e71ba82dce1dd7adda34fd0468b3cca6a4c7bf6febc80049763a3b4d7ac14700f
7
+ data.tar.gz: 86a961039cc51b22a936f4dd03e6a8eacff65eb9d3e4c4ff13ba224a048c53abfb9569ab24aec5bfc508a9d216278ba961f12c8f69cc348a0b06b7d2cfb64c80
data/.gitignore CHANGED
@@ -10,3 +10,5 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
+
14
+ Gemfile.lock
@@ -50,7 +50,7 @@ module StytchB2B
50
50
  @connection = Faraday.new(url: @api_host) do |builder|
51
51
  block_given? ? yield(builder) : build_default_connection(builder)
52
52
  end
53
- @connection.basic_auth(@project_id, @secret)
53
+ @connection.set_basic_auth(@project_id, @secret)
54
54
  end
55
55
 
56
56
  def build_default_connection(builder)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stytch
4
- VERSION = '5.0.1'
4
+ VERSION = '5.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stytch
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stytch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday