motion-hockeyapp 1.1.1 → 1.1.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/launcher.rb +4 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51bf3deaddc9ea26723f7f28063202dafb687228
|
|
4
|
+
data.tar.gz: fa7385dff8c4ad7a5a0616c913d9a16ba24dd47c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 582031c2db3310c98b00b76e3287ef3f908332b8b073d7874efcc18d4e2b95cf269ca21c400ea5d35566812f91e914681125bd85edeb61364d99934ff02e5447
|
|
7
|
+
data.tar.gz: 99be190f54654a7c9e3b72636ea3424589a50c1d0791c7e7f4a2f633a613fd54a0dc96a5b63e62cd5aaf558c91e5c5325802fc7aa2a207705c9f612df1295990
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
if Object.const_defined?('BITHockeyManager')
|
|
2
|
-
# force loading of BITCrashManagerStatusAutoSend
|
|
3
|
-
BITCrashManagerStatusAutoSend
|
|
4
|
-
end
|
|
5
|
-
|
|
6
1
|
class BITHockeyManagerLauncher
|
|
2
|
+
|
|
3
|
+
BITCrashManagerStatusDisabled = 0
|
|
4
|
+
BITCrashManagerStatusAlwaysAsk = 1
|
|
5
|
+
BITCrashManagerStatusAutoSend = 2
|
|
7
6
|
|
|
8
7
|
def start(&block)
|
|
9
8
|
return if !Object.const_defined?('BITHockeyManager') || UIDevice.currentDevice.model.include?('Simulator')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-hockeyapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Noon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: motion-hockeyapp allows RubyMotion projects to easily embed the Hockey
|
|
14
14
|
SDK and be submitted to the HockeyApp platform.
|