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: 5b6bde344b8cd42a44902275151090ac0d8aac5c
4
- data.tar.gz: '08eef7467f827cac539fe548f1cecebda5c431df'
3
+ metadata.gz: eee034618a9d333cbeba33a4e9f8fdb618fd2b1e
4
+ data.tar.gz: 476299215a72e369cf2824c4d5086392f73d9564
5
5
  SHA512:
6
- metadata.gz: 4ec067707db9f540d300992294bce6d65c8ca8b7851d48659936d9af6c6c4ff2d923c1c9ac348c4d1c0cd29856872f9176be0efc718423a307e4450bcbf228ad
7
- data.tar.gz: '09c07fc8f0839a4657174645b3fdb798433db7d5cf576cd6c76d78e132b71a1ecd08b8e073fc7c47fd0880347f5d88d5058f9393bf74ab016416dc2d0c13df7f'
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinary
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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-13 00:00:00.000000000 Z
12
+ date: 2020-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods