cocoapods-core 1.11.0 → 1.11.3

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: ac62610d80f5d93b07a3007a58a3e0e395f970a00eefdf90eca991a9b25d516a
4
- data.tar.gz: 973935b5f4f56d887830b2087e430e7a2bd7a6c3df3d2d2040619b0597b9d5c8
3
+ metadata.gz: 60f2597476e8ac8b2ce1052e59eab620d75c953b9a673eb525f2a9fa99d8a263
4
+ data.tar.gz: 624b7dd45014942d9f754a576b9fcb447e757b1fb4893035a955b17346e1667c
5
5
  SHA512:
6
- metadata.gz: 03a20bb85f68e48b818653ccbd76075591c9c68cd28c49fb1e4384df9ce695e7d48e4805d73c445e255f8ec4d88bd7b41cdea72777069f861af866d525bba8fd
7
- data.tar.gz: ffbe9bcc9d1a12717ece5df19cdefdbb0f3977d8ffc5906a08cb10c3b728b190355e47885ee8889dda6a3f29ae494fd214daa6d8cba484c295b0f30d2a68fb85
6
+ metadata.gz: dc5195c1d5a4ba9c01fcc9e6e1f3cba21ac58be9fd764c03f5bd4eb239e9d733dff724f911d24b138095e199aa7c01d49799dc33e618af772ae164034c8fafeb
7
+ data.tar.gz: 6642a80ab34ea1d147deb6b605e85147ce9bb906ee1b63fd611afd077678b62b63c552c4356df9e82f93cd535d751336d3c709d5bf0132d9c544add39d8c42fc
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.11.0'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.11.3'.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]
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
4
+ version: 1.11.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: 2021-09-01 00:00:00.000000000 Z
12
+ date: 2022-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  - !ruby/object:Gem::Version
232
232
  version: '0'
233
233
  requirements: []
234
- rubygems_version: 3.0.9
234
+ rubygems_version: 3.1.6
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: The models of CocoaPods