lark-sdk 0.1.5 → 1.0.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: f4a9e92ab59d31fa5b7004fa9605252fb43fec665bc906239206b1cee7503a1f
4
- data.tar.gz: 179c078fd7dfcb1feaa9758c16f70bc060418471c10c0cdf28a36612e1d17344
3
+ metadata.gz: 828ec452f22dfb002801e9c322f540b0eca669f45529f4111a8bc6dfc3842372
4
+ data.tar.gz: ef2f9b167e6129e4cad649769d019b743dd7a3f9e365affc9f0662cf1626fc39
5
5
  SHA512:
6
- metadata.gz: a77b9d3f1bfa29441428a6f81a58d51b35560447059fd6294bb7129a36247f9d07dc177f681366d3fca3cb71e80de01708fc467223d71993836553970d79fe9c
7
- data.tar.gz: d323f0b37a52931794d0b60266ff1277792d451ff04202009fb76478a70bbcb12cfe070c5e31309915d611dc7315396dcf3cd55c8885c7361065518613c1c599
6
+ metadata.gz: bd756a5a651c2906d3d383a707ca8c9166bf3f94128213d1285160565f0cad259b109f9581da499e2ab7eda867ad4e4242b6268424bb22c518fd988ecaa8bd51
7
+ data.tar.gz: 6e38c2ae9693319fdaf8344954bef8fbfef1e67b2f4f3929eb8ccd89561e9036c63ed6626c5f77f1cf243689448c6cf46308dfd5c3bdbc3fde3d1430867c5ae3
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Lark
2
2
 
3
- Unofficial ruby SDKS for lark [飞书](https://www.feishu.cn/)
3
+ Unofficial ruby SDKs for Lark API [飞书](https://open.feishu.cn/document)
4
4
 
5
5
  ## 安装
6
6
 
data/lark.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Sean Dong"]
7
7
  spec.email = ["sindon@gmail.com"]
8
8
 
9
- spec.summary = %q{Lark SDKs for ruby}
10
- spec.description = %q{Unoffical Lark(飞书) SDKs for ruby https://open.feishu.cn}
9
+ spec.summary = %q{Lark API SDKs for ruby}
10
+ spec.description = %q{Unofficial ruby SDKs for Lark API [飞书](https://open.feishu.cn)}
11
11
  spec.homepage = "https://github.com/mycolorway/lark-ruby-sdk"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
data/lib/lark/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lark
2
- VERSION = '0.1.5'.freeze
2
+ VERSION = '1.0.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: 0.1.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Dong
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '5.10'
97
- description: Unoffical Lark(飞书) SDKs for ruby https://open.feishu.cn
97
+ description: Unofficial ruby SDKs for Lark API [飞书](https://open.feishu.cn)
98
98
  email:
99
99
  - sindon@gmail.com
100
100
  executables: []
@@ -160,5 +160,5 @@ requirements: []
160
160
  rubygems_version: 3.1.2
161
161
  signing_key:
162
162
  specification_version: 4
163
- summary: Lark SDKs for ruby
163
+ summary: Lark API SDKs for ruby
164
164
  test_files: []