cocoapods-force-push 0.0.3 → 0.0.6
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 +4 -4
- data/lib/cocoapods-force-push/gem_version.rb +1 -1
- data/lib/cocoapods_plugin.rb +2 -2
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7430c819f8356c5796d6c462f4086d45dd4c1259dd59a011520e54d4c269af92
|
4
|
+
data.tar.gz: 56c53209e1d8da0b1fc0558e9a7e438dddc157c06824991b6f1815d388e0be90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6ac9231cd497c4e554f422edab903a0ed7bdd07e406882d49338c761f06c7e5b02bd0c9e73b0152b4f1022eae1a2ad8509faaafe5eab4ad509b11c24b6c9654
|
7
|
+
data.tar.gz: 04413e6dc2053e732c974463a261b8695ac36be707f73840a393d654b505f0e5ab6a24e65911db11d727373b184b77198f6b1f3eeb0d1cd4ca6a4efe18da2147
|
data/lib/cocoapods_plugin.rb
CHANGED
@@ -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
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- xunianqiang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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: 忽略 pod repo 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: []
|
@@ -50,7 +51,7 @@ files:
|
|
50
51
|
- lib/cocoapods-force-push/command/push.rb
|
51
52
|
- lib/cocoapods-force-push/gem_version.rb
|
52
53
|
- lib/cocoapods_plugin.rb
|
53
|
-
homepage: https://github.com/
|
54
|
+
homepage: https://github.com/342261733/cocoapods-force-push
|
54
55
|
licenses:
|
55
56
|
- MIT
|
56
57
|
metadata: {}
|
@@ -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: 使用方式:pod force repo push xxx xxx.podspec,
|
76
|
+
summary: 忽略 pod repo push 中的代码检查步骤,强制发布版本, 使用方式:pod force repo push xxx xxx.podspec,
|
77
|
+
参数跟之前一样,repo 前面加 force 命令
|
76
78
|
test_files: []
|