ilink 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ilink/version.rb +1 -1
  3. metadata +7 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4a12ec6f693d67456b1f7cbd06a3bbf7251c15eff1fb963c8b3a6405c756970
4
- data.tar.gz: '049ddfe910aa9100ee71bd83b61759830b8c48f12f4d1ae2fda49567395b9722'
3
+ metadata.gz: bd065e745067f368a031d7a216c5f715d231c548c0b4356e75a0ca2b7710ffc4
4
+ data.tar.gz: '058fe14875bf554fc646b3ac7667fcddf4ed9dc4a880070831b40ae60105c483'
5
5
  SHA512:
6
- metadata.gz: 0b5eba8c115ef1030ad52b7271e37550b6615b1a643743d00571e278d8fd8826b2f585169e6e29f53721d6064db5f7b9d30f128721d42500a398491281a56454
7
- data.tar.gz: 549c34e5ec1efcf19ad1baba056f264751ada594bf063be8ff12247aca447ff3dcff10678aee8f6986cf38d6c9c7ee2608153a48b12d41a2a0887d09a1f4dc85
6
+ metadata.gz: 7d4a785e699003b84088b0ddaf7df3ff854895a4a460f7c8b6e8fe00c22372fdbb09372b47a33472bbe58a2403de1fd6b8df2c4d6ef1d99da13367272daaeb3f
7
+ data.tar.gz: c90d8af0c339262ad2c8e61b2e12ccc229a6e3c512718e710b2fdf559f94eeca01e255940f92278a46774d07833850a49cd66101224d53e6d22f7563c393ee28
data/lib/ilink/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ILink
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ilink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Songji Zeng
@@ -26,6 +26,8 @@ dependencies:
26
26
  description: |
27
27
  A lightweight Ruby SDK for building WeChat bots via the iLink Bot API.
28
28
  Handles QR login, long-polling for messages, sending replies, and typing indicators.
29
+ email:
30
+ - songji.zeng@outlook.com
29
31
  executables: []
30
32
  extensions: []
31
33
  extra_rdoc_files: []
@@ -39,9 +41,12 @@ files:
39
41
  - lib/ilink/errors.rb
40
42
  - lib/ilink/resources/messages.rb
41
43
  - lib/ilink/version.rb
44
+ homepage: https://github.com/songjiz/ilink-ruby
42
45
  licenses:
43
46
  - MIT
44
- metadata: {}
47
+ metadata:
48
+ homepage_uri: https://github.com/songjiz/ilink-ruby
49
+ source_code_uri: https://github.com/songjiz/ilink-ruby
45
50
  rdoc_options: []
46
51
  require_paths:
47
52
  - lib