spree_multi_slideshow 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,7 +9,7 @@ Basic Installation
9
9
 
10
10
  1. Add the following to your Gemfile
11
11
  <pre>
12
- gem 'spree_multi_slideshow', '~> 1.1.2'
12
+ gem 'spree_multi_slideshow', '~> 1.1.3'
13
13
  </pre>
14
14
  2. Run `bundle install`
15
15
  3. To copy and apply migrations run:
@@ -3,7 +3,7 @@ module Spree
3
3
  class SlideshowTypesController < ResourceController
4
4
 
5
5
  def show
6
- redirect_to( :action => :edit )
6
+ redirect_to(:action => :edit)
7
7
  end
8
8
 
9
9
  def location_after_save
@@ -1,5 +1,5 @@
1
1
  class AddEnablePagination < ActiveRecord::Migration
2
2
  def change
3
- add_column :enable_pagination, :boolean, :default => false, :after => :enable_navigation
3
+ add_column :spree_slideshow_types, :enable_pagination, :boolean, :default => false, :after => :enable_navigation
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_multi_slideshow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-14 00:00:00.000000000 Z
12
+ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core