motion-hockeyapp 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motion/project/launcher.rb +0 -2
- 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: 771f0df32ca2d82c8dde772e3d2693f1e4603fa9
|
4
|
+
data.tar.gz: c066784963611915dec68ab2d1a87b9e89af6784
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1f4ac9d1b7a20c346692294db29a92c4a5e81b986d4933bf0ac932e55d0699c7d1dad52f7495bbcc0a8d3483fd4a0483a19f6d368a38ddb3da3ad72e18a13ea
|
7
|
+
data.tar.gz: be9ac0f5b4afc928459c18fda4a9095eb75923941b7994b9d9e5ce4145261359fee9c8fc07eac6235f8ebf76f2476c46c20fdc367500f1519d1ee59ea5ccf5d3
|
@@ -9,8 +9,6 @@ class BITHockeyManagerLauncher
|
|
9
9
|
(@plist = NSBundle.mainBundle.objectForInfoDictionaryKey('HockeySDK')) && (@plist = @plist.first)
|
10
10
|
return unless @plist
|
11
11
|
BITHockeyManager.sharedHockeyManager.configureWithBetaIdentifier(@plist['beta_id'], liveIdentifier:@plist['live_id'], delegate:self)
|
12
|
-
BITHockeyManager.sharedHockeyManager.updateManager.delegate = self
|
13
|
-
|
14
12
|
BITHockeyManager.sharedHockeyManager.crashManager.crashManagerStatus = BITCrashManagerStatusAutoSend
|
15
13
|
block.call if !block.nil?
|
16
14
|
BITHockeyManager.sharedHockeyManager.startManager
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe Noon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-05-31 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.
|
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
43
|
rubyforge_project:
|
44
|
-
rubygems_version: 2.0.
|
44
|
+
rubygems_version: 2.0.14
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
47
|
summary: HockeyApp integration for RubyMotion projects
|