fastlane-plugin-altool 0.1.6 → 1.0.0

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: 8aaa81cf1e1c20d898fdfd47918fe7e5418949d5
4
- data.tar.gz: 19b8cba4ce4dd42fa3ed537bc45ab4b16889af55
3
+ metadata.gz: 1e387e0e6e3724ab42a0ff343114983c4a00cab1
4
+ data.tar.gz: 96f3f12eaa7396d85fcaaf1df8398a345ee7b5a5
5
5
  SHA512:
6
- metadata.gz: 3d30b521efc02231a05a4af67a98c1d94f4278b4c2325d135c6fe6926d0c5611e690020f14c91dba50d412f6a66f77daa82ad1952257ea4ae3965fabd4294e1a
7
- data.tar.gz: 428d57a1f8b2c4e09a7a2ff7c385ca9e483ce0c8cd29cebbbb5f9e4bf808b341398532800f42196dcfc0f2ce2f79708bad634eeb0fe11c70f97df3acb3b8cf61
6
+ metadata.gz: cec47ac96e642a7093585bb6b8fe3f29abe7b5761ac6dcb9388933d07f69fb798198ff9b75df540cac26f4c7efc4d33363aba51aede9b1512193ceada70b1382
7
+ data.tar.gz: 287d944555f9a12b239f4f869005b5651d68f26a9726f8c86fa0480d2acd845f192cfee82ec7ae9f790a376f32ecc6c7bef4b27db2bf528062dc5279b8befe64
data/README.md CHANGED
@@ -53,6 +53,10 @@ You can configure this plaugin using
53
53
 
54
54
  ```
55
55
 
56
+ Security Note:
57
+
58
+ This might print the username and password to build console in the commands, pipe the output to ` /dev/null` or use similar approach so that fastlane don't print command to console.
59
+
56
60
  ## Example Project Repo
57
61
 
58
62
  This is a example project [Altool-Demo](https://github.com/Shashikant86/Altool-Demo) available on Github which has its own README.
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Altool
3
- VERSION = "0.1.6"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-altool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-16 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry