lhj-tools 0.1.67 → 0.1.69

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: cf4134db0227a7f281d7bdbe9f8e1aebd6f558adeb37b7d659d9a56854ac7803
4
- data.tar.gz: 77e5d60b818ead53aa2af95f2364e92e38b00751a7fe79af0282f47af723ced6
3
+ metadata.gz: 14aa58ce44752d28082011fef120da1f393585210f16bbae26dbdd97d741b3ff
4
+ data.tar.gz: fcf24ca4267e6e5b1195880f7f397ef939edaa4ffcedf6898c85d7653951cf39
5
5
  SHA512:
6
- metadata.gz: 0f6542e96fa9b12d340262481fdb9cddc269b093a1f440a92f443a90a2e1c44b4602dc428e98eb21bee810944f8c6fd84f6ede8c4493f24e418e13d6e6c1d2dc
7
- data.tar.gz: 484440509df39b7d0db5ea8e1071549e127fbca3276c47cd49081b77eeb1c394569b3b31676c9d732b848094649f8968a50d291799fd633c23e8b600bfcea992
6
+ metadata.gz: c88954bbf5f6bdd1fcbfdb9ae8f01f9736775775a1fbba6590637c7d26ee93c329b16b9a2956c2386a68ff05d859884e28a310111129bd3d7ef92966a8121e70
7
+ data.tar.gz: eb1b73442d3bdb83c9ab8284b88d92205f17d29aa9a545d0d8b1acbd3c3b0195e5b753116a9e5d643415f912149659691a1c42f153deb9f0f5da64988cf63f85
@@ -115,10 +115,10 @@ module Lhj
115
115
  end
116
116
 
117
117
  def push_to_git
118
- Actions.sh('git checkout master', log: false)
119
- Actions.sh('git add .', log: false)
120
- Actions.sh("git commit -m 'generate yapi code'", log: false)
121
- Actions.sh('git push', log: false)
118
+ Actions.sh('git checkout master')
119
+ Actions.sh('git add .')
120
+ Actions.sh("git commit -m 'generate yapi code'")
121
+ Actions.sh('git push')
122
122
  end
123
123
 
124
124
  def notify_robot(template_vars)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lhj
4
4
  module Tools
5
- VERSION = "0.1.67"
5
+ VERSION = "0.1.69"
6
6
  end
7
7
  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.1.67
4
+ version: 0.1.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian