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 +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/source/manager.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60f2597476e8ac8b2ce1052e59eab620d75c953b9a673eb525f2a9fa99d8a263
|
4
|
+
data.tar.gz: 624b7dd45014942d9f754a576b9fcb447e757b1fb4893035a955b17346e1667c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc5195c1d5a4ba9c01fcc9e6e1f3cba21ac58be9fd764c03f5bd4eb239e9d733dff724f911d24b138095e199aa7c01d49799dc33e618af772ae164034c8fafeb
|
7
|
+
data.tar.gz: 6642a80ab34ea1d147deb6b605e85147ce9bb906ee1b63fd611afd077678b62b63c552c4356df9e82f93cd535d751336d3c709d5bf0132d9c544add39d8c42fc
|
@@ -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.
|
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:
|
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.
|
234
|
+
rubygems_version: 3.1.6
|
235
235
|
signing_key:
|
236
236
|
specification_version: 4
|
237
237
|
summary: The models of CocoaPods
|