TestFlightExporter 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/bin/tfexporter +1 -1
- data/lib/testflight_exporter/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: 49edec33f61589e8ddbd34846dcc1a8c351a1c4c
|
|
4
|
+
data.tar.gz: 9c340d619172c7850d7defb61cb136f5a7adfc57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce5af64550485ef21cc2a034c49ba53446f95f30afb939294537f830b227314071fafa247cbb2dfba249099f84a3aced03adeaa5ba66f23a724d9319812c69a4
|
|
7
|
+
data.tar.gz: bf27ffeb9e4d71ddf831fa965208913c152159436c6fdbfc95175a0484b89f739530fac6e2878b065473b6061116c2476aa54d5a87bd655b8be8b68350fb616f
|
data/bin/tfexporter
CHANGED
|
@@ -14,7 +14,7 @@ class TestFlightExporterApplication
|
|
|
14
14
|
include Commander::Methods
|
|
15
15
|
|
|
16
16
|
def run
|
|
17
|
-
program :version,
|
|
17
|
+
program :version, TestFlightExporter::VERSION
|
|
18
18
|
program :description, 'CLI for \'Test Flight Exporter\' - Export your app binaries from Testflightapp.com in a fast and simple way'
|
|
19
19
|
program :help, 'Author', 'Fabio Milano'
|
|
20
20
|
program :help, 'Website', 'http://www.touchwonders.com'
|