cocoapods-force-push 0.0.1 → 0.0.3

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: 55dac00c23eab3de8294d6df24bdae47a61db3426942dc7aca1ec29bf63aeeaa
4
+ data.tar.gz: aca6257b8a4186ce7a129cf4b825f9a9bfdd2aa480008da6e50462941f151a48
5
5
  SHA512:
6
- metadata.gz: 81a33d34b53f906cd72b61f25104dd98aa20152c231a3ae20bd6c48ee92ab3caa77a11c90900c709e1f9138b19ca6af65dfb42ec3a87e4f5f6cf45d9aadd3612
7
- data.tar.gz: a43726ed808f746b4fd801474c36698ca4e37a9860c74b064e0dbdb3fdbbcb106745bafadb40e11188dbc754b9fae809247ab0e5478c0abb09bcf88efea3fc0d
6
+ metadata.gz: 5a2f71ed30abde5705886ee35e44aa1eccb4c3741e747302e365e9bf304b1950d07e050a8ab5e0dea6c091a1776cf7559fd08199f62939e82ca7c69e25365090
7
+ data.tar.gz: caab17e2cd640a449ee70e5f2f5bd348fa8f9c7b00e607323fea615d17d1b668303fff6b3bce37d246d49eb710a41e00e32f5ba368f5345f6e2aa25ce8325127
@@ -1,3 +1,3 @@
1
1
  module CocoapodsForcePush
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  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.3
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: 2021-07-28 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: A short description of cocoapods-force-push.
41
+ description: 忽略 pod repo push 中的代码检查步骤,强制发布版本
42
42
  email:
43
43
  - xunianqiang@smzdm.com
44
44
  executables: []
@@ -72,5 +72,5 @@ requirements: []
72
72
  rubygems_version: 3.0.3
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: A longer description of cocoapods-force-push.
75
+ summary: 使用方式:pod force repo push xxx xxx.podspec, 跟之前一样,repo 前面加 force 命令
76
76
  test_files: []