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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55dac00c23eab3de8294d6df24bdae47a61db3426942dc7aca1ec29bf63aeeaa
4
- data.tar.gz: aca6257b8a4186ce7a129cf4b825f9a9bfdd2aa480008da6e50462941f151a48
3
+ metadata.gz: 7430c819f8356c5796d6c462f4086d45dd4c1259dd59a011520e54d4c269af92
4
+ data.tar.gz: 56c53209e1d8da0b1fc0558e9a7e438dddc157c06824991b6f1815d388e0be90
5
5
  SHA512:
6
- metadata.gz: 5a2f71ed30abde5705886ee35e44aa1eccb4c3741e747302e365e9bf304b1950d07e050a8ab5e0dea6c091a1776cf7559fd08199f62939e82ca7c69e25365090
7
- data.tar.gz: caab17e2cd640a449ee70e5f2f5bd348fa8f9c7b00e607323fea615d17d1b668303fff6b3bce37d246d49eb710a41e00e32f5ba368f5345f6e2aa25ce8325127
6
+ metadata.gz: f6ac9231cd497c4e554f422edab903a0ed7bdd07e406882d49338c761f06c7e5b02bd0c9e73b0152b4f1022eae1a2ad8509faaafe5eab4ad509b11c24b6c9654
7
+ data.tar.gz: 04413e6dc2053e732c974463a261b8695ac36be707f73840a393d654b505f0e5ab6a24e65911db11d727373b184b77198f6b1f3eeb0d1cd4ca6a4efe18da2147
@@ -1,3 +1,3 @@
1
1
  module CocoapodsForcePush
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.6"
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.3
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: 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
@@ -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/EXAMPLE/cocoapods-force-push
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, 跟之前一样,repo 前面加 force 命令
76
+ summary: 忽略 pod repo push 中的代码检查步骤,强制发布版本, 使用方式:pod force repo push xxx xxx.podspec,
77
+ 参数跟之前一样,repo 前面加 force 命令
76
78
  test_files: []