bsclient 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a325af765fb50f5dabf0a5e6df34c3ad529d5140041e6e83f805b93cab2ecc
4
- data.tar.gz: fa441d0c76f56e77e16a881dd921da33bb2900097c5c883f496146ce15645f1e
3
+ metadata.gz: f31285623aaf593a739ceef8b17933358216c6d240d016461ba2f38a62121ae7
4
+ data.tar.gz: 2725d05e592da9d749e9fbe9a99b948064cac61d24029b088319c5e17580c92f
5
5
  SHA512:
6
- metadata.gz: 7b84885f4c2b015a8b49c603119a9b4fe704e94da282244e76cece025dd74a44394af78789540fb581494ad068c897eda73afa9f7ca763836ca20f9223f0afd5
7
- data.tar.gz: c67a2f8ca5fe2ecaea6287245c91bd16054d85aaa2b0c3750dc0e9067e31a073254bf223d43a02a49597e74667badc5241c400276a58fc9d492cf5953e361ac1
6
+ metadata.gz: '0493fe581b568f6a80ea726fd5cb5a566f4963990eada774186e77a62693ecf8e2c381f7b5e5ac66547c8fa67c763ff3fb149454ea7c3fae387ba86314ab0de0'
7
+ data.tar.gz: 488a667b8a6f827e407fc530d5070871cc57ead13b3874fc4897f9d1bcb1662b86a77de2d2138fec34f3ed15bd01cce4337948b89827620fe8fd7295e9d391e3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bsclient (0.1.0)
4
+ bsclient (0.1.2)
5
5
  faraday
6
6
  pry (~> 0.13.1)
7
7
  pry-byebug (~> 3.9.0)
@@ -27,8 +27,8 @@ module BSClient
27
27
  end
28
28
 
29
29
  desc '', ''
30
- def create_user_image(account, text, color="red")
31
- req_content = {account: account, text: text, fontColor: color}.to_json
30
+ def create_user_image(account, text, size="30", color="red")
31
+ req_content = {account: account, text: text, fontSize: size, fontColor: color}.to_json
32
32
  app = App.new(options, Config.create(options[:env]))
33
33
  print app.create_user_image(req_content)
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module BSClient
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bsclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liu Xiang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-24 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday