rhosync 2.1.17.beta5 → 2.1.17.beta6

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module Rhosync
27
27
  # body will contain the exception class
28
28
  elsif response.body =~ /^Error=(.*)$/
29
29
  err = $1
30
- if err =~ /NotRegistered/
30
+ if err =~ /NotRegistered/ or err =~ /InvalidRegistration/
31
31
  client = Client.load(params['client_id'],{:source_name => '*'})
32
32
  client.phone_id = nil
33
33
  client.device_pin = nil
@@ -1,3 +1,3 @@
1
1
  module Rhosync
2
- VERSION = '2.1.17.beta5'
2
+ VERSION = '2.1.17.beta6'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhosync
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196337
4
+ hash: 62196343
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
9
  - 17
10
10
  - beta
11
- - 5
12
- version: 2.1.17.beta5
11
+ - 6
12
+ version: 2.1.17.beta6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Rhomobile