landable 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b68579918fa5ff5a6928fcc5e090771516ead6e
4
- data.tar.gz: 1d8dc92f8efc9a841b4984e437e1d24fc1fd0029
3
+ metadata.gz: 9f023b2540ada6f97f3a9e8bcff0c319e3f18460
4
+ data.tar.gz: 1c3b135af953c003f3790c7d798fb32365bc7844
5
5
  SHA512:
6
- metadata.gz: 2cc3168b8c66c0cef15396822e3d343ebe2ff279f70e4b065bc781ca3b3542b9ff77b48569443fb7dd0ebe0bca4d32591a1ae9c48ab92a8d44255e26e80188c8
7
- data.tar.gz: 27350886d3121c13e57573cd5ce9085a686dcf2b56b9b006db113c9c80fcf98681a807579e0d65ccb590aec01808ac46871b13e9dc66979257341e57c036fabd
6
+ metadata.gz: 41794bf639c60b33dfc7cd1821f52726f9b9e9bbe77c38e04b0a5deb6542437fd8f75944731bea3d9d17925cbf07093a3c2485f08532e1e6dede9cfe0b01117d
7
+ data.tar.gz: 27ace2fadbe4259f9dc29ef5fe92e848a4c39ad587eeb540b1377c422140e102a774acce2fc6f1246fab88d996aa92fb02cd8515f086cbb1067d742a3bb6f2cc
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.0...master)
5
+ ## Unreleased [#](https://github.com/enova/landable/compare/v1.9.1...master)
6
+
7
+ ## 1.9.1 [#](https://github.com/enova/landable/compare/v1.9.0...v1.9.1)
8
+ * Updating lookup_by :event_type, and :country [#18]
6
9
 
7
10
  ## 1.9.0 [#](https://github.com/enova/landable/compare/v1.9.0.rc2...v1.9.0)
8
11
  * Configuration is not a public API [#15]
@@ -3,7 +3,7 @@ module Landable
3
3
  class Country < ActiveRecord::Base
4
4
  include Landable::Traffic::TableName
5
5
 
6
- lookup_by :country, cache: true, find_or_create: true
6
+ lookup_by :country, cache: 50, find_or_create: true
7
7
 
8
8
  has_many :locations
9
9
  end
@@ -3,7 +3,7 @@ module Landable
3
3
  class EventType < ActiveRecord::Base
4
4
  include Landable::Traffic::TableName
5
5
 
6
- lookup_by :event_type, cache: true, find_or_create: true
6
+ lookup_by :event_type, cache: 50, find_or_create: true
7
7
 
8
8
  has_many :events
9
9
  end
@@ -2,7 +2,7 @@ module Landable
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 9
5
- PATCH = 0
5
+ PATCH = 1
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.0
4
+ version: 1.9.1
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-14 00:00:00.000000000 Z
11
+ date: 2014-07-16 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.2.2
668
+ rubygems_version: 2.0.3
669
669
  signing_key:
670
670
  specification_version: 4
671
671
  summary: Mountable CMS engine for Rails