cocoapods-core 1.0.0 → 1.0.1
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: 009722867e661e11100e5acb4e644da6df77ae19
|
|
4
|
+
data.tar.gz: d6579347679166a518bdd3213749d6e2fd3862cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d905a0e7c85771b6766a295a335c15e57784cb7049670ad774694dadbe73b24a14f8997748b9ddbc5bcc85a8ae2134d92fcfb95ae8f8096605e9d2a3102cb4c
|
|
7
|
+
data.tar.gz: 29c5d0381dc76a8238597269080381ce2955680080ecc2a30e5f8bc8dd259b3d6c6f16117af4ba442352d4d8ff28ffc869ec404240d92ea50fcb32aa44c748e0
|
|
@@ -399,7 +399,7 @@ module Pod
|
|
|
399
399
|
#-------------------------------------------------------------------------#
|
|
400
400
|
|
|
401
401
|
def ensure_in_repo!
|
|
402
|
-
return if Pathname.pwd.realpath
|
|
402
|
+
return if File.identical?(Pathname.pwd.realpath.to_s, repo.realpath.to_s)
|
|
403
403
|
raise StandardError, "Must be in the root of the repo (#{repo}), " \
|
|
404
404
|
"instead in #{Pathname.pwd}."
|
|
405
405
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.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: 2016-
|
|
12
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|