landable 1.9.1 → 1.9.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 +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/landable/traffic/user_tracker.rb +1 -1
- data/lib/landable/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0aa9dec4d4dea28d1713a070dda1f8896131e927
|
|
4
|
+
data.tar.gz: 97367aa585551fad6b9124616e791f9a9f229904
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e6d41e286c597c016760d815a93d6a6427cb6aed60e667ac4751860c331d9ec4654c727916305ff1bb565521dbda82ab4bf184babcba976de905945dae83027
|
|
7
|
+
data.tar.gz: 78b146382e7ed984e3d73e6df7c7d3b0149cd2a3fc40913dfbbe6930526edbaf6cffe5e7d30688601721b5468928144054ffb3cb391dd1730826f3ff6dbe456d
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
See README.md before updating this file.
|
|
4
4
|
|
|
5
|
-
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.
|
|
5
|
+
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.2...master)
|
|
6
|
+
|
|
7
|
+
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.1...v1.9.2)
|
|
8
|
+
* Added compatibility with new Rails 4.1 JSON-based cookies [#19]
|
|
6
9
|
|
|
7
10
|
## 1.9.1 [#](https://github.com/enova/landable/compare/v1.9.0...v1.9.1)
|
|
8
11
|
* Updating lookup_by :event_type, and :country [#18]
|
|
@@ -13,7 +13,7 @@ module Landable
|
|
|
13
13
|
@cookie_id = cookies[:landable]
|
|
14
14
|
|
|
15
15
|
@visit_id = hash[KEYS[:visit_id]]
|
|
16
|
-
@last_visit_time = hash[KEYS[:visit_time]]
|
|
16
|
+
@last_visit_time = hash[KEYS[:visit_time]].try :to_time
|
|
17
17
|
@visitor_id = hash[KEYS[:visitor_id]]
|
|
18
18
|
@visitor_hash = hash[KEYS[:visitor_hash]]
|
|
19
19
|
@attribution_hash = hash[KEYS[:attribution_hash]]
|
data/lib/landable/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: landable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Trogdor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -665,7 +665,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
665
665
|
version: '0'
|
|
666
666
|
requirements: []
|
|
667
667
|
rubyforge_project:
|
|
668
|
-
rubygems_version: 2.
|
|
668
|
+
rubygems_version: 2.2.2
|
|
669
669
|
signing_key:
|
|
670
670
|
specification_version: 4
|
|
671
671
|
summary: Mountable CMS engine for Rails
|