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 +4 -4
- data/README.md +1 -1
- data/lark.gemspec +2 -2
- data/lib/lark/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 828ec452f22dfb002801e9c322f540b0eca669f45529f4111a8bc6dfc3842372
|
|
4
|
+
data.tar.gz: ef2f9b167e6129e4cad649769d019b743dd7a3f9e365affc9f0662cf1626fc39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd756a5a651c2906d3d383a707ca8c9166bf3f94128213d1285160565f0cad259b109f9581da499e2ab7eda867ad4e4242b6268424bb22c518fd988ecaa8bd51
|
|
7
|
+
data.tar.gz: 6e38c2ae9693319fdaf8344954bef8fbfef1e67b2f4f3929eb8ccd89561e9036c63ed6626c5f77f1cf243689448c6cf46308dfd5c3bdbc3fde3d1430867c5ae3
|
data/README.md
CHANGED
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{
|
|
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
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.
|
|
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:
|
|
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: []
|