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 +4 -4
- data/lib/pod/command/sync-podspec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9949236d4bb1f4a045d5934ad00958169104d8400d298efacbd1dd0c223c03bc
|
4
|
+
data.tar.gz: 7f04ff086bfed0345253b3e4b157e62a3702770ba579ed3303f039c0745f15b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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
|
58
|
+
summary: Push new specifications to a spec-repo
|
59
59
|
test_files: []
|