spree_reviews 0.50.0 → 0.50.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ module SpreeReviews
11
11
  Rails.env.production? ? require(c) : load(c)
12
12
  end
13
13
  ProductsHelper.send(:include, ReviewsHelper)
14
+ Admin::ReviewsController.cache_sweeper :review_sweeper
14
15
  end
15
16
 
16
17
  config.to_prepare &method(:activate).to_proc
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = 'spree_reviews'
4
- s.version = '0.50.0'
4
+ s.version = '0.50.1'
5
5
  s.summary = 'Basic review and ratings facility for Spree'
6
6
  #s.description = 'Add (optional) gem description here'
7
7
  s.required_ruby_version = '>= 1.8.7'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_reviews
3
3
  version: !ruby/object:Gem::Version
4
- hash: 215
4
+ hash: 213
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 50
9
- - 0
10
- version: 0.50.0
9
+ - 1
10
+ version: 0.50.1
11
11
  platform: ruby
12
12
  authors: []
13
13