cocoapods-core 1.11.0.beta.2 → 1.11.2

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
  SHA256:
3
- metadata.gz: ff12ddf7a1e9510d4d701b561478ca599ce262f8c8924bc9b82b0a7ba31fb127
4
- data.tar.gz: 2416235d2edcc6bfe656057a090f54afdf96d53948ab1e6796ffbbcdef5a0036
3
+ metadata.gz: 1f2fd50c03bd538b9adc959b9f32623e9b011d4dfaf6a100e0cbf77bbb5c672a
4
+ data.tar.gz: 86b30ea59b7d21f9ca111889ce1dedeb7b6adf43327184118d73177d6139c085
5
5
  SHA512:
6
- metadata.gz: 2312bc251e1772ea971db3512379bb3b3184437c72f1dd792f70094a8f888aa2cfc702b5e6bc1001fffb0573d3f7107bc19b872ef4229d2ad94510a608240287
7
- data.tar.gz: 4aea2e2fcd793014741625dbcc2f7a88f8b4d7181dde1fd2952d43d267eaa00e3cda4386f3005e93ee7d81aefe104b55c5ba23d1b8f962498306267e069d0d1e
6
+ metadata.gz: 581259ff281c3fec7a70a9e07673ba8ff3414b6a303c71cbbdf3f46055b7d0cf07da9b4fa36ed2b523adaefd3946c07278ff083331a84d7651f53be15b09d61b
7
+ data.tar.gz: f663797e3f4248299477b581041e8891eb62f1bddde3ba29538baebdb01d122b1bdb8f179ea94712cb78733c509daf33632874f71913194aa973fc4480dd7b77
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.11.0.beta.2'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.11.2'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -461,7 +461,7 @@ module Pod
461
461
  # SCP-style URLs for private git repos
462
462
  url = valid_scp_url[url]
463
463
  base = base_from_host_and_path[url.host, url.path]
464
- when %r{(?:git|ssh|https?|[a-z0-9_-]+@([-\w.]+)):(\/\/)?(.*?)(\.git)(\/?|\#[-\d\w._]+?)$}i
464
+ when %r{(?:git|ssh|https?|[a-z0-9_-]+@([-\w.]+)):(\/\/)?(.*?)(\.git)?(\/?|\#[-\d\w._]+?)$}i
465
465
  # Additional SCP-style URLs for private git repos
466
466
  host, _, path = Regexp.last_match.captures
467
467
  base = base_from_host_and_path[host, path]
@@ -1380,27 +1380,27 @@ module Pod
1380
1380
  #
1381
1381
  # @example
1382
1382
  #
1383
- # s.on_demand_resources = {
1384
- # 'Tag1' => 'file1.png'
1385
- # }
1383
+ # s.on_demand_resources = {
1384
+ # 'Tag1' => 'file1.png'
1385
+ # }
1386
1386
  #
1387
1387
  # @example
1388
1388
  #
1389
- # s.on_demand_resources = {
1390
- # 'Tag1' => ['file1.png', 'file2.png']
1391
- # }
1389
+ # s.on_demand_resources = {
1390
+ # 'Tag1' => ['file1.png', 'file2.png']
1391
+ # }
1392
1392
  #
1393
1393
  # @example
1394
1394
  #
1395
- # s.on_demand_resources = {
1396
- # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :download_on_demand }
1397
- # }
1395
+ # s.on_demand_resources = {
1396
+ # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :download_on_demand }
1397
+ # }
1398
1398
  #
1399
1399
  # @example
1400
1400
  #
1401
- # s.on_demand_resources = {
1402
- # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :initial_install }
1403
- # }
1401
+ # s.on_demand_resources = {
1402
+ # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :initial_install }
1403
+ # }
1404
1404
  #
1405
1405
  # @param [Hash{String=>String}, Hash{String=>Array<String>}, Hash{String=>Hash}] on_demand_resources
1406
1406
  # The on demand resources shipped with the Pod.
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.11.0.beta.2
4
+ version: 1.11.2
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: 2021-08-12 00:00:00.000000000 Z
12
+ date: 2021-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -227,11 +227,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
227
227
  version: '2.6'
228
228
  required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  requirements:
230
- - - ">"
230
+ - - ">="
231
231
  - !ruby/object:Gem::Version
232
- version: 1.3.1
232
+ version: '0'
233
233
  requirements: []
234
- rubygems_version: 3.1.3
234
+ rubygems_version: 3.2.3
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: The models of CocoaPods