cocoapods-core 1.11.0 → 1.11.1
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: 1d1aeda22a44f71a0bb5c7964ed58df0632dffe07075ffe5ce77af08d83311d1
|
4
|
+
data.tar.gz: 8a3af2ba8040cf97cd7130a978e1d9e3c64f073c20476caf68212c0a2f4f9f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff8f362b9ae42fd57696f3bb777b18306b8bc467e6cdf189a804601437efe17e848d851785476297d6bc7099c477b6a441350df8cab2a71845915315bab7767f
|
7
|
+
data.tar.gz: d9ebd7b5a5ef23bacced8fa9965d45867936b51cfe9624151a96dee8e2b877c77a561c2de9505ac84d87498b0498ed144b5c658a4188fe8f8b1fc7fa8808966c
|
@@ -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.1
|
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-
|
12
|
+
date: 2021-09-12 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.2.3
|
235
235
|
signing_key:
|
236
236
|
specification_version: 4
|
237
237
|
summary: The models of CocoaPods
|