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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d78ff19fdc198bd67d010a14f635dba9669a466b
4
- data.tar.gz: 6c24f9f3d236eddeacaae487171ddc800804666b
3
+ metadata.gz: 49edec33f61589e8ddbd34846dcc1a8c351a1c4c
4
+ data.tar.gz: 9c340d619172c7850d7defb61cb136f5a7adfc57
5
5
  SHA512:
6
- metadata.gz: 802b51ae123140551fd0ff32e95c06a35356c1255d4204639d7fd90aea961423cd7a2a8ffb3c49235562f5bc223131cb149875aa1f14a4e22d67bb6ea142497c
7
- data.tar.gz: 682e60425b6f5e39a10fc2572088fe7d1b5103d2a9eb0cb77abc45e5e1f814ef77889d35d50be9d37ec18db5a9abdaf547e43069aa60eec57d172609e0419a2f
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, Osiris::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'
@@ -1,3 +1,3 @@
1
1
  module TestFlightExporter
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: TestFlightExporter
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
  - Fabio Milano