motion-pusher 0.0.4 → 0.0.5

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: 476bdf6414745edd5e803b0224ebb2e5fa8e2d88
4
- data.tar.gz: cad9d3b075c56b839691542b8239f7686d7e1c93
3
+ metadata.gz: 119ed0ec3859979fedbb2484d14e25d2c32f00c1
4
+ data.tar.gz: 72b1b6a6fd31a9ec6b7243b8275ee6c45b00d8ba
5
5
  SHA512:
6
- metadata.gz: 9fe5663e16290c20216a9c4a1b7955baf98613b005351529f7db69ab0425fb9c104940f238b8e5500dda4e90d84edc1ebb1db5e7129c4c7c48cdfaf1c2392e61
7
- data.tar.gz: 50567669116c9456d54b9b336dba47cc477dcaaf8f748d3fb6e5b2445342a9ff02fc7b07f4bfd8bb447314eaa2f2072bf17afe3f69af6d69cb6a3e59ca797105
6
+ metadata.gz: 118b61cbae006fcf5d50442895743ae9525435e8a0305c013e453240c31e57be6e8e82fc029b61a2260c2a788cfd397ddad34bca4bf07645e638b7212d2b6eda
7
+ data.tar.gz: 51f8e4bdfbfae935a62f062730bb123e9ebbf9e8b9bd45aa0358bd06e4eb4cde1e1fd1bcb4da8fed1ace0d2eab9bc353f0684253c395f1e635768cb6a24183de
@@ -5,6 +5,9 @@ class MotionPusherClient
5
5
  delegate: delegate,
6
6
  encrypted: true
7
7
  )
8
+ if self.config['authorization_url']
9
+ self.client.authorizationURL = NSURL.URLWithString(self.config['authorization_url'])
10
+ end
8
11
  end
9
12
 
10
13
  def connect
@@ -39,4 +39,3 @@ Motion::Project::App.setup do |app|
39
39
  app.pods.dependency 'libPusher', '~> 1.5'
40
40
  app.files.push(File.join(File.dirname(__FILE__), 'motion-pusher-client.rb'))
41
41
  end
42
-
@@ -1,3 +1,3 @@
1
1
  module MotionPusher
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-pusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Larrabee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-01 00:00:00.000000000 Z
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods