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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/lark/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caef8276e49452db055962b584d3b1900c69ddb9c0f09a3b130a6a66df60f071
4
- data.tar.gz: 060b65c302d12a6701b557ad43991bce65e4717141f3d276841e4c0428329676
3
+ metadata.gz: ce1e7503dd8bbace42512c6652343be880812c7172a9d8ead4e8db321bbed46e
4
+ data.tar.gz: fe6db76cf53080825dffcacdb8b5105b39291fc8b90aa720b4d80fecfbdb8fb1
5
5
  SHA512:
6
- metadata.gz: f019f2991e57395777bd1db64222d5dd860cd6b4edbd56fb7b068efeb4ee28d90877b72ca23361157148232c7d1d2ea3d4f45ce524846be52083cf143f76f048
7
- data.tar.gz: e4f55e4f88c4bbe4cd3fee4adef81d98900e56256f64524c0e397caefda4451ebee7a20a826d8c4d579d5f8a77e76e8e23d5a22871587f5ff760d8532d42fc8b
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
@@ -1,3 +1,3 @@
1
1
  module Lark
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Dong