beef-articles 0.3.27 → 0.3.28

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.27
1
+ 0.3.28
@@ -1,6 +1,4 @@
1
1
  class Article < ActiveRecord::Base
2
- unloadable
3
-
4
2
  belongs_to :category
5
3
 
6
4
  acts_as_content_node
@@ -1,6 +1,4 @@
1
1
  class Category < ActiveRecord::Base
2
- unloadable
3
-
4
2
  has_many :articles
5
3
 
6
4
  validates_presence_of :title
@@ -1,6 +1,4 @@
1
1
  class Comment < ActiveRecord::Base
2
- unloadable
3
-
4
2
  belongs_to :commentable, :polymorphic => true
5
3
 
6
4
  acts_as_textiled :body => [:hard_breaks, :filter_html, :filter_styles]
data/articles.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{articles}
5
- s.version = "0.3.27"
5
+ s.version = "0.3.28"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Steve England"]
9
- s.date = %q{2009-09-07}
9
+ s.date = %q{2009-09-08}
10
10
  s.email = %q{steve@wearebeef.co.uk}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beef-articles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.27
4
+ version: 0.3.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve England
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-07 00:00:00 -07:00
12
+ date: 2009-09-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -83,7 +83,6 @@ files:
83
83
  - test/test_helper.rb
84
84
  has_rdoc: false
85
85
  homepage: http://github.com/beef/articles
86
- licenses:
87
86
  post_install_message:
88
87
  rdoc_options:
89
88
  - --charset=UTF-8
@@ -104,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
103
  requirements: []
105
104
 
106
105
  rubyforge_project:
107
- rubygems_version: 1.3.5
106
+ rubygems_version: 1.2.0
108
107
  signing_key:
109
108
  specification_version: 3
110
109
  summary: Article/Blogging engine