fastlane 1.33.1 → 1.33.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -13
  3. data/lib/fastlane/version.rb +1 -1
  4. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cd99115b59852d508a865edbd2e0af970c9acee
4
- data.tar.gz: 33b68516ddaa76c920d41576fd0679a32c46ed43
3
+ metadata.gz: cab3ec19bf79bd6833ce51e4411b9b399896e20d
4
+ data.tar.gz: 33dd8172291839b7146d5b8e5f54b141c32339cc
5
5
  SHA512:
6
- metadata.gz: 44b1d5349b226a62fe5bf50e41c5f765a42b8d2864ee6be066f22b130ec29649033b1a823a38dab0540713e02b08cf021e90c995af572a3604d1c61052ee62b3
7
- data.tar.gz: 901246dd726ff38e3050784be785e670dff178eeb091e57af1656a676d0707369bb63b9ae48f5e2aa4729b07810c5752f82d313a12495cb95f0d04151323a4f3
6
+ metadata.gz: 205929e05cfd8b3a0e31b80d126e1e640660e1db1b797b84049753d0d02cacc2557e429e522720a58a3232c1c22fd3e6c731f376c2b409ca6afde87238a371b9
7
+ data.tar.gz: 86b9155a366cf7b78055c7b2035cecf15efe525da399dafa98d24327ef0d459943036b2cc37076b401a8917fadd568dfec5613a6483ea894d211a3b34ecaaa61
data/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
  <p align="center">
5
5
  <a href="https://github.com/KrauseFx/deliver">deliver</a> &bull;
6
6
  <a href="https://github.com/KrauseFx/snapshot">snapshot</a> &bull;
7
- <a href="https://github.com/KrauseFx/frameit">frameit</a> &bull;
8
- <a href="https://github.com/KrauseFx/PEM">PEM</a> &bull;
7
+ <a href="https://github.com/fastlane/frameit">frameit</a> &bull;
8
+ <a href="https://github.com/fastlane/PEM">PEM</a> &bull;
9
9
  <a href="https://github.com/KrauseFx/sigh">sigh</a> &bull;
10
- <a href="https://github.com/KrauseFx/produce">produce</a> &bull;
11
- <a href="https://github.com/KrauseFx/cert">cert</a> &bull;
12
- <a href="https://github.com/KrauseFx/codes">codes</a> &bull;
10
+ <a href="https://github.com/fastlane/produce">produce</a> &bull;
11
+ <a href="https://github.com/fastlane/cert">cert</a> &bull;
12
+ <a href="https://github.com/fastlane/codes">codes</a> &bull;
13
13
  <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull;
14
14
  <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
15
15
  <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
