cocoapods-git2local 0.0.3 → 0.0.4

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: 83d8c94fd58950b444a32007b0a43605d1196d3afc9a2d7467667b745cc4e1d9
4
- data.tar.gz: 8548b3e1959cb101ffec0832ac5773918627083bbf80384ecca3327cb8e23b4f
3
+ metadata.gz: 06b13eb1aa947bcb6433fd98fb51a14210af6e62083f7d8760999166fb2bcde8
4
+ data.tar.gz: e776be99f7307959105154a61541917834c4eb78a87eeeccef6d79ee1e421a6d
5
5
  SHA512:
6
- metadata.gz: b08d4aeff6db91c804d5fe1689848ab81ee640238155053b8c0e00c958a2f7d9c81fbcc966a09cfdb12605f31f12bdd8fbff99cbc08f690f804577a8bbb3c16c
7
- data.tar.gz: de5491c780c80b6dd1a4f92d6d924f8424e181b8e6afecf2933f6896b2aed64d02eaa1bdf8506b059dd66a152c2f10f7c8c6cb77902a1ffa36964cfea51e425e
6
+ metadata.gz: ac89a18197dcffdfabd6bb39811f3564b6b4fa23053c0ad9f57f6e7a7e69ef90643d52ccfa885ec9a84ee154e9b90e0326da6a3a840adfa5b7896a3ffb43bada
7
+ data.tar.gz: 8bcccf03884eb80e09074b7cb6ef4e6f108bf19b6acbdd37f58a7926bea7fdb738f9bf7ae886fdda52b3ff642ef80b860ffbad8e04bb4de692b174f68f915da8
@@ -1,3 +1,3 @@
1
1
  module CocoapodsGit2local
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-git2local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - account120
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-03 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: clone file for podfile use git.
41
+ description: clone file for podfile use git. ENV['GIT_2_LOCAL'] = "true"
42
42
  email:
43
43
  - 979812871@qq.com
44
44
  executables: []
@@ -73,5 +73,5 @@ requirements: []
73
73
  rubygems_version: 3.0.9
74
74
  signing_key:
75
75
  specification_version: 4
76
- summary: clone file for podfile use git.
76
+ summary: clone file for podfile use git. ENV['GIT_2_LOCAL'] = "true"
77
77
  test_files: []