cocoapods-git-tarball 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dca405da11182546b17fd13aabd2191f8fdb9509c67d5eeec06f057d5fb0d8f4
4
- data.tar.gz: d7d84665a20becf523d4c09f95400b63217b52c5a21772198b00f38019b07087
3
+ metadata.gz: 0a9f218b29bbdb065f461adf10c8bca08364a5625103137bb944059be49461bd
4
+ data.tar.gz: 0451ac6e2bfe7b334867a2f2ec2c553c742bc6eda880d58afd4a8f63d4e80d7f
5
5
  SHA512:
6
- metadata.gz: 78046298943b15f30020062dd86d600cb55694ce2caba100819d12c01ca67b8bf980810daeec36d496a94cc32125b4b8794f3a60daf0697ae8e3fbb8bbcc7d25
7
- data.tar.gz: ec79bdea14873668f8d39083491de810ffcff98944b27a636d4813e46013a2d39be008fd9172aa96a43e5497b28c3de99c9601a2a888a3502e3070038b7018f8
6
+ metadata.gz: 07a3dc3cea66584899674a7b754ce2aca977e01a05126c47d4d9e65e9f0dd18be7cae859cc11db010b2b11a9f96f71f479da955c755c854fb9de399389bb527a
7
+ data.tar.gz: 7a36c19657b3fd4ec5ece2a2fb8762b918ea71d4701e1e963fcaa496cb585de2e30381cbd75d5851cac16c7443f26d3c019af80b2c539f8072728d07fc8902d2
@@ -17,7 +17,7 @@ module Pod
17
17
  alias_method :orig_download!, :download!
18
18
 
19
19
  def download!
20
- if url.start_with?('https://github.com/') && !options[:submodules]
20
+ if url =~ %r{https://(.+:.+@|)github\.com/} && !options[:submodules]
21
21
  download_from_github!
22
22
  else
23
23
  orig_download!
@@ -1,4 +1,4 @@
1
1
  module CocoaPodsGitTarball
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  NAME = "cocoapods-git-tarball"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-git-tarball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Makarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2022-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.0.3
81
+ rubygems_version: 3.1.4
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: cocoapods-git-tarball is a CocoaPods plugin that checks whether a pod is