@@ -25,7 +25,7 @@ fastlane
25
25
  [![Gem](https://img.shields.io/gem/v/fastlane.svg?style=flat)](http://rubygems.org/gems/fastlane)
26
26
  [![Build Status](https://img.shields.io/travis/KrauseFx/fastlane/master.svg?style=flat)](https://travis-ci.org/KrauseFx/fastlane)
27
27
 
28
- ######*fastlane* lets you define and run your deployment pipelines for different environments. It helps you unify your apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like [CocoaPods](http://cocoapods.org) and [xctool](https://github.com/facebook/xctool).
28
+ ######*fastlane* lets you define and run your deployment pipelines for different environments. It helps you unify your apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like [CocoaPods](https://cocoapods.org/) and [xctool](https://github.com/facebook/xctool).
29
29
 
30
30
  Get in contact with the developer on Twitter: [@KrauseFx](https://twitter.com/KrauseFx)
31
31
 
@@ -154,12 +154,12 @@ See how [Wikipedia](https://github.com/fastlane/examples#wikipedia-by-wikimedia-
154
154
 
155
155
  - [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store
156
156
  - [`snapshot`](https://github.com/KrauseFx/snapshot): Automate taking localized screenshots of your iOS app on every device
157
- - [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames
158
- - [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles
157
+ - [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
158
+ - [`PEM`](https://github.com/fastlane/pem): Automatically generate and renew your push notification profiles
159
159
  - [`sigh`](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning
160
- - [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
161
- - [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates
162
- - [`codes`](https://github.com/KrauseFx/codes): Create promo codes for iOS Apps using the command line
160
+ - [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
161
+ - [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
162
+ - [`codes`](https://github.com/fastlane/codes): Create promo codes for iOS Apps using the command line
163
163
  - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
164
164
  - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
165
165
  - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
@@ -174,7 +174,7 @@ You can easily opt-out by adding `opt_out_usage` to your `Fastfile` or by settin
174
174
  To also disable update checks, set the `FASTLANE_SKIP_UPDATE_CHECK` variable.
175
175
 
176
176
  ## Credentials
177
- A detailed description about how `fastlane` stores your credentials is available on a [separate repo](https://github.com/KrauseFx/CredentialsManager).
177
+ A detailed description about how `fastlane` stores your credentials is available on a [separate repo](https://github.com/fastlane/credentials_manager).
178
178
 
179
179
  ## Need help?
180
180
  - If there is a technical problem with `fastlane`, [open an issue](https://github.com/KrauseFx/fastlane/issues/new).
@@ -184,7 +184,7 @@ A detailed description about how `fastlane` stores your credentials is available
184
184
 
185
185
  Thanks to all contributors for extending and improving the `fastlane` suite:
186
186
 
187
- - [Product Hunt](http://producthunt.com)
187
+ - [Product Hunt](https://www.producthunt.com/)
188
188
  - [MindNode](https://mindnode.com)
189
189
  - [Detroit Labs](http://www.detroitlabs.com/)
190
190
  - Josh Holtz ([@joshdholtz](https://twitter.com/joshdholtz))
@@ -1,3 +1,3 @@
1
1
  module Fastlane
2
- VERSION = '1.33.1'
2
+ VERSION = '1.33.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.1
4
+ version: 1.33.2
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-10-16 00:00:00.000000000 Z
11
+ date: 2015-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -196,7 +196,7 @@ dependencies:
196
196
  requirements:
197
197
  - - ">="
198
198
  - !ruby/object:Gem::Version
199
- version: 0.9.0
199
+ version: 0.9.1
200
200
  - - "<"
201
201
  - !ruby/object:Gem::Version
202
202
  version: 1.0.0
@@ -206,7 +206,7 @@ dependencies:
206
206
  requirements:
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 0.9.0
209
+ version: 0.9.1
210
210
  - - "<"
211
211
  - !ruby/object:Gem::Version
212
212
  version: 1.0.0
@@ -216,7 +216,7 @@ dependencies:
216
216
  requirements:
217
217
  - - ">="
218
218
  - !ruby/object:Gem::Version
219
- version: 0.12.0
219
+ version: 0.12.1
220
220
  - - "<"
221
221
  - !ruby/object:Gem::Version
222
222
  version: 1.0.0
@@ -226,7 +226,7 @@ dependencies:
226
226
  requirements:
227
227
  - - ">="
228
228
  - !ruby/object:Gem::Version
229
- version: 0.12.0
229
+ version: 0.12.1
230
230
  - - "<"
231
231
  - !ruby/object:Gem::Version
232
232
  version: 1.0.0
@@ -256,7 +256,7 @@ dependencies:
256
256
  requirements:
257
257
  - - ">="
258
258
  - !ruby/object:Gem::Version
259
- version: 0.10.1
259
+ version: 0.10.2
260
260
  - - "<"
261
261
  - !ruby/object:Gem::Version
262
262
  version: 1.0.0
@@ -266,7 +266,7 @@ dependencies:
266
266
  requirements:
267
267
  - - ">="
268
268
  - !ruby/object:Gem::Version
269
- version: 0.10.1
269
+ version: 0.10.2
270
270
  - - "<"
271
271
  - !ruby/object:Gem::Version
272
272
  version: 1.0.0
@@ -396,20 +396,20 @@ dependencies:
396
396
  requirements:
397
397
  - - ">="
398
398
  - !ruby/object:Gem::Version
399
- version: 0.3.0
399
+ version: 1.0.0
400
400
  - - "<"
401
401
  - !ruby/object:Gem::Version
402
- version: 1.0.0
402
+ version: 2.0.0
403
403
  type: :runtime
404
404
  prerelease: false
405
405
  version_requirements: !ruby/object:Gem::Requirement
406
406
  requirements:
407
407
  - - ">="
408
408
  - !ruby/object:Gem::Version
409
- version: 0.3.0
409
+ version: 1.0.0
410
410
  - - "<"
411
411
  - !ruby/object:Gem::Version
412
- version: 1.0.0
412
+ version: 2.0.0
413
413
  - !ruby/object:Gem::Dependency
414
414
  name: bundler
415
415
  requirement: !ruby/object:Gem::Requirement