caboose-cms 0.5.178 → 0.5.179

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmYwMjNkNTg3MzI5ZGU1YTA2NTNiODRkNjQ4OTg1ZDdiMzEwNmFjNw==
4
+ NTg4ZjU1ZDE1NmM0Y2Q0OTdmMDhmOTRjODIzMjQ1MGU0ZDE4MWYwNQ==
5
5
  data.tar.gz: !binary |-
6
- NDlhMWQ0YWEyNDljZjI5YzY4NGQxYjg2ZjQyYjY0ZTJjMTE3NTM2NA==
6
+ ZGYyZWMxODBlZmJlMTZiNjI4NDZkM2RlZWRiZTExZmMwZjZjZmQ0OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmRhOTQyYWI0NWNmM2MwMGI3OGY2YmQxOTAwY2ZlZTYyM2Q2Y2RjMzIwM2Rm
10
- NzQ0Nzc0M2QxYTQwMmU2OTgzODliZjUwZGExMjU5YzZmNWVhYWM3OTliYWYw
11
- ZTQ0M2RjNjU1Y2ZjZGM0N2MyZTQ5ZWQ4ODhiMzMxMTRiM2IwODI=
9
+ Y2Y0NWVkMzYyZmRiMDI1ZTYyNDgwN2EzNzI1NDc5YWYyYmQwYzAwMmEzYjg5
10
+ OWVhMDFlYzE2Y2QwNDViMTlmMWJjN2IzNDY4YjZkMjRhZjFhZTA3OWZlZThh
11
+ YjYwM2YwZjA5ZTA2NTQ0MGI1N2VhMDNiMzY4OWQ5NDU5Mzg4OTQ=
12
12
  data.tar.gz: !binary |-
13
- ZDRkZTE1MzAxNTA4NDViY2ZhMmQxZDRiMWMwODQ2MTFmMzk3MTQ3MWVkMzBj
14
- NWJhODAyOTRkZWI4MjBkMjlmNmY4ZTgwODA3NWY4ZDhiZjZlOGQyNDQ2ODA1
15
- MTg3M2IzMWIzYWUwM2NjNTFhYTVmOGFjYjIzOTY1NGZiOWE5ZGQ=
13
+ ZTJiNjYzMDlmMjEwMTY1NGRiOGRiMTA0NDZlNGU1MGY4YmRhODMzZTM3NWU5
14
+ YWYwZmFhZDE1ZjkzMzYwMGVlOTZiMWUwMjJmZmRhMWViN2Q4Yzg5MjAwZTZm
15
+ OTVhZmM1ZDdmMDJjNTRiZTQyMzhjNTZhMWM4Nzg0YmVhMjZmYzY=
@@ -26,18 +26,16 @@ module Caboose
26
26
  end
27
27
  return
28
28
  # See if we're on a forwarding domain
29
- elsif !d.primary && d.forward_to_primary
30
- pd = d.site.primary_domain
31
- if pd
32
- url = "#{request.protocol}#{pd.domain}"
33
- if request.fullpath && request.fullpath.strip.length > 0 && request.fullpath.strip != '/'
34
- url << request.fullpath
35
- end
36
- redirect_to url
37
- return
38
- end
39
- else
40
- #Caboose.log(request.inspect)
29
+ #elsif !d.primary && d.forward_to_primary
30
+ # pd = d.site.primary_domain
31
+ # if pd
32
+ # url = "#{request.protocol}#{pd.domain}"
33
+ # if request.fullpath && request.fullpath.strip.length > 0 && request.fullpath.strip != '/'
34
+ # url << request.fullpath
35
+ # end
36
+ # redirect_to url
37
+ # return
38
+ # end
41
39
  end
42
40
 
43
41
  if !page
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.5.178'
2
+ VERSION = '0.5.179'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.178
4
+ version: 0.5.179
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry