cocoapods-force-push 0.0.1 → 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: f23a46560a26690a5f6add393e9ace0d40fc4229d24f4d8ba61b35b9928f3200
4
- data.tar.gz: c0114ef9925c8b930a3771f7ba87b7755e7d9073f18e1aad7f471c697eb7f595
3
+ metadata.gz: c9c255db133048ef3ea3f4034c75550681a9b2a21080f40a8f0f428d2eadacdf
4
+ data.tar.gz: e6834681e706c03e6294c5c18bdeffa852ce75ddfbea2b810e36654d13837bb9
5
5
  SHA512:
6
- metadata.gz: 81a33d34b53f906cd72b61f25104dd98aa20152c231a3ae20bd6c48ee92ab3caa77a11c90900c709e1f9138b19ca6af65dfb42ec3a87e4f5f6cf45d9aadd3612
7
- data.tar.gz: a43726ed808f746b4fd801474c36698ca4e37a9860c74b064e0dbdb3fdbbcb106745bafadb40e11188dbc754b9fae809247ab0e5478c0abb09bcf88efea3fc0d
6
+ metadata.gz: 44de23838333512e79aeb3d13a9e6e686a152729b356b9d55ff2e9f69aab797e302367e4f2a6b804f0843a84a22f8dce0a628adcf114dd636aab73ac4be0fc37
7
+ data.tar.gz: 14b921d7df072c17c65270155bee00ffd436a86d7e6910d765d24bdf50ea97adf6a4274210cc80a3c158e3c5dc1ac9fc45dd5021dedf475eb4f4ef539d806c5c
@@ -1,3 +1,3 @@
1
1
  module CocoapodsForcePush
2
- VERSION = "0.0.1"
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.1
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-27 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
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A short description of cocoapods-force-push.
41
+ description: 忽略 pod repo push 中的代码检查步骤,强制发布版本, 使用方式:pod force repo push xxx xxx.podspec,
42
+ 参数跟之前一样,repo 前面加 force 命令
42
43
  email:
43
44
  - xunianqiang@smzdm.com
44
45
  executables: []
@@ -69,8 +70,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
70
  - !ruby/object:Gem::Version
70
71
  version: '0'
71
72
  requirements: []
72
- rubygems_version: 3.0.3
73
+ rubygems_version: 3.0.3.1
73
74
  signing_key:
74
75
  specification_version: 4
75
- summary: A longer description of cocoapods-force-push.
76
+ summary: 忽略 pod repo push 中的代码检查步骤,强制发布版本, 使用方式:pod force repo push xxx xxx.podspec,
77
+ 参数跟之前一样,repo 前面加 force 命令
76
78
  test_files: []