TestFlightExporter 0.1.0.pre.stable → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/tfexporter +1 -1
- data/lib/testflight_exporter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d78ff19fdc198bd67d010a14f635dba9669a466b
|
4
|
+
data.tar.gz: 6c24f9f3d236eddeacaae487171ddc800804666b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 802b51ae123140551fd0ff32e95c06a35356c1255d4204639d7fd90aea961423cd7a2a8ffb3c49235562f5bc223131cb149875aa1f14a4e22d67bb6ea142497c
|
7
|
+
data.tar.gz: 682e60425b6f5e39a10fc2572088fe7d1b5103d2a9eb0cb77abc45e5e1f814ef77889d35d50be9d37ec18db5a9abdaf547e43069aa60eec57d172609e0419a2f
|
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, Osiris::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'
|
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.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabio Milano
|
@@ -128,9 +128,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
|
-
- - "
|
131
|
+
- - ">="
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
133
|
+
version: '0'
|
134
134
|
requirements: []
|
135
135
|
rubyforge_project:
|
136
136
|
rubygems_version: 2.4.4
|