promoted-ruby-client 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -0
- data/dev.md +1 -1
- data/lib/promoted/ruby/client/validator.rb +4 -0
- data/lib/promoted/ruby/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75cb9761bd46c2497a74d1b104a9ae72e6014602978c76b39a7c0e8a59d1111b
|
4
|
+
data.tar.gz: 75b51adb56686b1d8e9df918185d411aba0c32612de929d5b5638f61c1ca9c6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 716af4d67d23ad9476d0df49bb5c94763940b4e8cb1e819c02ee3b1382742ee9fe474073697d033e9366aa3286339a17f2b9b417c76f721821727eaaa59d76ef
|
7
|
+
data.tar.gz: 8e3871f4861bd47478c98c345336c8416609450e06f61fb604111ad3310cf84a8842f1acad0bc9f7fb2e33fe6b787fb7e7a2ce8d952599b4732e537c08d08820
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -65,6 +65,7 @@ Field Name | Type | Optional? | Description
|
|
65
65
|
```:user_id``` | String | Yes | The platform user id, cleared from Promoted logs.
|
66
66
|
```:anon_user_id``` | String | Yes | A different user id (presumably a UUID) disconnected from the platform user id, good for working with unauthenticated users or implementing right-to-be-forgotten.
|
67
67
|
```:is_internal_user``` | Boolean | Yes | If this user is a test user or not, defaults to false.
|
68
|
+
```:ignore_usage``` | Boolean | Yes | If you want to ignore usage from this user, defaults to false.
|
68
69
|
|
69
70
|
---
|
70
71
|
### CohortMembership
|
data/dev.md
CHANGED
@@ -11,4 +11,4 @@ bundle exec rspec
|
|
11
11
|
3. Modify `promoted-ruby-client.gemspec`'s push block.
|
12
12
|
4. Run `gem build promoted-ruby-client.gemspec` to generate `gem`.
|
13
13
|
5. Run `bundle exec rspec`. This updates `Gemfile.lock`.
|
14
|
-
6. Run (using new output) `gem push promoted-ruby-client-5.
|
14
|
+
6. Run (using new output) `gem push promoted-ruby-client-5.1.0.gem`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promoted-ruby-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- scottmcmaster
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|