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 +4 -4
- data/lib/lhj/command/yapi.rb +4 -4
- data/lib/lhj/tools/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: 14aa58ce44752d28082011fef120da1f393585210f16bbae26dbdd97d741b3ff
|
|
4
|
+
data.tar.gz: fcf24ca4267e6e5b1195880f7f397ef939edaa4ffcedf6898c85d7653951cf39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c88954bbf5f6bdd1fcbfdb9ae8f01f9736775775a1fbba6590637c7d26ee93c329b16b9a2956c2386a68ff05d859884e28a310111129bd3d7ef92966a8121e70
|
|
7
|
+
data.tar.gz: eb1b73442d3bdb83c9ab8284b88d92205f17d29aa9a545d0d8b1acbd3c3b0195e5b753116a9e5d643415f912149659691a1c42f153deb9f0f5da64988cf63f85
|
data/lib/lhj/command/yapi.rb
CHANGED
|
@@ -115,10 +115,10 @@ module Lhj
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
def push_to_git
|
|
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'
|
|
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)
|
data/lib/lhj/tools/version.rb
CHANGED