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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f023b2540ada6f97f3a9e8bcff0c319e3f18460
4
- data.tar.gz: 1c3b135af953c003f3790c7d798fb32365bc7844
3
+ metadata.gz: 0aa9dec4d4dea28d1713a070dda1f8896131e927
4
+ data.tar.gz: 97367aa585551fad6b9124616e791f9a9f229904
5
5
  SHA512:
6
- metadata.gz: 41794bf639c60b33dfc7cd1821f52726f9b9e9bbe77c38e04b0a5deb6542437fd8f75944731bea3d9d17925cbf07093a3c2485f08532e1e6dede9cfe0b01117d
7
- data.tar.gz: 27ace2fadbe4259f9dc29ef5fe92e848a4c39ad587eeb540b1377c422140e102a774acce2fc6f1246fab88d996aa92fb02cd8515f086cbb1067d742a3bb6f2cc
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.1...master)
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]]
@@ -2,7 +2,7 @@ module Landable
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 9
5
- PATCH = 1
5
+ PATCH = 2
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
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.1
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-16 00:00:00.000000000 Z
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.0.3
668
+ rubygems_version: 2.2.2
669
669
  signing_key:
670
670
  specification_version: 4
671
671
  summary: Mountable CMS engine for Rails