watchbuild 0.1.2 → 0.1.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 +4 -4
- data/README.md +4 -4
- data/lib/watchbuild.rb +1 -0
- data/lib/watchbuild/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: babb06acfd9f68c96b656fb9f140d644e95bc764
|
|
4
|
+
data.tar.gz: fca09178648c315a6f0e5778a45ca2b202b8a891
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0f4ade30b31bcf4bb619b20b69405c88daa99cd06e23fda9a82bf24bfff20af1320512df916e69413a4d1b719fdce94635c8299e72f0ec39d8687e86602e3f5
|
|
7
|
+
data.tar.gz: 59bc5f385140002dd4950dcda22811c868c47f154df0f365c510f65c62f5d0af84a6f1c7d754a314955333f2df424c201ca7c979a9605d3c887905169431eaff
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<a href="https://github.com/fastlane/deliver">deliver</a> •
|
|
10
10
|
<a href="https://github.com/fastlane/snapshot">snapshot</a> •
|
|
11
11
|
<a href="https://github.com/fastlane/frameit">frameit</a> •
|
|
12
|
-
<a href="https://github.com/fastlane/
|
|
12
|
+
<a href="https://github.com/fastlane/pem">pem</a> •
|
|
13
13
|
<a href="https://github.com/fastlane/sigh">sigh</a> •
|
|
14
14
|
<a href="https://github.com/fastlane/produce">produce</a> •
|
|
15
15
|
<a href="https://github.com/fastlane/cert">cert</a> •
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
WatchBuild
|
|
26
26
|
============
|
|
27
27
|
|
|
28
|
-
[](https://twitter.com/FastlaneTools)
|
|
29
29
|
[](https://github.com/fastlane/watchbuild/blob/master/LICENSE)
|
|
30
30
|
[](http://rubygems.org/gems/watchbuild)
|
|
31
31
|
|
|
@@ -47,7 +47,7 @@ WatchBuild is a standalone tool and can be used without any of the other [fastla
|
|
|
47
47
|
|
|
48
48
|
This tool is not a replacement for [deliver](https://github.com/fastlane/deliver) (Upload metadata and builds to iTunes Connect) or [pilot](https://github.com/fastlane/pilot) (Upload and distribute new builds to TestFlight), but is meant as a small helpful utility with the main purpose to wait for the binary processing to be finished.
|
|
49
49
|
|
|
50
|
-
Get in contact with the developer on Twitter: [@
|
|
50
|
+
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
|
51
51
|
|
|
52
52
|
-------
|
|
53
53
|
<p align="center">
|
|
@@ -92,7 +92,7 @@ For a list of available parameters and commands run
|
|
|
92
92
|
- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
|
|
93
93
|
- [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
|
|
94
94
|
- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
|
|
95
|
-
- [`
|
|
95
|
+
- [`pem`](https://github.com/fastlane/pem): Automatically generate and renew your push notification profiles
|
|
96
96
|
- [`sigh`](https://github.com/fastlane/sigh): Because you would rather spend your time building stuff than fighting provisioning
|
|
97
97
|
- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
|
|
98
98
|
- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
|
data/lib/watchbuild.rb
CHANGED
data/lib/watchbuild/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watchbuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.30.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 1.0.0
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.30.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|