spree_static_content 0.40.1 → 0.40.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.40.1
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.1"
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-03-21}
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
- - 1
9
- version: 0.40.1
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-03-21 00:00:00 +03:00
18
+ date: 2011-04-04 00:00:00 +04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency