motion-hockeyapp 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48879b435ce31dbf237664385b9c3e4f2415be7f
4
- data.tar.gz: 604340ed8d765f3daa3239fa089c101d02c1dbcf
3
+ metadata.gz: 51bf3deaddc9ea26723f7f28063202dafb687228
4
+ data.tar.gz: fa7385dff8c4ad7a5a0616c913d9a16ba24dd47c
5
5
  SHA512:
6
- metadata.gz: 7c3a2b9049be592f46ce3c9e4baaa4425a01e4e9fb895552622cecf886704186be027c7aad7938a12b187c3184cce4fd817d28b482799b6897f43461c3454f71
7
- data.tar.gz: c6986bd32ec0149041f59c69303bfc4c67093d062a0de0c0b1f112c1e79c357206a2755d5222a1c6fc37eb9d9ba43fd964d7049feda961de0918e02e84f25fac
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.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-08-24 00:00:00.000000000 Z
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.