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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac62610d80f5d93b07a3007a58a3e0e395f970a00eefdf90eca991a9b25d516a
4
- data.tar.gz: 973935b5f4f56d887830b2087e430e7a2bd7a6c3df3d2d2040619b0597b9d5c8
3
+ metadata.gz: 1d1aeda22a44f71a0bb5c7964ed58df0632dffe07075ffe5ce77af08d83311d1
4
+ data.tar.gz: 8a3af2ba8040cf97cd7130a978e1d9e3c64f073c20476caf68212c0a2f4f9f3c
5
5
  SHA512:
6
- metadata.gz: 03a20bb85f68e48b818653ccbd76075591c9c68cd28c49fb1e4384df9ce695e7d48e4805d73c445e255f8ec4d88bd7b41cdea72777069f861af866d525bba8fd
7
- data.tar.gz: ffbe9bcc9d1a12717ece5df19cdefdbb0f3977d8ffc5906a08cb10c3b728b190355e47885ee8889dda6a3f29ae494fd214daa6d8cba484c295b0f30d2a68fb85
6
+ metadata.gz: ff8f362b9ae42fd57696f3bb777b18306b8bc467e6cdf189a804601437efe17e848d851785476297d6bc7099c477b6a441350df8cab2a71845915315bab7767f
7
+ data.tar.gz: d9ebd7b5a5ef23bacced8fa9965d45867936b51cfe9624151a96dee8e2b877c77a561c2de9505ac84d87498b0498ed144b5c658a4188fe8f8b1fc7fa8808966c
@@ -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.1'.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.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-01 00:00:00.000000000 Z
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.0.9
234
+ rubygems_version: 3.2.3
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: The models of CocoaPods