cocoapods-force-push 0.0.4 → 0.0.5

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: d69a1582a9dd10f573f141549072e627b53c690042d145dda7723f25aead569f
4
- data.tar.gz: 5b34953ab40a6de6143e522b78c6b934a271835d0675e00b4818843aeb86d79f
3
+ metadata.gz: c9c255db133048ef3ea3f4034c75550681a9b2a21080f40a8f0f428d2eadacdf
4
+ data.tar.gz: e6834681e706c03e6294c5c18bdeffa852ce75ddfbea2b810e36654d13837bb9
5
5
  SHA512:
6
- metadata.gz: 34cc9a28bc09f75813d1a4cb10a4cf61208da17e15c9a6163ecc353e6d657029fbfba9f703fa621afdab5408dcad18978a1edd9f4c8385285c95f247a460f210
7
- data.tar.gz: bd4e40596fcd650d6471b28ab7b4f1cd8d1ab1fdc599da9862ce7cee0ef4828aa911d3862f5f5d64c22537b5714487707e93618dca095042072aba488ddca692
6
+ metadata.gz: 44de23838333512e79aeb3d13a9e6e686a152729b356b9d55ff2e9f69aab797e302367e4f2a6b804f0843a84a22f8dce0a628adcf114dd636aab73ac4be0fc37
7
+ data.tar.gz: 14b921d7df072c17c65270155bee00ffd436a86d7e6910d765d24bdf50ea97adf6a4274210cc80a3c158e3c5dc1ac9fc45dd5021dedf475eb4f4ef539d806c5c
@@ -1,3 +1,3 @@
1
1
  module CocoapodsForcePush
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -6,7 +6,7 @@ require 'cocoapods'
6
6
  module CocoapodsForcePush
7
7
  # 注册 pod install 钩子
8
8
  Pod::HooksManager.register('cocoapods-force-push', :post_install) do |context|
9
- p "hello world!"
10
- puts "semyon: hello world!"
9
+ # p "hello world!"
10
+ # puts "semyon: hello world!"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-force-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - xunianqiang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-28 00:00:00.000000000 Z
11
+ date: 2022-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.0.3
73
+ rubygems_version: 3.0.3.1
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: 忽略 pod repo push 中的代码检查步骤,强制发布版本, 使用方式:pod force repo push xxx xxx.podspec,