cocoapods-binary-gcp 0.0.4 → 0.0.5
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eee034618a9d333cbeba33a4e9f8fdb618fd2b1e
|
4
|
+
data.tar.gz: 476299215a72e369cf2824c4d5086392f73d9564
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd05018ab3978e6ef790c5c31c7c3ab4671f5426d667f5aa634428c72955e962c9841329aedab506694cc6d3934b3addd41c20a6ef25310c5528e643534b52a7
|
7
|
+
data.tar.gz: db26a1b2fe690e83c8e42bec6516240f20e37668a3ae74bd567fd6a2adeb0aa41aeaee663ad10a75c264a2b440e54b317dd833a269848e6c804fa00d076aa996
|
@@ -269,7 +269,7 @@ module Pod
|
|
269
269
|
# If the path isn't an absolute path, we add a realtive prefix.
|
270
270
|
old_read_link=`which readlink`
|
271
271
|
readlink () {
|
272
|
-
path=`$old_read_link $1`;
|
272
|
+
path=`$old_read_link "$1"`;
|
273
273
|
if [ $(echo "$path" | cut -c 1-1) = '/' ]; then
|
274
274
|
echo $path;
|
275
275
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-binary-gcp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- leavez
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-02-
|
12
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cocoapods
|