motion-testflight 1.5.1 → 1.5.2
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/lib/motion/project/testflight.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: 1224dcd51204e170d3f16759570e347f1e408e61
|
4
|
+
data.tar.gz: 1d2027bf7d6edcb8264ad5d11742e6f6cdbe7ed1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6147c3e06b92930ae2e1fa176348f711e3d7a90de63a3335418d95e810f75325cf26524c3b1f3948253415681a14b64946eb24eca91090d7645925bb278a28e8
|
7
|
+
data.tar.gz: 63e7eebafee1499c79f8c7dd3ad0806f31e3614a1175fb3f9a6816213480c9b1997c74431d3447181a38eca53bb01ffde290b9b19aee9f87e520cae2921484b8
|
@@ -120,7 +120,7 @@ namespace 'testflight' do
|
|
120
120
|
Rake::Task["archive"].invoke
|
121
121
|
|
122
122
|
# An archived version of the .dSYM bundle is needed.
|
123
|
-
app_dsym = App.config.
|
123
|
+
app_dsym = App.config.app_bundle_dsym('iPhoneOS')
|
124
124
|
app_dsym_zip = app_dsym + '.zip'
|
125
125
|
if !File.exist?(app_dsym_zip) or File.mtime(app_dsym) > File.mtime(app_dsym_zip)
|
126
126
|
Dir.chdir(File.dirname(app_dsym)) do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-testflight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Laurent Sansonetti
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: motion-testflight allows RubyMotion projects to easily embed the TestFlight
|
14
14
|
SDK and be submitted to the TestFlight platform.
|
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
version: '0'
|
41
41
|
requirements: []
|
42
42
|
rubyforge_project:
|
43
|
-
rubygems_version: 2.
|
43
|
+
rubygems_version: 2.3.0
|
44
44
|
signing_key:
|
45
45
|
specification_version: 4
|
46
46
|
summary: TestFlight integration for RubyMotion projects
|