wialon 2.0.0 → 2.0.1
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
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9937dc173ec03eb6f2f9e6e86a5d741a6bc0e22d8d80d16595227883d19b7a9f
|
|
4
|
+
data.tar.gz: a176f132d989b2ac342358d86808c8d250478c63988fd4121ebeca1ce395190f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edaeb5cbed6a9d391102ae1d6a1e95c0b2d85e646f388a7655e21e3fb017b3f81a0578af45bff797a76ab33a8cf6155d20ff640a9beb743806c2498a2f18c1e4
|
|
7
|
+
data.tar.gz: 3929428a58221719269dc83d28ea06f5624000fd6a52fb311de636514dd662ae14695a983ed34a64c73f1719b196717b88836653b16624e8d45760a4e44ac60a
|
metadata
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wialon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Golden M
|
|
8
|
-
- Kenny Mochizuki
|
|
7
|
+
- Golden M
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2024-02-15 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: Wialon Remote API for Ruby, will support Wialon Hosting, Wialon Local
|
|
15
14
|
and Wialon Pro
|
|
16
|
-
email: software@
|
|
15
|
+
email: software@goldenm.com
|
|
17
16
|
executables: []
|
|
18
17
|
extensions: []
|
|
19
18
|
extra_rdoc_files: []
|
|
20
19
|
files:
|
|
21
20
|
- lib/wialon.rb
|
|
22
|
-
homepage: https://
|
|
21
|
+
homepage: https://github.com/goldenm-software/wialon-ruby
|
|
23
22
|
licenses:
|
|
24
23
|
- MIT
|
|
25
24
|
metadata: {}
|
|
@@ -38,7 +37,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
38
37
|
- !ruby/object:Gem::Version
|
|
39
38
|
version: '0'
|
|
40
39
|
requirements: []
|
|
41
|
-
rubygems_version: 3.
|
|
40
|
+
rubygems_version: 3.4.10
|
|
42
41
|
signing_key:
|
|
43
42
|
specification_version: 4
|
|
44
43
|
summary: Wialon Remote API for Ruby
|