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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a70fb090a363d488ca73f0d46bf3ea86c7ae9fa5
4
- data.tar.gz: 5d392588cd8e0a250945918e70075df17794229d
3
+ metadata.gz: babb06acfd9f68c96b656fb9f140d644e95bc764
4
+ data.tar.gz: fca09178648c315a6f0e5778a45ca2b202b8a891
5
5
  SHA512:
6
- metadata.gz: edbc7ea593aedc25adcafc6299c845076113e2b1a3ec1f466dbc255105b589471939b96187ff09a6d39ff7e863d854710ab7c70a95cfee49570af339585ac0ed
7
- data.tar.gz: 148ede759478bbc49c0ac2c592f8a7aac20f5bca6a585d67d5404e5cc84cc3996a5b2bff306a2291b6560d8e33fb9196d0a360f4ed87c595123a0315e8402a47
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> &bull;
10
10
  <a href="https://github.com/fastlane/snapshot">snapshot</a> &bull;
11
11
  <a href="https://github.com/fastlane/frameit">frameit</a> &bull;
12
- <a href="https://github.com/fastlane/PEM">PEM</a> &bull;
12
+ <a href="https://github.com/fastlane/pem">pem</a> &bull;
13
13
  <a href="https://github.com/fastlane/sigh">sigh</a> &bull;
14
14
  <a href="https://github.com/fastlane/produce">produce</a> &bull;
15
15
  <a href="https://github.com/fastlane/cert">cert</a> &bull;
@@ -25,7 +25,7 @@
25
25
  WatchBuild
26
26
  ============
27
27
 
28
- [![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
28
+ [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
29
29
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/watchbuild/blob/master/LICENSE)
30
30
  [![Gem](https://img.shields.io/gem/v/watchbuild.svg?style=flat)](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: [@KrauseFx](https://twitter.com/KrauseFx)
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
- - [`PEM`](https://github.com/fastlane/PEM): Automatically generate and renew your push notification profiles
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
@@ -11,4 +11,5 @@ module WatchBuild
11
11
  end
12
12
 
13
13
  Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
14
+ UI = FastlaneCore::UI
14
15
  end
@@ -1,4 +1,4 @@
1
1
  module WatchBuild
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  DESCRIPTION = "Get a notification once your iTunes Connect build is finished processing"
4
4
  end
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.2
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: 2015-12-15 00:00:00.000000000 Z
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.26.1
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.26.1
29
+ version: 0.30.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0