spree_home_page_features 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  module Spree
2
2
  class HomePageFeature < ActiveRecord::Base
3
3
  self.table_name = 'home_page_features'
4
- attr_accessible :title, :body, :publish, :style, :image
4
+ attr_accessible :title, :body, :publish, :style, :image,
5
+ :image_file_name, :image_file_size, :image_content_type, :image_updated_at
5
6
 
6
7
  validates :title,
7
8
  presence: true,
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_home_page_features'
5
- s.version = '1.2.3'
5
+ s.version = '1.2.4'
6
6
  s.summary = 'Adds feature articles to the spree home page'
7
7
  s.description = 'Allows you to edit articles in the spree admin, which will be displayed on your homepage'
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_home_page_features
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
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: 2012-10-15 00:00:00.000000000 Z
12
+ date: 2012-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core