File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- authsignal-ruby (2.1.3 )
4
+ authsignal-ruby (3.0.0 )
5
5
faraday (>= 2 )
6
6
faraday-retry (~> 2.2 )
7
7
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ require 'authsignal'
48
48
Authsignal.setup do |config|
49
49
config.api_secret_key = ENV["AUTHSIGNAL_SECRET_KEY"]
50
50
config.base_uri = "https://au.signal.authsignal.com/v1"
51
-
52
- # If you would like Authsignal client to retry request due to network issues
51
+
52
+ # If you would like the Authsignal client to retry requests due to network issues
53
53
config.retry = true # default value: false
54
-
55
- # If you would like to see inspect raw request/response in development
54
+
55
+ # If you would like to inspect raw request/response in development
56
56
config.debug = true # default value: false
57
57
end
58
58
```
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Authsignal
4
- VERSION = "2.1.3 "
4
+ VERSION = "3.0.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments