--- !ruby/object:Gem::Specification name: beef-articles version: !ruby/object:Gem::Version version: 0.3.25 platform: ruby authors: - Steve England autorequire: bindir: bin cert_chain: [] date: 2009-09-03 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mbleigh-acts-as-taggable-on type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: jackdempsey-acts_as_commentable type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: email: steve@wearebeef.co.uk executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/admin/articles_controller.rb - app/controllers/admin/categories_controller.rb - app/controllers/admin/comments_controller.rb - app/controllers/articles_controller.rb - app/controllers/comments_controller.rb - app/helpers/articles_helper.rb - app/helpers/comments_helper.rb - app/models/article.rb - app/models/category.rb - app/models/comment.rb - app/views/admin/articles/index.html.erb - app/views/admin/articles/preview.js.rjs - app/views/admin/articles/show.html.erb - app/views/admin/categories/index.html.erb - app/views/admin/categories/show.html.erb - app/views/admin/comments/index.html.erb - app/views/articles/_article.html.erb - app/views/articles/index.html.erb - app/views/articles/index.rss.builder - app/views/articles/show.html.erb - app/views/comments/_comment.html.erb - app/views/comments/_form.html.erb - app/views/comments/new.html.erb - articles.gemspec - config/routes.rb - generators/articles_migration/articles_migration_generator.rb - generators/articles_migration/templates/migration.rb - lib/articles.rb - rails/init.rb - test/articles_test.rb - test/database.yml - test/schema.rb - test/test_helper.rb has_rdoc: false homepage: http://github.com/beef/articles licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Article/Blogging engine test_files: - test/articles_test.rb - test/schema.rb - test/test_helper.rb