posthog-ruby 3.14.1 → 3.14.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4b110daf7c087df1308e9c56fa7a23750a922ad4264185df56a6c79fd405741
4
- data.tar.gz: a4d6205a0b74b8bb1e7bbc263f132273c036b222dcbacf8781fb4dd18bc0dd2b
3
+ metadata.gz: 5a92261df7b02c5a549f4969422323c5d2c911ec16990fdb4861acc2ca76c3f3
4
+ data.tar.gz: bb5d161962343c95e628ddeb5e5bf053ad2d3c74737dbb4ae347e5a37077c82c
5
5
  SHA512:
6
- metadata.gz: 82cd4c0a43685ece2a190b65da0abb736726cd609098431f1a0d03168d32077b680e2f42f67d50ae207ee7988c7bd7a65c6deb15d313c8c815ca9ae6847c8d28
7
- data.tar.gz: a1f91d36f0b074c65b2518651b3cabe03dd114b17c795e8d3dc4d4f86af5d4217fa9f5cd06bec9c72d78283399d70f7b55a43e0910780cab293a82ba7b539fc3
6
+ metadata.gz: 2c8a69d40d6dda952c2a3ef0d2b1def8ac9c2e6f8acf87e53aae5b62ca9f538628a87c1451475034917f8a003f2f7b901cbd8c41c16c5b2c0d17381a62bdc192
7
+ data.tar.gz: a5be03ab5250513092e907238fe0ffcdcf8cdf6124a8cc20cd4eeabdd0123b8e7db9c88c0bf40d861eccfc10f551f0871ba29b075cbaf32172003d8cf4e9f9d6
@@ -790,6 +790,9 @@ module PostHog
790
790
  @worker&.shutdown
791
791
  @worker_thread&.join(1)
792
792
  end
793
+ @distinct_id_has_sent_flag_calls_mutex.synchronize do
794
+ @distinct_id_has_sent_flag_calls.clear
795
+ end
793
796
  end
794
797
 
795
798
  private
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PostHog
4
- VERSION = '3.14.1'
4
+ VERSION = '3.14.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posthog-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.14.1
4
+ version: 3.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''