ding_sdk 0.10.9 → 0.10.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ding_sdk/sdkconfiguration.rb +3 -3
- data/lib/ding_sdk/utils/utils.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 294d8840234a368b2b4c9cb32bacbfa92ceff37a15f4664634e0acd0a2edd9e0
|
4
|
+
data.tar.gz: 4227d4c6ce5822e6c624b4d8eda23ef827160b85fde607884e8afedaccd81bd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bf107f9ef68e88c32ad8ae8c649156c8988352c0281073c5e0bc61a191eb9a05b6ccaeb3f6c4ea432dc0405d0a3ca3560ef927eceeea7f7b83ab48eafc9f3b5
|
7
|
+
data.tar.gz: 219c20b2dd6f33db519cd8ae19a7297ec8d1401c5f69363e15b1d6a713dc576cedaeac99a415816ed6cfd626ba26d38d8eb27434bb27808e0d263e1795117f51
|
@@ -38,9 +38,9 @@ module DingSDK
|
|
38
38
|
@security = security
|
39
39
|
@language = 'ruby'
|
40
40
|
@openapi_doc_version = '1.0.0'
|
41
|
-
@sdk_version = '0.10.
|
42
|
-
@gen_version = '2.
|
43
|
-
@user_agent = 'speakeasy-sdk/ruby 0.10.
|
41
|
+
@sdk_version = '0.10.10'
|
42
|
+
@gen_version = '2.474.4'
|
43
|
+
@user_agent = 'speakeasy-sdk/ruby 0.10.10 2.474.4 1.0.0 ding_sdk'
|
44
44
|
end
|
45
45
|
|
46
46
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
data/lib/ding_sdk/utils/utils.rb
CHANGED
@@ -358,7 +358,7 @@ module DingSDK
|
|
358
358
|
|
359
359
|
sig { params(content_type: String, pattern: String).returns(T::Boolean) }
|
360
360
|
def self.match_content_type(content_type, pattern)
|
361
|
-
return true if content_type == pattern ||
|
361
|
+
return true if content_type == pattern || ['*', '*/*'].include?(pattern)
|
362
362
|
|
363
363
|
pieces = content_type.split(';')
|
364
364
|
pieces.each do |piece|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ding_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ding
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|