fastlane-plugin-apprepo 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/apprepo.rb +2 -2
- data/lib/fastlane/plugin/apprepo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78b7fc6303e971eec7318ccb5285720145cb604b
|
4
|
+
data.tar.gz: 0bd69a108ecdf5b7b9661bf3416ff657b4b293ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd736facc7c0e8ab8d8114981f0c1924adfc7ac4e28250cf5d4bcc0fecb00377a1d7f83ae5a617227cc101ab30f2ab67b964def4a0510401677c5d180121957a
|
7
|
+
data.tar.gz: 19767559f557176aee063c4bd855c581d6f565ee555f516e3b0e38ee27cec450b84de9e8da846782016588c2429c6d75792a1463af2062749d1d92806afae040
|
@@ -28,9 +28,9 @@ module Fastlane
|
|
28
28
|
|
29
29
|
# Test only, should be removed...
|
30
30
|
# UI.message('[apprepo.rb]: Initializing new CommandsGenerator')
|
31
|
-
|
31
|
+
cgen = Apprepo::CommandsGenerator.new
|
32
32
|
# UI.message('[apprepo.rb]: Downloading Manifest...')
|
33
33
|
# cgen.download_manifest
|
34
34
|
# UI.message('[apprepo.rb]: Running Deployment...')
|
35
|
-
|
35
|
+
cgen.run
|
36
36
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Fastlane
|
2
2
|
# Static configuration values
|
3
3
|
module Apprepo
|
4
|
-
VERSION = '0.3.
|
4
|
+
VERSION = '0.3.9'.freeze
|
5
5
|
SUMMARY = 'experimental fastlane plugin'.freeze
|
6
6
|
DESCRIPTION = 'experimental fastlane plugin based on https://github.com/suculent/apprepo SFTP uploader'.freeze
|
7
7
|
end
|