prek 0.5.6 → 0.5.7

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: 45177119e8b7c4dcaaeea9d876d586e7750959ace037a369749e74e9c76eb477
4
- data.tar.gz: d935596776edc72e391ca9664db33cbc6063737ed5bbba908d6066d431cf5f35
3
+ metadata.gz: c1b052d48b2b23c0cbd2b200d4eeffc4fe3d9e45eb12601e1fb4b4d374208dab
4
+ data.tar.gz: 7c14fb9b56bd1c1105666a660d19b1882233e0af412841a5c6cc2c931c945cdd
5
5
  SHA512:
6
- metadata.gz: 6a7e5cc7d761a8b3e1c3dea44e68c9908ae6ec4a16b1eddf365355321779b3ac34a1035fd31284b76f78d65f0dabf57e27b3896611ca8db6c3a18c304d4dce37
7
- data.tar.gz: ec06998a91082f9120aeba46fedaa9300f2164e983844e05f09b0e3db3a2d8046804e18dc7da17f2f8bf309d888b0838074bf364b23b207edd677da1953df85b
6
+ metadata.gz: bee9595df6f4f585126a24abee435b77117c80a43eb9f131ad6da29981996d876a351b981d652e80a576da5478f36c561f6e175f891383b556b1613b1ad5ee7e
7
+ data.tar.gz: 65b61b24f27f509aab0c7de15a70b5b414df98ba988f9a5cd2b97d5f599343e9007827bb5aa0f5f97f70a27dc90152f9fbc6d2d42c2d8d2baddde60d40ab8026
@@ -1,3 +1,3 @@
1
1
  module Bytedance
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
3
3
  end
@@ -30,7 +30,7 @@ class Create < Lib
30
30
 
31
31
  def run
32
32
  super
33
- parameter = [@projectName,'--components='+ @components,'--prefix=' + @prefix, @platform ? '--platform' : '--no-platform', '--template-url=https://github.com/CocoaPods/pod-template.git']
33
+ parameter = [@projectName,'--prefix=' + @prefix, '--template-url=https://github.com/CocoaPods/pod-template.git']
34
34
  finalParams = CLAide::ARGV.new(parameter)
35
35
  Pod::Command::Lib::Create.new(finalParams).run
36
36
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - jialei