wechat-sns 2.0 → 2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -3
- data/Gemfile.lock +16 -16
- data/ROADMAP.md +7 -3
- data/lib/wechat/sns/version.rb +1 -1
- data/wechat-sns.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: 60525c592585afdf2b8b00d9a3513a94ca8783c338f7413f64c8329db19c435a
|
4
|
+
data.tar.gz: 7db6f1e0bce07eb63672d8fe3b9969f3813e470ad6ee17e6143b28cb1a38a5c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81f7a2cbbc5690d3db7bc630f79bdf238468441de9f0a7bcd83f1d2f7514886fcbe36c3e9d08e2e29fe97f9f3edd042b954eaaf6789e69165b8c9c218909e377
|
7
|
+
data.tar.gz: ef878dbe22471fc3961973bb98272a95df7f97b9e9ded8af3184d2204041bb91f76bfe6f64ec5cf0e208899920a87e331be3e7f291f15d58654d9b95c3807758
|
data/CHANGELOG.md
CHANGED
@@ -19,11 +19,11 @@
|
|
19
19
|
## v1.0
|
20
20
|
|
21
21
|
1. Improved the wrapper classes to use Keyword Arguments
|
22
|
-
2. Improved the Ruby Gem Specification to depend on [
|
22
|
+
2. Improved the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v0.3
|
23
23
|
|
24
24
|
## v1.0.1
|
25
25
|
|
26
|
-
1. Improved the Ruby Gem Specification to depend on [
|
26
|
+
1. Improved the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v0.4
|
27
27
|
2. Improved the Access Token wrapper class for the argument validation & HTTP request
|
28
28
|
3. Improved the Authorize Link class for the argument validation
|
29
29
|
4. Improved the User Profile wrapper class for the argument validation & HTTP request
|
@@ -35,4 +35,8 @@
|
|
35
35
|
|
36
36
|
## v2.0
|
37
37
|
|
38
|
-
1. Improved the Ruby Gem Specification to depend on [
|
38
|
+
1. Improved the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v1.0 & Bundler v2.0
|
39
|
+
|
40
|
+
## v2.1
|
41
|
+
|
42
|
+
1. Improved 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-sns (2.
|
4
|
+
wechat-sns (2.1)
|
5
5
|
wechat-core (~> 1.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -19,24 +19,24 @@ GEM
|
|
19
19
|
i18n (1.8.2)
|
20
20
|
concurrent-ruby (~> 1.0)
|
21
21
|
minitest (5.14.0)
|
22
|
-
rake (
|
23
|
-
rspec (3.
|
24
|
-
rspec-core (~> 3.
|
25
|
-
rspec-expectations (~> 3.
|
26
|
-
rspec-mocks (~> 3.
|
27
|
-
rspec-core (3.
|
28
|
-
rspec-support (~> 3.
|
29
|
-
rspec-expectations (3.
|
22
|
+
rake (13.0.1)
|
23
|
+
rspec (3.9.0)
|
24
|
+
rspec-core (~> 3.9.0)
|
25
|
+
rspec-expectations (~> 3.9.0)
|
26
|
+
rspec-mocks (~> 3.9.0)
|
27
|
+
rspec-core (3.9.1)
|
28
|
+
rspec-support (~> 3.9.1)
|
29
|
+
rspec-expectations (3.9.1)
|
30
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
|
-
rspec-support (~> 3.
|
32
|
-
rspec-mocks (3.
|
31
|
+
rspec-support (~> 3.9.0)
|
32
|
+
rspec-mocks (3.9.1)
|
33
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-support (3.
|
34
|
+
rspec-support (~> 3.9.0)
|
35
|
+
rspec-support (3.9.2)
|
36
36
|
thread_safe (0.3.6)
|
37
37
|
tzinfo (1.2.7)
|
38
38
|
thread_safe (~> 0.1)
|
39
|
-
wechat-core (1.
|
39
|
+
wechat-core (1.1)
|
40
40
|
activesupport (~> 6.0)
|
41
41
|
httpclient (~> 2.8)
|
42
42
|
zeitwerk (2.3.0)
|
@@ -46,8 +46,8 @@ PLATFORMS
|
|
46
46
|
|
47
47
|
DEPENDENCIES
|
48
48
|
bundler (~> 2.0)
|
49
|
-
rake (~>
|
50
|
-
rspec (~> 3.
|
49
|
+
rake (~> 13.0)
|
50
|
+
rspec (~> 3.9)
|
51
51
|
wechat-sns!
|
52
52
|
|
53
53
|
BUNDLED WITH
|
data/ROADMAP.md
CHANGED
@@ -19,11 +19,11 @@
|
|
19
19
|
## v1.0
|
20
20
|
|
21
21
|
1. Improve the wrapper classes to support Keyword Arguments
|
22
|
-
2. Improve the Ruby Gem Specification to depend on [
|
22
|
+
2. Improve the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v0.3
|
23
23
|
|
24
24
|
## v1.0.1
|
25
25
|
|
26
|
-
1. Improve the Ruby Gem Specification to depend on [
|
26
|
+
1. Improve the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v0.4
|
27
27
|
2. Improve the Access Token wrapper class for the argument validation & HTTP request
|
28
28
|
3. Improve the Authorize Link class for the argument validation
|
29
29
|
4. Improve the User Profile wrapper class for the argument validation & HTTP request
|
@@ -35,4 +35,8 @@
|
|
35
35
|
|
36
36
|
## v2.0
|
37
37
|
|
38
|
-
1. Improve the Ruby Gem Specification to depend on [
|
38
|
+
1. Improve the Ruby Gem Specification to depend on [Wechat Core](https://github.com/topbitdu/wechat-core) v1.0 & Bundler v2.0
|
39
|
+
|
40
|
+
## v2.1
|
41
|
+
|
42
|
+
1. Improve the Ruby Gem Specification to depend on Rake v13.0 & RSpec v3.9
|
data/lib/wechat/sns/version.rb
CHANGED
data/wechat-sns.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 'wechat-core', '~> 1.0'
|
34
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wechat-sns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '2.
|
4
|
+
version: '2.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: wechat-core
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|