fastlane 1.33.4 → 1.33.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/lib/fastlane/version.rb +1 -1
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13f59fba4eb7b8382c18cf510d8225ea399757ef
4
- data.tar.gz: 734233521816bbe09940617caae09868fa78da5d
3
+ metadata.gz: 5bf8acf72749ce4065239c1c0afe6389d98a33aa
4
+ data.tar.gz: d449eea38d80c118529ee1dc7b2951650d254970
5
5
  SHA512:
6
- metadata.gz: 658c7c647caf84e317a942d0b86a63d8aea0d4315b118e51c153ab80e6744f8e8a5b5fad48780705d607fcce51593df108a8f792f3bc06542fe81fcc178b94bc
7
- data.tar.gz: b9a3ab7395354671a1107fb0a857c7913c782743bee365142e6534713c07f0b873bf9a0124c7b02363686327f2c5055f02538d97e2df2af302a669ca0aea1773
6
+ metadata.gz: e6a3a8507760284afd86621d9f20f042e9d63f0ea77227b867597d6cb65446a3fab4da0a6e262da3c35787cb5b35522478957e541a67816516d144d702474078
7
+ data.tar.gz: c4c6277627f23067ac3a6d32bb99fa2cdafc89f89468fdb713e4c1bbca9948a87f84a9ef702520f3104794db618c715d7905497ff0981e0654a583cfc89f0584
data/README.md CHANGED
@@ -150,7 +150,7 @@ See how [Wikipedia](https://github.com/fastlane/examples#wikipedia-by-wikimedia-
150
150
 
151
151
  ## [`fastlane`](https://fastlane.tools) Toolchain
152
152
 
153
- `fastlane` is designed to make your life easier by bringing together the `fastlane` suite of tools under one roof.
153
+ `fastlane` is designed to make your life easier by bringing together all `fastlane` tools under one roof.
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
@@ -177,8 +177,7 @@ You can optionally submit crash reports, run `fastlane enable_crash_reporting` t
177
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
- - If there is a technical problem with `fastlane`, [open an issue](https://github.com/KrauseFx/fastlane/issues/new).
181
- - I'm available for contract work - drop me an email: fastlane@krausefx.com
180
+ Please submit an issue on GitHub and provide information about your setup
182
181
 
183
182
  ## Special Thanks
184
183
 
@@ -1,3 +1,3 @@
1
1
  module Fastlane
2
- VERSION = '1.33.4'
2
+ VERSION = '1.33.5'
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.4
4
+ version: 1.33.5
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-18 00:00:00.000000000 Z
11
+ date: 2015-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -376,20 +376,20 @@ dependencies:
376
376
  requirements:
377
377
  - - ">="
378
378
  - !ruby/object:Gem::Version
379
- version: 0.9.0
379
+ version: 1.0.0
380
380
  - - "<"
381
381
  - !ruby/object:Gem::Version
382
- version: 1.0.0
382
+ version: 2.0.0
383
383
  type: :runtime
384
384
  prerelease: false
385
385
  version_requirements: !ruby/object:Gem::Requirement
386
386
  requirements:
387
387
  - - ">="
388
388
  - !ruby/object:Gem::Version
389
- version: 0.9.0
389
+ version: 1.0.0
390
390
  - - "<"
391
391
  - !ruby/object:Gem::Version
392
- version: 1.0.0
392
+ version: 2.0.0
393
393
  - !ruby/object:Gem::Dependency
394
394
  name: pilot
395
395
  requirement: !ruby/object:Gem::Requirement
@@ -689,7 +689,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
689
689
  version: '0'
690
690
  requirements: []
691
691
  rubyforge_project:
692
- rubygems_version: 2.4.6
692
+ rubygems_version: 2.4.8
693
693
  signing_key:
694
694
  specification_version: 4
695
695
  summary: Connect all iOS deployment tools into one streamlined workflow