scrivito_sdk 0.66.0.rc1 → 0.66.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Scrivito
2
2
 
3
3
  # This module manages storage of different kind of cache data.
4
4
  module CmsDataCache
5
- VERSION = 'v2'.freeze
5
+ VERSION = 'v3'.freeze
6
6
 
7
7
  class << self
8
8
  attr_reader :second_level_cache
@@ -12,7 +12,7 @@ module Scrivito
12
12
  if Scrivito::Configuration.legacy_routing
13
13
  action = 'index'
14
14
  else
15
- redirect_to scrivito_path(loaded_obj)
15
+ redirect_to scrivito_path(loaded_obj), status: :moved_permanently
16
16
  return self.response
17
17
  end
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0.rc1
4
+ version: 0.66.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infopark AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-03 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable