codes 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e83694b359055c33e751fb29b7608b00eda2a0aa
4
- data.tar.gz: 0a02e356e9583f3cc5d4aeb271a1dbfde6717962
3
+ metadata.gz: 7ee368643b52a6ae50507eb045d680cf5a8b2c18
4
+ data.tar.gz: b64a38ff7e7cc39247d99fb2c97d1f3785cd2d58
5
5
  SHA512:
6
- metadata.gz: 619d4af7951e38461db2588f349db1da65711b4a1b3116b7455252e5deaf4d97a23f1e96388cab723056c147814ce0003396b41e334ed84ed5a3907f2b8d073a
7
- data.tar.gz: d9c337066cc52eacedd409f94522ff9cb161d16fd48a1c8db00ffe13f02786bbf525ac57d34782263b9090c18f64fc85197e1f15c3b5882d6744157e39afb226
6
+ metadata.gz: 34850df522c5714e484f3278a8dbb842cdbfaf71b7e76f149a18458f330c878ba5a06d99d5a41a13b0cd6db6e07b8bbe4ba4c0c25375bb751097ce299a80bdb1
7
+ data.tar.gz: 5ea39593068620efb51d98c4db1f85c14689bf5c64c4da186536ce80f6cb43ff8ff09b668441d08a97717ed07745803e7da4cb7c17c77f5655d6b8cbe54cf36e
data/README.md CHANGED
@@ -76,7 +76,7 @@ Will generate 3 promo codes for the the App with the Bundle Identifier `com.exam
76
76
 
77
77
  If you don't pass any paramaters, `code` will generate a single promo code and print it on the command line.
78
78
 
79
- ##### [Get informed about new fastlane tools and features](https://tinyletter.com/krausefx)
79
+ ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
80
80
 
81
81
  ## Environment Variables
82
82
  In case you prefer environment variables:
@@ -98,7 +98,7 @@ In case you prefer environment variables:
98
98
  - [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
99
99
  - [`cert`](https://github.com/KrauseFx/cert): Create new iOS signing certificates
100
100
 
101
- ##### [Get informed about new fastlane tools and features](https://tinyletter.com/krausefx)
101
+ ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
102
102
 
103
103
  # Considerations
104
104
  As part of the process of downloading promo codes from iTunes Connect, the user would normally have to accept a contract every single time. Since there is no way to check with iTunes if this contract was accepted manually before, `codes` agrees to this contract automatically. Before using `codes` for the first time, we advise you to go to iTunes Connect and go through the process of creating promo codes manually at least once and to read the contract when it comes up.
@@ -1,6 +1,4 @@
1
1
  require 'fastlane_core/itunes_connect/itunes_connect'
2
- require 'deliver'
3
- require 'deliver/app'
4
2
 
5
3
  module FastlaneCore
6
4
  class ItunesConnect
data/lib/codes/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Codes
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause