lark-sdk 0.1.0 → 0.1.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 +4 -4
- data/README.md +2 -2
- data/lib/lark/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce1e7503dd8bbace42512c6652343be880812c7172a9d8ead4e8db321bbed46e
|
|
4
|
+
data.tar.gz: fe6db76cf53080825dffcacdb8b5105b39291fc8b90aa720b4d80fecfbdb8fb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5d5c651d632e9b471f4dbffb4e77bf96b8cfea0a6de83a734bcd94a328e6671a446c998b84252d079e63abbe97c86b12bfba4b92d759c767646336b0b203c6c
|
|
7
|
+
data.tar.gz: ef050d8bba579e5874f1c46d0c2300a43d6a9cf228b564d6ad47ce61d89d1e17a15f287f4fc0220e602c7ba6ade16463f3667f00b081548840f104eaf49be6f2
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Unofficial ruby SDKS for lark [飞书](https://www.feishu.cn/)
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
9
|
```ruby
|
|
10
|
-
gem 'lark'
|
|
10
|
+
gem 'lark-sdk'
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
And then execute:
|
|
@@ -16,7 +16,7 @@ And then execute:
|
|
|
16
16
|
|
|
17
17
|
Or install it yourself as:
|
|
18
18
|
|
|
19
|
-
$ gem install lark
|
|
19
|
+
$ gem install lark-sdk
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
## Usage
|
data/lib/lark/version.rb
CHANGED