deliver 0.13.1 → 0.13.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -12
- data/lib/deliver/commands_generator.rb +0 -2
- data/lib/deliver/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a795c97c8f32dfb47b9ccbf0d50155de98d578a0
|
4
|
+
data.tar.gz: c39e89de4ba5e530e8b941fba20479b08f0dc602
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a15677248789c4ab0ad1ff28878533e321d03282ac4d420640742f1c4761213303430ce69df34e6fd10ed7c63f82ad3f2bdd08cdf2a0b25625c4a895ecb1852
|
7
|
+
data.tar.gz: 29c267583a18eac465cf50881227816ec9701362bb91acb12995a65abf2127b813571dac30d1b68a94985407930dd492402963f5960da904036f5ca1832ebc82
|
data/README.md
CHANGED
@@ -16,7 +16,8 @@
|
|
16
16
|
<a href="https://github.com/KrauseFx/codes">codes</a> •
|
17
17
|
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
|
18
18
|
<a href="https://github.com/fastlane/pilot">pilot</a> •
|
19
|
-
<a href="https://github.com/fastlane/boarding">boarding</a>
|
19
|
+
<a href="https://github.com/fastlane/boarding">boarding</a> •
|
20
|
+
<a href="https://github.com/fastlane/gym">gym</a>
|
20
21
|
</p>
|
21
22
|
-------
|
22
23
|
|
@@ -322,6 +323,7 @@ Before actually uploading anything to iTunes, ```deliver``` will generate a [PDF
|
|
322
323
|
- [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
|
323
324
|
- [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
|
324
325
|
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
|
326
|
+
- [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
|
325
327
|
|
326
328
|
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
|
327
329
|
|
@@ -357,19 +359,9 @@ Apple has a limit of 150 binary uploads per day.
|
|
357
359
|
Change syntax highlighting to *Ruby*.
|
358
360
|
|
359
361
|
# Need help?
|
360
|
-
|
361
|
-
- I'm available for contract work - drop me an email: deliver@krausefx.com
|
362
|
+
Please submit an issue on GitHub and provide information about your setup
|
362
363
|
|
363
364
|
# License
|
364
365
|
This project is licensed under the terms of the MIT license. See the LICENSE file.
|
365
366
|
|
366
367
|
> This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
|
367
|
-
|
368
|
-
# Contributing
|
369
|
-
|
370
|
-
1. Create an issue to discuss about your idea
|
371
|
-
2. Fork it (https://github.com/KrauseFx/deliver/fork)
|
372
|
-
3. Create your feature branch (`git checkout -b my-new-feature`)
|
373
|
-
4. Commit your changes (`git commit -am 'Add some feature'`)
|
374
|
-
5. Push to the branch (`git push origin my-new-feature`)
|
375
|
-
6. Create a new Pull Request
|
@@ -30,8 +30,6 @@ module Deliver
|
|
30
30
|
global_option '--beta', 'Upload a beta build to iTunes Connect. This uses the `beta_ipa` block.'
|
31
31
|
global_option '--skip-deploy', 'Skips submission of the build on iTunes Connect. This will only upload the ipa and/or metadata.'
|
32
32
|
|
33
|
-
always_trace!
|
34
|
-
|
35
33
|
command :run do |c|
|
36
34
|
c.syntax = 'deliver'
|
37
35
|
c.description = 'Run a deploy process using the Deliverfile in the current folder'
|
data/lib/deliver/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deliver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.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-08-
|
11
|
+
date: 2015-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.15.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: credentials_manager
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 3.1
|
89
|
+
version: '3.1'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 3.1
|
96
|
+
version: '3.1'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: excon
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -273,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
273
273
|
version: '0'
|
274
274
|
requirements: []
|
275
275
|
rubyforge_project:
|
276
|
-
rubygems_version: 2.4.
|
276
|
+
rubygems_version: 2.4.6
|
277
277
|
signing_key:
|
278
278
|
specification_version: 4
|
279
279
|
summary: Upload screenshots, metadata and your app to the App Store using a single
|