wechat-shake_around 0.9.2 → 1.0
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 +5 -5
- data/CHANGELOG.md +45 -30
- data/Gemfile.lock +27 -24
- data/ROADMAP.md +16 -0
- data/lib/wechat/shake_around/version.rb +1 -1
- data/wechat-shake_around.gemspec +2 -2
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: dfdb4a48c6bfcdfcf9fed1d189e96bdf1f6ea77c6e8a53f35fb476e8f01360c7
|
|
4
|
+
data.tar.gz: 9e746a7b989075a926b10ecf592d8ff6bfdc4e6fd6b79f177832289cf5fbf82a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa5a0226579f88f6201abee7b014a96f5021624c89c72cb63c4ecd79d28d9fda910fed742013fc84a77fef4926b675f754fb5a5c466af010a03032434c413ae3
|
|
7
|
+
data.tar.gz: 45a0329176312033c453644c5df0a3bdceacc6afe720179ace1055fa2702f31defa513b81cd17ae1ef81c5894e0850b23cb16964813d2c5c373ee8845ce59dc6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,70 +1,85 @@
|
|
|
1
1
|
# Wechat Shake Around Change Log 微信摇周边库变更日志
|
|
2
2
|
|
|
3
3
|
## v0.1
|
|
4
|
+
|
|
4
5
|
1. Common module
|
|
5
6
|
2. Beacon wrapper class
|
|
6
7
|
3. Shaking wrapper class
|
|
7
8
|
|
|
8
9
|
## v0.2
|
|
10
|
+
|
|
9
11
|
1. Material module
|
|
10
12
|
2. Icon wrapper class
|
|
11
13
|
3. License wrapper class
|
|
12
14
|
|
|
13
15
|
## v0.3
|
|
16
|
+
|
|
14
17
|
1. Page wrapper class
|
|
15
18
|
2. Beacon Page Relation wrapper class
|
|
16
19
|
|
|
17
20
|
## v0.4
|
|
21
|
+
|
|
18
22
|
1. Page Report wrapper class
|
|
19
23
|
2. Page Daily Report wrapper class
|
|
20
24
|
|
|
21
25
|
## v0.5
|
|
26
|
+
|
|
22
27
|
1. Group wrapper class
|
|
23
28
|
2. Device Group Relation wrapper class
|
|
24
29
|
|
|
25
30
|
## v0.6
|
|
31
|
+
|
|
26
32
|
1. Device Report wrapper class
|
|
27
33
|
2. Device Daily Report wrapper class
|
|
28
34
|
|
|
29
35
|
## v0.7
|
|
36
|
+
|
|
30
37
|
1. Apply wrapper class
|
|
31
38
|
|
|
32
39
|
## v0.8
|
|
40
|
+
|
|
33
41
|
1. Beacon PoI Relation wrapper class
|
|
34
42
|
|
|
35
43
|
## v0.9
|
|
44
|
+
|
|
36
45
|
1. Registration wrapper class
|
|
37
46
|
|
|
38
47
|
## v0.9.1
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
48
|
+
|
|
49
|
+
1. Improved the Ruby Gem Specification to depend on [wechat-core](https://github.com/topbitdu/wechat-core) v0.4
|
|
50
|
+
2. Improved the Apply wrapper class for the argument validation & HTTP request
|
|
51
|
+
3. Improved the Beacon wrapper class for the argument validation & HTTP request
|
|
52
|
+
4. Improved the Beacon Page Relation wrapper class for the argument validation & HTTP request
|
|
53
|
+
5. Improved the Beacon PoI Relation wrapper class for the argument validation & HTTP request
|
|
54
|
+
6. Improved the Device Daily Report wrapper class for the argument validation & HTTP request
|
|
55
|
+
7. Improved the Device Group Relation wrapper class for the argument validation & HTTP request
|
|
56
|
+
8. Improved the Device Report wrapper class for the argument validation & HTTP request
|
|
57
|
+
9. Improved the Group wrapper class for the argument validation & HTTP request
|
|
58
|
+
10. Improved the Icon wrapper class for the argument validation
|
|
59
|
+
11. Improved the License wrapper class for the argument validation
|
|
60
|
+
12. Improved the Material module for the argument validation
|
|
61
|
+
13. Improved the Page wrapper class for the argument validation & HTTP request
|
|
62
|
+
14. Improved the Page Daily Report wrapper class for the argument validation & HTTP request
|
|
63
|
+
15. Improved the Page Report wrapper class for the argument validation & HTTP request
|
|
64
|
+
16. Improved the Registration wrapper class for the argument validation & HTTP request
|
|
65
|
+
17. Improved the Shaking wrapper class for the argument validation & HTTP request
|
|
56
66
|
|
|
57
67
|
## v0.9.2
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
|
|
69
|
+
1. Improved the Apply wrapper class for the HTTP request
|
|
70
|
+
2. Improved the Beacon wrapper class for the HTTP request
|
|
71
|
+
3. Improved the Beacon Page Relation wrapper class for the HTTP request
|
|
72
|
+
4. Improved the Beacon PoI Relation wrapper class for the HTTP request
|
|
73
|
+
5. Improved the Device Daily Report wrapper class for the HTTP request
|
|
74
|
+
6. Improved the Device Group Relation wrapper class for the HTTP request
|
|
75
|
+
7. Improved the Device Report wrapper class for the HTTP request
|
|
76
|
+
8. Improved the Group wrapper class for the HTTP request
|
|
77
|
+
9. Improved the Page wrapper class for the HTTP request
|
|
78
|
+
10. Improved the Page Daily Report wrapper class for the HTTP request
|
|
79
|
+
11. Improved the Page Report wrapper class for the HTTP request
|
|
80
|
+
12. Improved the Registration wrapper class for the HTTP request
|
|
81
|
+
13. Improved the Shaking wrapper class for the HTTP request
|
|
82
|
+
|
|
83
|
+
## v1.0
|
|
84
|
+
|
|
85
|
+
1. Improved the Ruby Gem Specification to depend on [wechat-core](https://github.com/topbitdu/wechat-core) v1.0 & bundler v2.0
|
data/Gemfile.lock
CHANGED
|
@@ -1,52 +1,55 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
wechat-shake_around (0
|
|
4
|
+
wechat-shake_around (1.0)
|
|
5
5
|
httpclient (~> 2.8)
|
|
6
|
-
wechat-core (~> 0
|
|
6
|
+
wechat-core (~> 1.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (
|
|
11
|
+
activesupport (6.0.2.2)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
|
-
i18n (
|
|
13
|
+
i18n (>= 0.7, < 2)
|
|
14
14
|
minitest (~> 5.1)
|
|
15
15
|
tzinfo (~> 1.1)
|
|
16
|
-
|
|
16
|
+
zeitwerk (~> 2.2)
|
|
17
|
+
concurrent-ruby (1.1.6)
|
|
17
18
|
diff-lcs (1.3)
|
|
18
19
|
httpclient (2.8.3)
|
|
19
|
-
i18n (
|
|
20
|
-
|
|
20
|
+
i18n (1.8.2)
|
|
21
|
+
concurrent-ruby (~> 1.0)
|
|
22
|
+
minitest (5.14.0)
|
|
21
23
|
rake (11.3.0)
|
|
22
|
-
rspec (3.
|
|
23
|
-
rspec-core (~> 3.
|
|
24
|
-
rspec-expectations (~> 3.
|
|
25
|
-
rspec-mocks (~> 3.
|
|
26
|
-
rspec-core (3.
|
|
27
|
-
rspec-support (~> 3.
|
|
28
|
-
rspec-expectations (3.
|
|
24
|
+
rspec (3.6.0)
|
|
25
|
+
rspec-core (~> 3.6.0)
|
|
26
|
+
rspec-expectations (~> 3.6.0)
|
|
27
|
+
rspec-mocks (~> 3.6.0)
|
|
28
|
+
rspec-core (3.6.0)
|
|
29
|
+
rspec-support (~> 3.6.0)
|
|
30
|
+
rspec-expectations (3.6.0)
|
|
29
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
30
|
-
rspec-support (~> 3.
|
|
31
|
-
rspec-mocks (3.
|
|
32
|
+
rspec-support (~> 3.6.0)
|
|
33
|
+
rspec-mocks (3.6.0)
|
|
32
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
33
|
-
rspec-support (~> 3.
|
|
34
|
-
rspec-support (3.
|
|
35
|
+
rspec-support (~> 3.6.0)
|
|
36
|
+
rspec-support (3.6.0)
|
|
35
37
|
thread_safe (0.3.6)
|
|
36
|
-
tzinfo (1.2.
|
|
38
|
+
tzinfo (1.2.7)
|
|
37
39
|
thread_safe (~> 0.1)
|
|
38
|
-
wechat-core (0
|
|
39
|
-
activesupport (
|
|
40
|
-
httpclient (
|
|
40
|
+
wechat-core (1.0)
|
|
41
|
+
activesupport (~> 6.0)
|
|
42
|
+
httpclient (~> 2.8)
|
|
43
|
+
zeitwerk (2.3.0)
|
|
41
44
|
|
|
42
45
|
PLATFORMS
|
|
43
46
|
ruby
|
|
44
47
|
|
|
45
48
|
DEPENDENCIES
|
|
46
|
-
bundler (~>
|
|
49
|
+
bundler (~> 2.0)
|
|
47
50
|
rake (~> 11.0)
|
|
48
51
|
rspec (~> 3.0)
|
|
49
52
|
wechat-shake_around!
|
|
50
53
|
|
|
51
54
|
BUNDLED WITH
|
|
52
|
-
1.
|
|
55
|
+
2.1.4
|
data/ROADMAP.md
CHANGED
|
@@ -1,41 +1,51 @@
|
|
|
1
1
|
# Wechat Shake Around Road Map 微信摇周边库路线图
|
|
2
2
|
|
|
3
3
|
## v0.1
|
|
4
|
+
|
|
4
5
|
1. Common module
|
|
5
6
|
2. Beacon wrapper class
|
|
6
7
|
3. Shaking wrapper class
|
|
7
8
|
|
|
8
9
|
## v0.2
|
|
10
|
+
|
|
9
11
|
1. Material module
|
|
10
12
|
2. Icon wrapper class
|
|
11
13
|
3. License wrapper class
|
|
12
14
|
|
|
13
15
|
## v0.3
|
|
16
|
+
|
|
14
17
|
1. Page wrapper class
|
|
15
18
|
2. Beacon Page Relation wrapper class
|
|
16
19
|
|
|
17
20
|
## v0.4
|
|
21
|
+
|
|
18
22
|
1. Page Report wrapper class
|
|
19
23
|
2. Page Daily Report wrapper class
|
|
20
24
|
|
|
21
25
|
## v0.5
|
|
26
|
+
|
|
22
27
|
1. Group wrapper class
|
|
23
28
|
2. Device Group Relation wrapper class
|
|
24
29
|
|
|
25
30
|
## v0.6
|
|
31
|
+
|
|
26
32
|
1. Device Report wrapper class
|
|
27
33
|
2. Device Daily Report wrapper class
|
|
28
34
|
|
|
29
35
|
## v0.7
|
|
36
|
+
|
|
30
37
|
1. Apply wrapper class
|
|
31
38
|
|
|
32
39
|
## v0.8
|
|
40
|
+
|
|
33
41
|
1. Beacon PoI Relation wrapper class
|
|
34
42
|
|
|
35
43
|
## v0.9
|
|
44
|
+
|
|
36
45
|
1. Registration wrapper class
|
|
37
46
|
|
|
38
47
|
## v0.9.1
|
|
48
|
+
|
|
39
49
|
1. Improve the Ruby Gem Specification to depend on [wechat-core](https://github.com/topbitdu/wechat-core) v0.4
|
|
40
50
|
2. Improve the Apply wrapper class for the argument validation & HTTP request
|
|
41
51
|
3. Improve the Beacon wrapper class for the argument validation & HTTP request
|
|
@@ -55,6 +65,7 @@
|
|
|
55
65
|
17. Improve the Shaking wrapper class for the argument validation & HTTP request
|
|
56
66
|
|
|
57
67
|
## v0.9.2
|
|
68
|
+
|
|
58
69
|
1. Improve the Apply wrapper class for the HTTP request
|
|
59
70
|
2. Improve the Beacon wrapper class for the HTTP request
|
|
60
71
|
3. Improve the Beacon Page Relation wrapper class for the HTTP request
|
|
@@ -70,5 +81,10 @@
|
|
|
70
81
|
13. Improve the Shaking wrapper class for the HTTP request
|
|
71
82
|
|
|
72
83
|
## v1.0
|
|
84
|
+
|
|
85
|
+
1. Improve the Ruby Gem Specification to depend on [wechat-core](https://github.com/topbitdu/wechat-core) v1.0 & bundler v2.0
|
|
86
|
+
|
|
87
|
+
## v1.1
|
|
88
|
+
|
|
73
89
|
1. Improve the wrapper classes to support the Keyword Arguments
|
|
74
90
|
2. Improve the wrapper classes for argument validation
|
data/wechat-shake_around.gemspec
CHANGED
|
@@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
27
27
|
spec.require_paths = [ 'lib' ]
|
|
28
28
|
|
|
29
|
-
spec.add_development_dependency 'bundler', '~>
|
|
29
|
+
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
30
30
|
spec.add_development_dependency 'rake', '~> 11.0'
|
|
31
31
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
32
32
|
|
|
33
33
|
spec.add_dependency 'httpclient', '~> 2.8'
|
|
34
|
-
spec.add_dependency 'wechat-core', '~> 0
|
|
34
|
+
spec.add_dependency 'wechat-core', '~> 1.0'
|
|
35
35
|
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wechat-shake_around
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0
|
|
4
|
+
version: '1.0'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Topbit Du
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '2.0'
|
|
20
20
|
type: :development
|
|
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: '
|
|
26
|
+
version: '2.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0
|
|
75
|
+
version: '1.0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0
|
|
82
|
+
version: '1.0'
|
|
83
83
|
description: Wechat Shake Around Library is a wrapper for calling the Shake Around
|
|
84
84
|
APIs. 微信摇周边库封装了微信摇周边API的调用。
|
|
85
85
|
email:
|
|
@@ -141,8 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '0'
|
|
143
143
|
requirements: []
|
|
144
|
-
|
|
145
|
-
rubygems_version: 2.6.4
|
|
144
|
+
rubygems_version: 3.1.2
|
|
146
145
|
signing_key:
|
|
147
146
|
specification_version: 4
|
|
148
147
|
summary: Wechat Shake Around Library 微信摇周边库
|