wy_wecall 0.1.12 → 0.1.13
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 +4 -4
- data/Gemfile.lock +8 -25
- data/lib/wy_wecall/api/http_base.rb +0 -1
- data/lib/wy_wecall/configuration.rb +1 -0
- data/lib/wy_wecall/version.rb +1 -1
- data/wy_wecall.gemspec +1 -2
- metadata +6 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70133c2958418caf9d6528d21cf7ed7d74a6380c228f72f78c5ce1a7c87ffa45
|
|
4
|
+
data.tar.gz: b3aac8adc9b388ea932265449e9dbdc1a7fc8681bacc37905759af2a18689602
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7394b48376f55605f973f1a9df5bf7e314831e3791435dd2497556e319f38158d1329858c75c8ffd4f7396722984c6f12d1a394ed56111ae2128818408f21959
|
|
7
|
+
data.tar.gz: e27e2eac7f56658bf408464d6fcca7228e0a48b05d03477315fb5170b92309389cddd8b7fae5d27f386cf70e941fb5a7bebfaf396cbf7bba6fda73745a4dcb93
|
data/Gemfile.lock
CHANGED
|
@@ -1,36 +1,19 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
wy_wecall (0.1.
|
|
5
|
-
faraday (
|
|
6
|
-
faraday_middleware (~> 1.2.1)
|
|
4
|
+
wy_wecall (0.1.13)
|
|
5
|
+
faraday (>= 2.0.0)
|
|
7
6
|
|
|
8
7
|
GEM
|
|
9
8
|
remote: https://rubygems.org/
|
|
10
9
|
specs:
|
|
10
|
+
base64 (0.3.0)
|
|
11
11
|
diff-lcs (1.6.2)
|
|
12
|
-
faraday (
|
|
13
|
-
|
|
14
|
-
faraday-
|
|
15
|
-
faraday-excon (~> 1.1)
|
|
16
|
-
faraday-httpclient (~> 1.0.1)
|
|
17
|
-
faraday-net_http (~> 1.0)
|
|
18
|
-
faraday-net_http_persistent (~> 1.1)
|
|
19
|
-
faraday-patron (~> 1.0)
|
|
20
|
-
faraday-rack (~> 1.0)
|
|
21
|
-
multipart-post (>= 1.2, < 3)
|
|
12
|
+
faraday (2.8.1)
|
|
13
|
+
base64
|
|
14
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
22
15
|
ruby2_keywords (>= 0.0.4)
|
|
23
|
-
faraday-
|
|
24
|
-
faraday-em_synchrony (1.0.1)
|
|
25
|
-
faraday-excon (1.1.0)
|
|
26
|
-
faraday-httpclient (1.0.1)
|
|
27
|
-
faraday-net_http (1.0.2)
|
|
28
|
-
faraday-net_http_persistent (1.2.0)
|
|
29
|
-
faraday-patron (1.0.0)
|
|
30
|
-
faraday-rack (1.0.0)
|
|
31
|
-
faraday_middleware (1.2.1)
|
|
32
|
-
faraday (~> 1.0)
|
|
33
|
-
multipart-post (2.4.1)
|
|
16
|
+
faraday-net_http (3.0.2)
|
|
34
17
|
rake (12.3.3)
|
|
35
18
|
rspec (3.13.1)
|
|
36
19
|
rspec-core (~> 3.13.0)
|
|
@@ -56,4 +39,4 @@ DEPENDENCIES
|
|
|
56
39
|
wy_wecall!
|
|
57
40
|
|
|
58
41
|
BUNDLED WITH
|
|
59
|
-
2.
|
|
42
|
+
2.6.9
|
data/lib/wy_wecall/version.rb
CHANGED
data/wy_wecall.gemspec
CHANGED
|
@@ -26,6 +26,5 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.bindir = "exe"
|
|
27
27
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
28
|
spec.require_paths = ["lib"]
|
|
29
|
-
spec.add_dependency "faraday", "
|
|
30
|
-
spec.add_dependency "faraday_middleware", "~> 1.2.1"
|
|
29
|
+
spec.add_dependency "faraday", ">= 2.0.0"
|
|
31
30
|
end
|
metadata
CHANGED
|
@@ -1,43 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wy_wecall
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TryCatch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 2.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: faraday_middleware
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.2.1
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - "~>"
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.2.1
|
|
26
|
+
version: 2.0.0
|
|
41
27
|
description: 支持网易云商智能外呼的 Ruby Api客户端
|
|
42
28
|
email:
|
|
43
29
|
- guoyoujin123@gmail.com
|