tworingtools 1.9.2 → 1.10.0
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/bin/clean-rc-tags +5 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1db507602ab841f2512355d2859672f72346f5af29c07f25fb75666c2ebe6f6
|
|
4
|
+
data.tar.gz: b7661a9525fa1b2ec5a5ac226b7ce4ecd101bf81e292118a7569e910aa6d5305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c46b0210f04557cf973ebdde133b1249123da58c1cf2ead75d9d4641dbdf202ca3328cd92eb022c5c1581cf1d1ea41068f43b619716200e9cc07845cad18905a
|
|
7
|
+
data.tar.gz: df147135124b76e81fc680c4649ecd9b226bcb61623f7abf567bf1a848bc8ab1590a9027fe494600834bc933f14f32171a0cf851be8f39d8c1d78e87359eed2e
|
data/bin/clean-rc-tags
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tworingtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew McKnight
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github_api
|
|
@@ -46,8 +46,10 @@ description: |2
|
|
|
46
46
|
- release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk.
|
|
47
47
|
- revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around.
|
|
48
48
|
- bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit.
|
|
49
|
+
- clean-rc-tags: deletes any release candidate tags leftover after prerelease testing.
|
|
49
50
|
email: andrew@tworingsoft.com
|
|
50
51
|
executables:
|
|
52
|
+
- clean-rc-tags
|
|
51
53
|
- rebuild-sims
|
|
52
54
|
- sync-forks
|
|
53
55
|
- changetag
|
|
@@ -60,6 +62,7 @@ extra_rdoc_files: []
|
|
|
60
62
|
files:
|
|
61
63
|
- bin/bumpr
|
|
62
64
|
- bin/changetag
|
|
65
|
+
- bin/clean-rc-tags
|
|
63
66
|
- bin/prerelease-podspec
|
|
64
67
|
- bin/rebuild-sims
|
|
65
68
|
- bin/release-podspec
|