gluttonberg-core 2.5.3 → 2.5.4

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.
@@ -10,7 +10,7 @@ module Gluttonberg
10
10
  has_and_belongs_to_many :groups, :class_name => "Group" , :join_table => "gb_groups_pages"
11
11
 
12
12
  attr_protected :user_id , :state , :published_at
13
- attr_accessible :parent_id, :name, :navigation_label, :slug, :description_name, :hide_in_nav, :group_ids
13
+ attr_accessible :parent_id, :name, :navigation_label, :slug, :description_name, :hide_in_nav, :group_ids, :home
14
14
 
15
15
  # Generate the associations for the block/content classes
16
16
  Content::Block.classes.each do |klass|
@@ -1,3 +1,3 @@
1
1
  module Gluttonberg
2
- VERSION = "2.5.3"
2
+ VERSION = "2.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gluttonberg-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 2.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-12-06 00:00:00.000000000 Z
15
+ date: 2012-12-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: authlogic