spree_carousels 1.2.4 → 1.2.5
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/.gitignore +1 -0
- data/app/models/product_decorator.rb +5 -0
- data/spree_carousels.gemspec +1 -1
- metadata +2 -2
- data/spree_carousels-1.2.3.gem +0 -0
data/.gitignore
CHANGED
data/spree_carousels.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_carousels'
|
|
5
|
-
s.version = '1.2.
|
|
5
|
+
s.version = '1.2.5'
|
|
6
6
|
s.summary = 'Adds carousels to spree'
|
|
7
7
|
s.description = 'Adds carousel functionality to spree homepage, based on taxons'
|
|
8
8
|
s.required_ruby_version = '>= 1.9.2'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_carousels
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -125,6 +125,7 @@ files:
|
|
|
125
125
|
- app/assets/javascripts/store/spree_carousels.js.coffee
|
|
126
126
|
- app/assets/stylesheets/admin/spree_carousels.css
|
|
127
127
|
- app/assets/stylesheets/store/spree_carousels.css
|
|
128
|
+
- app/models/product_decorator.rb
|
|
128
129
|
- app/models/taxonomy_decorator.rb
|
|
129
130
|
- app/overrides/add_related_products_to_product_display.rb
|
|
130
131
|
- app/overrides/add_to_home_page.rb
|
|
@@ -140,7 +141,6 @@ files:
|
|
|
140
141
|
- lib/spree_carousels/engine.rb
|
|
141
142
|
- script/rails
|
|
142
143
|
- spec/spec_helper.rb
|
|
143
|
-
- spree_carousels-1.2.3.gem
|
|
144
144
|
- spree_carousels.gemspec
|
|
145
145
|
homepage: http://www.lockside.co.uk
|
|
146
146
|
licenses: []
|
data/spree_carousels-1.2.3.gem
DELETED
|
Binary file
|