# -*- encoding: utf-8 -*-
# stub: beef-articles 0.3.12 ruby lib

Gem::Specification.new do |s|
  s.name = "beef-articles".freeze
  s.version = "0.3.12".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Steve England".freeze]
  s.date = "2009-08-27"
  s.email = "steve@wearebeef.co.uk".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/admin/articles_controller.rb".freeze, "app/controllers/admin/categories_controller.rb".freeze, "app/controllers/admin/comments_controller.rb".freeze, "app/controllers/articles_controller.rb".freeze, "app/controllers/comments_controller.rb".freeze, "app/helpers/articles_helper.rb".freeze, "app/helpers/comments_helper.rb".freeze, "app/models/article.rb".freeze, "app/models/category.rb".freeze, "app/models/comment.rb".freeze, "app/views/admin/articles/index.html.erb".freeze, "app/views/admin/articles/preview.js.rjs".freeze, "app/views/admin/articles/show.html.erb".freeze, "app/views/admin/categories/index.html.erb".freeze, "app/views/admin/categories/show.html.erb".freeze, "app/views/admin/comments/index.html.erb".freeze, "app/views/articles/_article.html.erb".freeze, "app/views/articles/index.html.erb".freeze, "app/views/articles/index.rss.builder".freeze, "app/views/articles/show.html.erb".freeze, "app/views/comments/_comment.html.erb".freeze, "app/views/comments/_form.html.erb".freeze, "app/views/comments/new.html.erb".freeze, "articles.gemspec".freeze, "config/routes.rb".freeze, "generators/articles_migration/articles_migration_generator.rb".freeze, "generators/articles_migration/templates/migration.rb".freeze, "lib/articles.rb".freeze, "rails/init.rb".freeze, "test/articles_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/beef/articles".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Article/Blogging engine".freeze
  s.test_files = ["test/articles_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<mbleigh-acts-as-taggable-on>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<jackdempsey-acts_as_commentable>.freeze, [">= 0".freeze])
end