wechat-shake_around 1.0 → 1.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
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +16 -16
- data/ROADMAP.md +6 -2
- data/lib/wechat/shake_around/version.rb +1 -1
- data/wechat-shake_around.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc39a64d1d93f3f20e6d13b55c9c41fe1c7ac0e404f380027a723ad733b4beda
|
|
4
|
+
data.tar.gz: ea6b42607ce728170ef5912ef391586eac17c344d11a1de5096154d60c212cce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdc9b7291abf82cc95c6ba97076359a0af3596f66682ec0fe7d85bdddf83a5bd3792e3d60f86ea5a5b507fceae47fe6ff6b0ce6e8204c0ae2ae04010af6c7b4f
|
|
7
|
+
data.tar.gz: 9cbeaf73e13ef3dce1e34e839e7f73b2f4afd4b21348fcfc630b8a0f1237e11d9aa335d945bb7ad8527d9463eb293bf694846937caa6971090fb9b62aa459377
|
data/CHANGELOG.md
CHANGED
|
@@ -82,4 +82,8 @@
|
|
|
82
82
|
|
|
83
83
|
## v1.0
|
|
84
84
|
|
|
85
|
-
1. Improved the Ruby Gem Specification to depend on [wechat-core](https://github.com/topbitdu/wechat-core) v1.0 &
|
|
85
|
+
1. Improved 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
|
+
|
|
89
|
+
1. Improve the Ruby Gem Specification to depend on Rake v13.0, & RSpec v3.9
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
wechat-shake_around (1.
|
|
4
|
+
wechat-shake_around (1.1)
|
|
5
5
|
httpclient (~> 2.8)
|
|
6
6
|
wechat-core (~> 1.0)
|
|
7
7
|
|
|
@@ -20,24 +20,24 @@ GEM
|
|
|
20
20
|
i18n (1.8.2)
|
|
21
21
|
concurrent-ruby (~> 1.0)
|
|
22
22
|
minitest (5.14.0)
|
|
23
|
-
rake (
|
|
24
|
-
rspec (3.
|
|
25
|
-
rspec-core (~> 3.
|
|
26
|
-
rspec-expectations (~> 3.
|
|
27
|
-
rspec-mocks (~> 3.
|
|
28
|
-
rspec-core (3.
|
|
29
|
-
rspec-support (~> 3.
|
|
30
|
-
rspec-expectations (3.
|
|
23
|
+
rake (13.0.1)
|
|
24
|
+
rspec (3.9.0)
|
|
25
|
+
rspec-core (~> 3.9.0)
|
|
26
|
+
rspec-expectations (~> 3.9.0)
|
|
27
|
+
rspec-mocks (~> 3.9.0)
|
|
28
|
+
rspec-core (3.9.1)
|
|
29
|
+
rspec-support (~> 3.9.1)
|
|
30
|
+
rspec-expectations (3.9.1)
|
|
31
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
32
|
-
rspec-support (~> 3.
|
|
33
|
-
rspec-mocks (3.
|
|
32
|
+
rspec-support (~> 3.9.0)
|
|
33
|
+
rspec-mocks (3.9.1)
|
|
34
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
35
|
-
rspec-support (~> 3.
|
|
36
|
-
rspec-support (3.
|
|
35
|
+
rspec-support (~> 3.9.0)
|
|
36
|
+
rspec-support (3.9.2)
|
|
37
37
|
thread_safe (0.3.6)
|
|
38
38
|
tzinfo (1.2.7)
|
|
39
39
|
thread_safe (~> 0.1)
|
|
40
|
-
wechat-core (1.
|
|
40
|
+
wechat-core (1.1)
|
|
41
41
|
activesupport (~> 6.0)
|
|
42
42
|
httpclient (~> 2.8)
|
|
43
43
|
zeitwerk (2.3.0)
|
|
@@ -47,8 +47,8 @@ PLATFORMS
|
|
|
47
47
|
|
|
48
48
|
DEPENDENCIES
|
|
49
49
|
bundler (~> 2.0)
|
|
50
|
-
rake (~>
|
|
51
|
-
rspec (~> 3.
|
|
50
|
+
rake (~> 13.0)
|
|
51
|
+
rspec (~> 3.9)
|
|
52
52
|
wechat-shake_around!
|
|
53
53
|
|
|
54
54
|
BUNDLED WITH
|
data/ROADMAP.md
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
## v0.9.1
|
|
48
48
|
|
|
49
|
-
1. Improve the Ruby Gem Specification to depend on [
|
|
49
|
+
1. Improve the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v0.4
|
|
50
50
|
2. Improve the Apply wrapper class for the argument validation & HTTP request
|
|
51
51
|
3. Improve the Beacon wrapper class for the argument validation & HTTP request
|
|
52
52
|
4. Improve the Beacon Page Relation wrapper class for the argument validation & HTTP request
|
|
@@ -82,9 +82,13 @@
|
|
|
82
82
|
|
|
83
83
|
## v1.0
|
|
84
84
|
|
|
85
|
-
1. Improve the Ruby Gem Specification to depend on [
|
|
85
|
+
1. Improve the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v1.0 & Bundler v2.0
|
|
86
86
|
|
|
87
87
|
## v1.1
|
|
88
88
|
|
|
89
|
+
1. Improve the Ruby Gem Specification to depend on Rake v13.0, & RSpec v3.9
|
|
90
|
+
|
|
91
|
+
## v1.2
|
|
92
|
+
|
|
89
93
|
1. Improve the wrapper classes to support the Keyword Arguments
|
|
90
94
|
2. Improve the wrapper classes for argument validation
|
data/wechat-shake_around.gemspec
CHANGED
|
@@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.require_paths = [ 'lib' ]
|
|
28
28
|
|
|
29
29
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
30
|
-
spec.add_development_dependency 'rake', '~>
|
|
31
|
-
spec.add_development_dependency 'rspec', '~> 3.
|
|
30
|
+
spec.add_development_dependency 'rake', '~> 13.0'
|
|
31
|
+
spec.add_development_dependency 'rspec', '~> 3.9'
|
|
32
32
|
|
|
33
33
|
spec.add_dependency 'httpclient', '~> 2.8'
|
|
34
34
|
spec.add_dependency 'wechat-core', '~> 1.0'
|
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: '1.
|
|
4
|
+
version: '1.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Topbit Du
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -30,28 +30,28 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '13.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '13.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '3.
|
|
47
|
+
version: '3.9'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '3.
|
|
54
|
+
version: '3.9'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: httpclient
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|