cocoapods-core 1.1.0.rc.2 → 1.1.0.rc.3

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: 20b2878e3c900a4393dc6211a395836d769899a0
4
- data.tar.gz: 80ddbc2ac2ad7c3120d220eb0532ea05f87bd69d
3
+ metadata.gz: 7b80a80af7d8d1344bdd383bc629da2fbdea0cbd
4
+ data.tar.gz: 68e0f6013afe15946870f51c0a12e17a3b920b63
5
5
  SHA512:
6
- metadata.gz: f64d83ea1d7c3f2e6f674b8ad9a26799e5055ac142e027dd830af67dbdc9961d43c9cd08e56eea6ecb0e9bb52ad3b9e6a37770692fb9a8bb44c623556eb52b6e
7
- data.tar.gz: a12fce39e9a84e63a051fa302a69a3f0561bd97b7307ae97243a39cb757e15cf9df11b2ac8752f43536c576dc4b18b7e159bdddf2ada1eb6a265cac3607617ae
6
+ metadata.gz: 26005ffd285c366f6c693abadd40c78f2f481607c9ce2635a2dadc4e8a1a5e72292aaaa7d99b28ada6a637c3e3006faefef0805ec689dcc91f36be793d30192a
7
+ data.tar.gz: 0f155b7e1895e834a2a00d9078f90642a9d9ac69f03f1a9f44daa7e3f713d20f0b3511bef15ce516abdf04d33714018bca1902bd4794a1912e64e4a787e5a43c
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.1.0.rc.2'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.1.0.rc.3'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -5,8 +5,8 @@ require 'cocoapods-core/specification/dsl/platform_proxy'
5
5
  module Pod
6
6
  class Specification
7
7
  #- NOTE ------------------------------------------------------------------#
8
- # The of the methods defined in this file and the order of the methods is
9
- # relevant for the documentation generated on the
8
+ # The order of the methods defined in this file and the order of the
9
+ # methods is relevant for the documentation generated on the
10
10
  # CocoaPods/cocoapods.github.com repository.
11
11
  #-------------------------------------------------------------------------#
12
12
 
@@ -62,7 +62,7 @@ module Pod
62
62
  # spec.ios.framework = 'UIKit'
63
63
  # spec.osx.framework = 'AppKit'
64
64
  #
65
- # spec.dependency = 'SomeOtherPod'
65
+ # spec.dependency 'SomeOtherPod'
66
66
  # end
67
67
  #
68
68
  module DSL
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.1.0.rc.2
4
+ version: 1.1.0.rc.3
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-09-13 00:00:00.000000000 Z
12
+ date: 2016-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport