lark-sdk 1.1.3 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e9e89f6b11b38bdd10e46f82670f14bc4c3b6be4793708d1950cd9487b0326a
4
- data.tar.gz: 97557dad510c8ac560acff87fe174615164142c4c5ca0ef422d849bb99a0412a
3
+ metadata.gz: 984dbad3f83acdb46fa85412a40a4a24ace271a77f78be3d1ace8db19ad7853b
4
+ data.tar.gz: 8bda6a46d00120a07cb8211d1810125bdde4a1514a8d07d8edb13081d9ceeb73
5
5
  SHA512:
6
- metadata.gz: 5befe4a9fb2437add97a51e6e7d777991460552d0b712f71c84a1b95b383e5594548497af84f56c853f6ee4f8f7166200126c137d3c25da16f004201dd43a21d
7
- data.tar.gz: 3ca75566751184f9c3a891720ec048c9e4c6d9bace74014467b40d9e77230a32c0200400361d025ff2607861ffb249563f5b65eae1efe7391cfabe8b0e8a08b7
6
+ metadata.gz: 8e46b2b15de32650c6a9d1351445b580da7293fec1e09566c510e16ed04490b090ddeaaf4be6f3c6b765d7accdee591c6910f6145ad20b4b94af6282bcdd4ca8
7
+ data.tar.gz: d59629e8c97033036f10b65d59d0473523f9a80bd862745e70269abd10e31c76565ccabe011f016857a03f1f79b90a734d3773873c2f4641062319c0b4d6608e
data/README.md CHANGED
@@ -60,7 +60,7 @@ cipher.decrypt(message)
60
60
  cipher.encrypt(message)
61
61
  ```
62
62
 
63
- [Api 列表](https://github.com/mycolorway/lark-ruby-sdk/wiki/API-List)
63
+ [Api 列表](https://github.com/seandong/lark-ruby-sdk/wiki/apis)
64
64
 
65
65
 
66
66
  ## 贡献
@@ -8,15 +8,15 @@ Gem::Specification.new do |spec|
8
8
 
9
9
  spec.summary = %q{Lark(飞书) API SDKs for ruby}
10
10
  spec.description = %q{Lark(飞书) API SDKs for ruby https://open.feishu.cn}
11
- spec.homepage = "https://github.com/mycolorway/lark-ruby-sdk"
11
+ spec.homepage = "https://github.com/seandong/lark-ruby-sdk"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
  spec.metadata["allowed_push_host"] = "https://rubygems.org/"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/mycolorway/lark-ruby-sdk"
19
- spec.metadata["changelog_uri"] = "https://github.com/mycolorway/lark-ruby-sdk"
18
+ spec.metadata["source_code_uri"] = "https://github.com/seandong/lark-ruby-sdk"
19
+ spec.metadata["changelog_uri"] = "https://github.com/seandong/lark-ruby-sdk"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Lark
2
- VERSION = '1.1.3'.freeze
2
+ VERSION = '1.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lark-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Dong
@@ -141,14 +141,14 @@ files:
141
141
  - lib/lark/token_store/isv_tenant_token.rb
142
142
  - lib/lark/token_store/tenant_token.rb
143
143
  - lib/lark/version.rb
144
- homepage: https://github.com/mycolorway/lark-ruby-sdk
144
+ homepage: https://github.com/seandong/lark-ruby-sdk
145
145
  licenses:
146
146
  - MIT
147
147
  metadata:
148
148
  allowed_push_host: https://rubygems.org/
149
- homepage_uri: https://github.com/mycolorway/lark-ruby-sdk
150
- source_code_uri: https://github.com/mycolorway/lark-ruby-sdk
151
- changelog_uri: https://github.com/mycolorway/lark-ruby-sdk
149
+ homepage_uri: https://github.com/seandong/lark-ruby-sdk
150
+ source_code_uri: https://github.com/seandong/lark-ruby-sdk
151
+ changelog_uri: https://github.com/seandong/lark-ruby-sdk
152
152
  post_install_message:
153
153
  rdoc_options: []
154
154
  require_paths: