cocoapods-downloader 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cocoapods-downloader might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/cocoapods-downloader/gem_version.rb +1 -1
- data/lib/cocoapods-downloader/git.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d788d8599f683b58ee1859e835a12fd09db9aa8852ea7cf4af572cf99ca73e86
|
4
|
+
data.tar.gz: 3c323bca7678037e3c03fe8942a18acf7ed44216f09bde9ce6c6773f4cebe26b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 166cd1b6b112c3c2a903477ab1f33b58bb6fc6ff269f0a63486a56726d110cba0d32162c9e8662109736310b5d3bb800d1de8358050125cf4974e7a33adcfff6
|
7
|
+
data.tar.gz: 840d72c9021a93c9bd2e28f0bbd6fab767227f1d4f4fad9a701055022d022d6702fbca3181532eba184456a4212130e5721ca9b0739bc6043549fd88badcef46
|
@@ -59,7 +59,7 @@ module Pod
|
|
59
59
|
end
|
60
60
|
|
61
61
|
def self.validate_input(options)
|
62
|
-
input = [options[:git], options[:branch], options[:commit], options[:tag]]
|
62
|
+
input = [options[:git], options[:branch], options[:commit], options[:tag]].map(&:to_s)
|
63
63
|
invalid = input.compact.any? { |value| value.start_with?('--') || value.include?(' --') }
|
64
64
|
raise DownloaderError, "Provided unsafe input for git #{options}." if invalid
|
65
65
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-downloader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-03-
|
12
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email:
|