spree_static_content 0.40.1 → 0.40.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/controllers/admin/pages_controller.rb +1 -1
- data/spree_static_content.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.40.
|
1
|
+
0.40.2
|
@@ -6,7 +6,7 @@ class Admin::PagesController < Admin::BaseController
|
|
6
6
|
end
|
7
7
|
|
8
8
|
update.after do
|
9
|
-
expire_page :controller => 'static_content', :action => 'show', :path => @page.slug
|
9
|
+
expire_page :controller => '/static_content', :action => 'show', :path => @page.slug
|
10
10
|
Rails.cache.delete('page_not_exist/'+@page.slug)
|
11
11
|
end
|
12
12
|
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{spree_static_content}
|
8
|
-
s.version = "0.40.
|
8
|
+
s.version = "0.40.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Peter Berkenbosch", "Roman Smirnov"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-04-04}
|
13
13
|
s.description = %q{Extention to manage the static pages for your Spree shop.}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.rdoc"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 40
|
8
|
-
-
|
9
|
-
version: 0.40.
|
8
|
+
- 2
|
9
|
+
version: 0.40.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Peter Berkenbosch
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-04-04 00:00:00 +04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|