motion-testflight 1.3 → 1.4

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.
@@ -69,7 +69,7 @@ EOF
69
69
  if !File.exist?(launcher_file) or File.read(launcher_file) != launcher_code
70
70
  File.open(launcher_file, 'w') { |io| io.write(launcher_code) }
71
71
  end
72
- files = @config.files
72
+ files = @config.files.flatten
73
73
  files << launcher_file unless files.find { |x| File.expand_path(x) == File.expand_path(launcher_file) }
74
74
  end
75
75
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-testflight
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: '1.4'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-11 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: motion-testflight allows RubyMotion projects to easily embed the TestFlight
15
15
  SDK and be submitted to the TestFlight platform.