cocoapods-core 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f0dfc2cb309db18cb75aa66873dfd112a68c5c5
4
- data.tar.gz: 8c437d8778ff1931621eae3078eeca0530561746
3
+ metadata.gz: 009722867e661e11100e5acb4e644da6df77ae19
4
+ data.tar.gz: d6579347679166a518bdd3213749d6e2fd3862cb
5
5
  SHA512:
6
- metadata.gz: a32ad00275946719f33e5bd28402bcdcde68f4f32e03152487dd733a3137eda3f726b5405dc70f303c642bc2f03314d7db5abc85d4b3f4c8bf89839732d8892e
7
- data.tar.gz: 747098b975d7ad26f18e8f873d2ed9da828af10f3ac4204c07c541eb1ad4e7d96485c0e81a5a43fffdebf02c295f2a2ff174ec37a413fbdefb6ff284b332c79a
6
+ metadata.gz: 9d905a0e7c85771b6766a295a335c15e57784cb7049670ad774694dadbe73b24a14f8997748b9ddbc5bcc85a8ae2134d92fcfb95ae8f8096605e9d2a3102cb4c
7
+ data.tar.gz: 29c5d0381dc76a8238597269080381ce2955680080ecc2a30e5f8bc8dd259b3d6c6f16117af4ba442352d4d8ff28ffc869ec404240d92ea50fcb32aa44c748e0
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.0.0'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.0.1'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -504,6 +504,7 @@ module Pod
504
504
  end
505
505
 
506
506
  get_hash_value('dependencies', []) << pod
507
+ nil
507
508
  end
508
509
 
509
510
  #--------------------------------------#
@@ -399,7 +399,7 @@ module Pod
399
399
  #-------------------------------------------------------------------------#
400
400
 
401
401
  def ensure_in_repo!
402
- return if Pathname.pwd.realpath == repo.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.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-05-10 00:00:00.000000000 Z
12
+ date: 2016-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport