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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcc77b5b1e9d3f7ace799882725fe20d245544e7
4
- data.tar.gz: 3aa3f468b9611aa41bc54267517b53e55ee4cf55
3
+ metadata.gz: 1224dcd51204e170d3f16759570e347f1e408e61
4
+ data.tar.gz: 1d2027bf7d6edcb8264ad5d11742e6f6cdbe7ed1
5
5
  SHA512:
6
- metadata.gz: f85db2a187747f8998ebde39b14cda7e92feba043e5bd01393dcb0bde1444d8dad543a05e23c93f2e1489007a95e58d93619571b05b5981e7d4819ae0ec5da0f
7
- data.tar.gz: 761375f4b2d39d14d613b3400b35458830cab1f1d3c5f4a518fbdca26306e7bd2b5f1bca834c5bdc2ff12c68111ba4cc1a7fde7597b34a17958a5840987588da
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.app_bundle('iPhoneOS').sub(/\.app$/, '.dSYM')
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.1
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-05-07 00:00:00.000000000 Z
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.2.2
43
+ rubygems_version: 2.3.0
44
44
  signing_key:
45
45
  specification_version: 4
46
46
  summary: TestFlight integration for RubyMotion projects