test_track_rails_client 4.0.0.alpha34 → 4.0.0.alpha35

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: 2ebec3b017f9413465d5366f3b94d95c12b38d7bf408693ce0a0d4086d39a107
4
- data.tar.gz: '0728b2597327fb1e1583de3c9b4ed3eaf9a7f95bf62617d5cb2702c33d9723d8'
3
+ metadata.gz: 532197bb184a50df29fdbf38799d34a67619f9d7027739dd1f8e67f15fca8961
4
+ data.tar.gz: 19afe5453a00d70488260cc7a0fd1890e404e88da31caaf86e9a4745837268e6
5
5
  SHA512:
6
- metadata.gz: 86cbae6aa9be897b607781bb26bd53cc834bf47c140d1d2e7f911baadada95f280094ece25de2a4a2ce1415b20eeb4eb63e472fe60c6dc8a5a2256c6f63ecaab
7
- data.tar.gz: 5cf5546c8d41542813f2aa682024ca3b476fc51afa7bd3144d93634982806fbfa7b2827f232de2da459a88118c1c43a26a5cdbab9713d42fd9d22ea739f1b970
6
+ metadata.gz: 586598dd9e379ec40f6d797b07c2582768bc70213a4c39608fd4fe5a41c0173ddc8a2468f81b49008e39cb6d5a986495ca7f3b6c3a14ec6a6122e5df4769c447
7
+ data.tar.gz: 8c50b8c20986a7deeffe378975852de2f3f3f6faf2e86de2482ab89c7a60aae2ac0bd4260274e6418f53bdfdc083bdd03f614c45535e6b06f89af7a4d9410062
@@ -94,7 +94,7 @@ class TestTrack::WebSession
94
94
  end
95
95
 
96
96
  def _cookie_domain
97
- if bare_ip_address? || fully_qualified_cookie_domain_enabled?
97
+ if bare_ip_address? || request.local? || fully_qualified_cookie_domain_enabled?
98
98
  request.host
99
99
  else
100
100
  wildcard_domain
@@ -1,3 +1,3 @@
1
1
  module TestTrackRailsClient
2
- VERSION = "4.0.0.alpha34" # rubocop:disable Style/MutableConstant
2
+ VERSION = "4.0.0.alpha35" # rubocop:disable Style/MutableConstant
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: 4.0.0.alpha34
4
+ version: 4.0.0.alpha35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan O'Neill