lhj-tools 0.2.14 → 0.2.15

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: e98ba9e3b82c4ba4d49cef41166bdd1f8c32a36376f9987712a48e674af350ca
4
- data.tar.gz: 68e482442564ebfb85ce6ed64be267c83c92f4c7aa40db1b60db7a58ad1a292d
3
+ metadata.gz: df102d39fba4411a82462d2b25917dd9729a46c65be033e384252a6512defd8e
4
+ data.tar.gz: 58fb3997f5d7f2ef0a1027ec972dffdbb3ed7a3a3096275da7bdba83c509f4d8
5
5
  SHA512:
6
- metadata.gz: c0295568b128c55159b956c306005ffdf895dfe90174c49bae6698fdb965bd6478976cbaf6ead1ae0f9222b242422eaefbeb81183b73aab1eb2fcbaff95c1fd1
7
- data.tar.gz: 10632f0e6ed6aadc73d7e7a4d87a0eb0677c77cfc3ab18b91404e42ef3bd6cedfbd3f5f8315c167b64805a2416880ce67d8fb7cef5d2e7e8ff5498a6628451cc
6
+ metadata.gz: be6e2335454ae180eb7b0a5afeee81adb903ed24351ba1f1c60c0f8636a8a85e35c32138a54b603ed2e60cb66f65ab106d266be0777a37e22efe2baf352f2f5a
7
+ data.tar.gz: c62aef60141abfdc44db2bb45215be000c3a10dc0498fad5e8431a9afb46d3b63676f228e02e7c5f97e9829b30db5a8e8b5f7a7f44ed198fa7993c7b6c116848
@@ -60,7 +60,7 @@ module Lhj
60
60
  def notify_robot(url)
61
61
  template = Lhj::ErbTemplateHelper.load('yapi_qr_code_notify')
62
62
  output = Lhj::ErbTemplateHelper.render(template, { url: url }, nil)
63
- Lhj::Dingtalk.post_message_robot(robot_url, 'yapi qrcode', output)
63
+ Lhj::Dingtalk.post_message_robot(robot_url, 'yapi qrcode code', output)
64
64
  end
65
65
 
66
66
  def config_file
data/lib/lhj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lhj
4
- VERSION = '0.2.14'
4
+ VERSION = '0.2.15'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhj-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian