leanplum_api 4.2.1 → 4.3.0

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: 6493c26fac538327d4f1d88ff0230622ece85a90
4
- data.tar.gz: e2043f717baaa799397177f14da3f3caa47f49a8
3
+ metadata.gz: e3f994b9dc80dacd50f667c4a2a0825a3b7cd1e1
4
+ data.tar.gz: 2b381e6f9312ce2a61634bebd666b7d82eb6fa24
5
5
  SHA512:
6
- metadata.gz: ebd25fd33f99964d306f3275cb8683d10a4695fd02fdc14ae2f4b7fd0054933102ad7d96aef4d1e09ca389feb4610b4f5315c184509cf0563aea59b4df78a6cb
7
- data.tar.gz: 8975fad35cf5f915f4e05d2e4e6e2785617361eb7e1fa52f39af1dfb19cc9b37f7ba5fadbecdf089e67544ad2430bd7001ad6ce8a384287443d55bea3176d551
6
+ metadata.gz: 936353f8dbc976753f5ef1cb6970ce44bd03b5b8300365d6f9038b66a21fa7c3c21c1f8615e2c5b73c0986ae90185c86038681a6841becaeba73c7a101bcf654
7
+ data.tar.gz: 3b267ee440bfcc238ea922c98caef35f90dff8ab3fecfea261b47675fd8589079ceddc7ea54506dcbbdbf8046989a18f870f86a119a3247cab65b95b6f1a6ce9
@@ -84,8 +84,8 @@ module LeanplumApi
84
84
  production_connection.get(action: 'getVars', userId: user_id).first['vars']
85
85
  end
86
86
 
87
- def delete_user(user_id)
88
- development_connection.get(action: 'deleteUser', userId: user_id).first['vars']
87
+ def delete_user(user_id, full_erasure = false)
88
+ development_connection.get(action: 'deleteUser', userId: user_id, fullErasure: full_erasure).first['vars']
89
89
  end
90
90
 
91
91
  # If you pass old events OR users with old date attributes (e.g. create_date for an old user), Leanplum
@@ -1,3 +1,3 @@
1
1
  module LeanplumApi
2
- VERSION = '4.2.1'.freeze
2
+ VERSION = '4.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leanplum_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lumos Labs, Inc.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-28 00:00:00.000000000 Z
12
+ date: 2018-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport