lookbook 0.9.0 → 0.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
  SHA256:
3
- metadata.gz: 71adea21d969026f205c494f5ebdfd5b1546a8dce639733da69bf8eeaa7f371d
4
- data.tar.gz: dbd8406a04e3b6be61a97fba2daf96ce1bb005b0c7c0f9bdfc85e7443301d7d1
3
+ metadata.gz: e7dfafad463df617a30ac6baff60536568771276737340b18f094bb4ad29b90a
4
+ data.tar.gz: 24221d0a990d8181f7fec06bd2acc24d21599b33778b25591054a1d279317d6c
5
5
  SHA512:
6
- metadata.gz: 4913a862f29674edaa775ed2171b37d80f32a7d57b44efea92ee2901a7a122c2bfd941fe776cbc0338de72f0ed2f63c28f108a04d699e944cf93a03456b376c1
7
- data.tar.gz: f6f914053d0d2db782537180a6193ce24e19641407c156d46ffe48179ca4d60a4d48609b01da58318e4bb8e727ccc86356269f5e96f7746e961516291c771a8e
6
+ metadata.gz: a84d78ab4e4bd953f0f3b012a6cf8056efe57f37656ed9ba9839ed99c65cf824a510b1286eede9a4b3640cd9ee25575f0c58fd6998752169303fa5a29df10ec8
7
+ data.tar.gz: 0d516c5a151d34929594abb832827783fa8ceba7a95c2bbea7113a094a1320a5e8b394cab441f551cf6f9d0d4c715a72f00d14a414684e6995362344bc19de08
@@ -11,7 +11,7 @@ module Lookbook
11
11
  def landing_path
12
12
  landing = feature_enabled?(:pages) ? Lookbook.pages.find(&:landing) || Lookbook.pages.first : nil
13
13
  if landing.present?
14
- page_path(landing.lookup_path)
14
+ lookbook_page_path landing.lookup_path
15
15
  else
16
16
  lookbook_home_path
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Lookbook
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lookbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Perkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-15 00:00:00.000000000 Z
11
+ date: 2022-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actioncable