wechat-sns 2.0 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e20513630e13494c761a589ff73ef79d2f94c9f55d9c7b3ce02002729e8138a
4
- data.tar.gz: 8e5a7b88be8e7274353b8564da1b7a6d51adfe2bfffdcd306097a52ff67bbad7
3
+ metadata.gz: 60525c592585afdf2b8b00d9a3513a94ca8783c338f7413f64c8329db19c435a
4
+ data.tar.gz: 7db6f1e0bce07eb63672d8fe3b9969f3813e470ad6ee17e6143b28cb1a38a5c1
5
5
  SHA512:
6
- metadata.gz: d20d93022fe89e5406a8f64a15a639f0776cbf17aa6289593a5861abcc1ddfaa66a989a6ccd9ba433bc3d720863f8eef525f3fda07d9378a46193fe8cd5c3d33
7
- data.tar.gz: b42015f5865db1b60abe226d92a8ed8dda706fb4e2d11137fab68ac7b09e57aa16dc59a767ec4289cfab7fdcbd82c205b85aaa10d42d1766e80a9d82bb4b16e9
6
+ metadata.gz: 81f7a2cbbc5690d3db7bc630f79bdf238468441de9f0a7bcd83f1d2f7514886fcbe36c3e9d08e2e29fe97f9f3edd042b954eaaf6789e69165b8c9c218909e377
7
+ data.tar.gz: ef878dbe22471fc3961973bb98272a95df7f97b9e9ded8af3184d2204041bb91f76bfe6f64ec5cf0e208899920a87e331be3e7f291f15d58654d9b95c3807758
@@ -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 [wechat-core](https://github.com/topbitdu/wechat-core) v0.3
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 [wechat-core](https://github.com/topbitdu/wechat-core) v0.4
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 [wechat-core](https://github.com/topbitdu/wechat-core) v1.0 & bundler v2.0
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wechat-sns (2.0)
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 (11.3.0)
23
- rspec (3.6.0)
24
- rspec-core (~> 3.6.0)
25
- rspec-expectations (~> 3.6.0)
26
- rspec-mocks (~> 3.6.0)
27
- rspec-core (3.6.0)
28
- rspec-support (~> 3.6.0)
29
- rspec-expectations (3.6.0)
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.6.0)
32
- rspec-mocks (3.6.0)
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.6.0)
35
- rspec-support (3.6.0)
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.0)
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 (~> 11.0)
50
- rspec (~> 3.0)
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 [wechat-core](https://github.com/topbitdu/wechat-core) v0.3
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 [wechat-core](https://github.com/topbitdu/wechat-core) v0.4
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 [wechat-core](https://github.com/topbitdu/wechat-core) v1.0 & bundler v2.0
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
@@ -1,5 +1,5 @@
1
1
  module Wechat
2
2
  module SNS
3
- VERSION = '2.0'.freeze
3
+ VERSION = '2.1'.freeze
4
4
  end
5
5
  end
@@ -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', '~> 11.0'
31
- spec.add_development_dependency 'rspec', '~> 3.0'
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.0'
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-17 00:00:00.000000000 Z
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: '11.0'
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: '11.0'
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.0'
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.0'
54
+ version: '3.9'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: wechat-core
57
57
  requirement: !ruby/object:Gem::Requirement