ahoy_matey 5.3.0 → 5.4.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cdf6f78b5c08e7d2783e3f8c6b21b33efba9d95949bc3dd249a77c9295c3d58
|
4
|
+
data.tar.gz: 15c4e9503b7d5a5ae28037ca30516742c2eb3cc99c7bbd4fe7f626d2d7b2e02c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d71d10e8ebff84650cccb1b3898e360521631e7eec0263f138f4640dcc07331e01240372527ce61ec0578a07b910c451005c7483e8f6fab2dea3030c8781a799
|
7
|
+
data.tar.gz: 3aa5aea74d2e425fee7f3e2067ca2c54abd019384ec7639824e4cafff1ba3f7a94d80304a47e1b24e1fb808f073febf25f336daadbf74bcb83e1fb6b144f324a
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/lib/ahoy/version.rb
CHANGED
@@ -33,10 +33,6 @@ module Ahoy
|
|
33
33
|
properties_type == "text" || (properties_type == "json" && ActiveRecord::Base.connection.try(:mariadb?))
|
34
34
|
end
|
35
35
|
|
36
|
-
def serialize_options
|
37
|
-
ActiveRecord::VERSION::STRING.to_f >= 7.1 ? "coder: JSON" : "JSON"
|
38
|
-
end
|
39
|
-
|
40
36
|
# use connection_db_config instead of connection.adapter
|
41
37
|
# so database connection isn't needed
|
42
38
|
def adapter
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ahoy_matey
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '7'
|
18
|
+
version: '7.1'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - ">="
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '7'
|
25
|
+
version: '7.1'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: device_detector
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -102,14 +102,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
102
|
requirements:
|
103
103
|
- - ">="
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version: '3.
|
105
|
+
version: '3.2'
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.6.
|
112
|
+
rubygems_version: 3.6.7
|
113
113
|
specification_version: 4
|
114
114
|
summary: Simple, powerful, first-party analytics for Rails
|
115
115
|
test_files: []
|