--- !ruby/object:Gem::Specification name: beef-articles version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 0 - 4 - 14 version: 0.4.14 platform: ruby authors: - Steve England autorequire: bindir: bin cert_chain: [] date: 2010-05-24 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mbleigh-acts-as-taggable-on prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: jackdempsey-acts_as_commentable prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 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/_meta.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 - beef-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: true 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 none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Article/Blogging engine test_files: - test/articles_test.rb - test/test_helper.rb - test/schema.rb