test_track_rails_client 8.1.0 → 8.1.1

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: 22a09ce0733fcb557b0360e49bc13076c4f697fc1f6d91d6dabf9debbf90dbef
4
- data.tar.gz: dd1c212c68b7575e26c55d68c3abd2ba77ccbe9732c9450e22f0a89d107b5d42
3
+ metadata.gz: b338573ddb24c03891386f47ad034f42299c6c321a3279634351890efca562a3
4
+ data.tar.gz: c05021b6827c568bb20aa71a2d130a9b5d4807b785362fdcc2f7993adb32f9e5
5
5
  SHA512:
6
- metadata.gz: 28798ccf0163307ef362c76d7d9d74ef2c69dca3ab9d198e495362af393483ed62ee33e92e944201a31234aabd957e5e6d055a73261fd6a7d742216fd866b169
7
- data.tar.gz: 98feb2a15aec301983be61d62e3bb3c22e0979d682c1162ab735c55f7af86d45402be6a5cbc9d974c592b1fc102091cb0a6269fb629a5913ac4e3d05af6398d9
6
+ metadata.gz: db7a3006d83876cca3172d4bdf5d15ffc732b803430c5058f47beb5c39283f17e0a1248075cd3cfb49eb631a507d0998b44dfd8cb1f73748d53102ece4f5c40f
7
+ data.tar.gz: 2aad91ed56b4e76125437237bf540a3f273048e5a531a952e55ed2b4f1aeba1b892c953fbe5131deddb3605dd7bb8fa6f89cc0c25a5512a0e2aa5fceb2f0db4f
@@ -78,7 +78,7 @@ class TestTrack::Visitor
78
78
 
79
79
  # If at first you don't succeed, async it - we may not display 100% consistent UX this time,
80
80
  # but subsequent requests will be better off
81
- TestTrack::IdentifierCreationJob.perform_later(opts)
81
+ TestTrack::IdentifierCreationJob.perform_later(**opts)
82
82
  end
83
83
  end
84
84
 
@@ -1,3 +1,3 @@
1
1
  module TestTrackRailsClient
2
- VERSION = "8.1.0".freeze
2
+ VERSION = "8.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_track_rails_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan O'Neill