cocoapods-core 0.34.0 → 0.34.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: 237eccff7f8b4432a3ef7962c927be95e439d3e0
4
- data.tar.gz: 94a8c5202c580be60024816ed300d4ea68aef020
3
+ metadata.gz: e66913ba427c63f53357342686a63e63ba07c863
4
+ data.tar.gz: f958368c60696a32d4960c0e2703c18a450887d6
5
5
  SHA512:
6
- metadata.gz: 2d6b4e009611ea7b9aa7e7a49f59e6b5ab31115eb6ef0615f0ac913ec6b33eda55ec1fa6e126a4334bf7c59545ddbf293c11a7a6ddcd986786cf22d7237c9f87
7
- data.tar.gz: b72004d474e08fb4c33a5f51323f9a79a141aee78f321a73bb3a5fa887f06ed52a14c04649216f4c9f2fb5295a26219be775bc7c234d033f684f7055b94b8ecc
6
+ metadata.gz: 7e274277975927d3a9fba81f4813df67d540dcf648e20f1edb0657c0b7b01896b74a7232402a591631b4c3ef059350bcb453d48418298b8883137ea00217e6e2
7
+ data.tar.gz: 54418fabcd515910c7c04cf97bb5fb5204cfcf1b6c8e256e2bb61d4f36c7602a42f4047ece29aad42a8c2672b5dc984467b61dbe8930872728cbee3b201e906b
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '0.34.0' unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '0.34.1' unless defined? Pod::CORE_VERSION
5
5
  end
@@ -11,10 +11,13 @@ module Pod
11
11
  #
12
12
  # A podfile can be very simple:
13
13
  #
14
+ # source 'https://github.com/CocoaPods/Specs.git'
14
15
  # pod 'AFNetworking', '~> 1.0'
15
16
  #
16
17
  # An example of a more complex podfile can be:
17
18
  #
19
+ # source 'https://github.com/CocoaPods/Specs.git'
20
+ #
18
21
  # platform :ios, '6.0'
19
22
  # inhibit_all_warnings!
20
23
  #
@@ -480,8 +483,7 @@ module Pod
480
483
  #
481
484
  # -----
482
485
  #
483
- # By default, the GitHub Cocoapods/Specs repository is used. Use this
484
- # method to specify sources. The order of the sources is
486
+ # Use this method to specify sources. The order of the sources is
485
487
  # relevant. CocoaPods will use the highest version of a Pod of the first
486
488
  # source which includes the Pod (regardless whether other sources have a
487
489
  # higher version).
@@ -489,10 +491,10 @@ module Pod
489
491
  # @param [String] source
490
492
  # The URL of a specs repo.
491
493
  #
492
- # @example Specifying to use first `my_private_repo` and then the
494
+ # @example Specifying to first use the artsy repo and then the
493
495
  # CocoaPods Master Repo
494
496
  #
495
- # source 'https://banana.com/corp/my_private_repo.git'
497
+ # source 'https://github.com/artsy/Specs.git'
496
498
  # source 'https://github.com/CocoaPods/Specs.git'
497
499
  #
498
500
  # @return [void]
@@ -518,7 +518,7 @@ module Pod
518
518
  #
519
519
  # spec.osx.deployment_target = "10.8"
520
520
  #
521
- # @param [String] args
521
+ # @param [String] _args
522
522
  # The deployment target of the platform.
523
523
  #
524
524
  def deployment_target=(*_args)
@@ -283,7 +283,7 @@ module Pod
283
283
  if type && type =~ /\(example\)/
284
284
  error '[license] Sample license type.'
285
285
  end
286
- if file && Pathname.new(file).extname !~ /^(txt|md|markdown|)$/i
286
+ if file && Pathname.new(file).extname !~ /^(\.(txt|md|markdown|))?$/i
287
287
  error '[license] Invalid file type'
288
288
  end
289
289
  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: 0.34.0
4
+ version: 0.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -15,70 +15,70 @@ dependencies:
15
15
  name: activesupport
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: 3.2.15
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
27
  version: 3.2.15
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: nap
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: 0.8.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: 0.8.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: json_pure
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ~>
47
47
  - !ruby/object:Gem::Version
48
48
  version: '1.8'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.8'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: fuzzy_match
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: 2.0.4
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ~>
68
68
  - !ruby/object:Gem::Version
69
69
  version: 2.0.4
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: bacon
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - "~>"
74
+ - - ~>
75
75
  - !ruby/object:Gem::Version
76
76
  version: '1.1'
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - "~>"
81
+ - - ~>
82
82
  - !ruby/object:Gem::Version
83
83
  version: '1.1'
84
84
  description: |-
@@ -143,12 +143,12 @@ require_paths:
143
143
  - lib
144
144
  required_ruby_version: !ruby/object:Gem::Requirement
145
145
  requirements:
146
- - - ">="
146
+ - - '>='
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0'
149
149
  required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  requirements:
151
- - - ">="
151
+ - - '>='
152
152
  - !ruby/object:Gem::Version
153
153
  version: '0'
154
154
  requirements: []