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 +4 -4
- data/lib/leanplum_api/api.rb +2 -2
- data/lib/leanplum_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3f994b9dc80dacd50f667c4a2a0825a3b7cd1e1
|
4
|
+
data.tar.gz: 2b381e6f9312ce2a61634bebd666b7d82eb6fa24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 936353f8dbc976753f5ef1cb6970ce44bd03b5b8300365d6f9038b66a21fa7c3c21c1f8615e2c5b73c0986ae90185c86038681a6841becaeba73c7a101bcf654
|
7
|
+
data.tar.gz: 3b267ee440bfcc238ea922c98caef35f90dff8ab3fecfea261b47675fd8589079ceddc7ea54506dcbbdbf8046989a18f870f86a119a3247cab65b95b6f1a6ce9
|
data/lib/leanplum_api/api.rb
CHANGED
@@ -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
|
data/lib/leanplum_api/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2018-06-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|