cocoapods-sync-podspecs 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee6b08678ab0ccf4ea0ef2f183b5ecafdad23377363f541d83e29c08881000dc
4
- data.tar.gz: e0abbd834a82136825c61461f2471f1f78e42d4a264eb05df22a83b38f817739
3
+ metadata.gz: 9949236d4bb1f4a045d5934ad00958169104d8400d298efacbd1dd0c223c03bc
4
+ data.tar.gz: 7f04ff086bfed0345253b3e4b157e62a3702770ba579ed3303f039c0745f15b6
5
5
  SHA512:
6
- metadata.gz: ae6beeefa61d9c3c9bdc7b5c5eb77a80ee5b70f52fb866f14d01945cf1e5a4ef59df1d742c6920f3b495ddab851cc3210c9ece33066e671d89b2e020fc9f5185
7
- data.tar.gz: 54a88c14faeaef50a24485184267211d824f125a133797738d0e0b4eb4d380872d29969b69dd5a611a2114cd6c0f4c75e058719a35ae2be4de8470bd8ea9e3c9
6
+ metadata.gz: 6d57137ff8c2aa78984021d5f83b940537f7cb695997d366bb40c1a9451d8640e419d89da76b204af0931c59173d0f6d82960a40aaf99e2e614f86814b7d0ce2
7
+ data.tar.gz: 91041205968787ae2ee05e9aa3e9450b901c605b7c704fa53dec6b9323fda3da7bea7aa8d0faa3aada42d9fe9de06caf371f49248790fcef9e3eef3e55e4c560
@@ -236,7 +236,7 @@ module Pod
236
236
  [path]
237
237
  else
238
238
  #files = Pathname.glob('*.podspec{,.json}')
239
- files = Pathname.glob('**/*.podspec{,.json}')
239
+ files = Pathname.glob('**/*.podspec')
240
240
  raise Informative, "Couldn't find any podspec files in current directory" if files.empty?
241
241
  files
242
242
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-sync-podspecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - quangmv
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.10.0
27
- description: Push new specifications to a spec-repo
27
+ description: Push new specifications to a spec-repo without lint validation
28
28
  email:
29
29
  - quang.app@gmail.com
30
30
  executables: []
@@ -55,5 +55,5 @@ requirements: []
55
55
  rubygems_version: 3.0.3
56
56
  signing_key:
57
57
  specification_version: 4
58
- summary: Push new specifications to a spec-repo without lint validation
58
+ summary: Push new specifications to a spec-repo
59
59
  test_files: []