lhj-tools 0.2.44 → 0.2.45

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: 2b326669a6ec75b15b5032ab6570bdeb87458d778bfb0df9a27f3ff358a3f580
4
- data.tar.gz: e785ad7ca166a3a32475f311dd58b16a1101d3a9f0a8551025149c2e4f247274
3
+ metadata.gz: ef36a78419af31746623f341b8b5cb5e8614a98cfb30a2d036d266aaad491aef
4
+ data.tar.gz: 9a3ffbcc8b8d30db4c553107229188ae72e1c953c850a687a56543b2732264aa
5
5
  SHA512:
6
- metadata.gz: ebf2b737686e68174ba58afdccc258e92290d7fd177862c35afa9c33a46b9f43213f6a6e2583277574675766da94aab4607a0afcc0658a2d59a81d4cba34a89c
7
- data.tar.gz: 10f56170ecf0f63d4bc1177ea06a7163b9244b384fc8b1fcc97bf956c70bd946621983d6045f61e764d6bedb95763c606f7c9b0ecea35afd4053498088c7fbb4
6
+ metadata.gz: 1ea4f3dfc5cf3ca6761a22b03db32988c54abcb0731f66d9226dee461b194f07e6be475756125af75fb91fb824e677e4a7c38da3c26686a36134a7344f9ad36c
7
+ data.tar.gz: a07f4656d68656e1a8c3ccf5ddd4c5ad93bfa49bfa643d2c0146ba1fa531117996edac5a5f12625251b78984bfa3c2d398f97b695467c7a97423c1883a62bf61
@@ -121,9 +121,9 @@ module Lhj
121
121
  cmd << "--sources=#{pod_repo_name},aliyun,trunk"
122
122
  cmd << '--allow-warnings'
123
123
  cmd << '--use-libraries'
124
- cmd << '--skip-import-validation'
125
- cmd << '--skip-tests'
126
- cmd << '--validation-dir'
124
+ # cmd << '--skip-import-validation'
125
+ # cmd << '--skip-tests'
126
+ # cmd << '--validation-dir'
127
127
  cmd << '--verbose'
128
128
  Actions.sh(cmd.join(' '), log: true, error_callback: nil)
129
129
  end
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.44'
4
+ VERSION = '0.2.45'
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.44
4
+ version: 0.2.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian