--- !ruby/object:Gem::Specification name: seamusabshere-acts_as_taggable_on_steroids version: !ruby/object:Gem::Version version: "1.0" platform: ruby authors: - Jonathan Viney autorequire: bindir: bin cert_chain: [] date: 2008-12-30 00:00:00 -08:00 default_executable: dependencies: [] description: Rails plugin that is based on acts_as_taggable by DHH but includes extras such as tests, smarter tag assignment, and tag cloud calculations. email: jonathan.viney@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - acts_as_taggable_on_steroids.gemspec - CHANGELOG - generators/acts_as_taggable_migration - generators/acts_as_taggable_migration/acts_as_taggable_migration_generator.rb - generators/acts_as_taggable_migration/templates - generators/acts_as_taggable_migration/templates/migration.rb - init.rb - rails/init.rb - lib/acts_as_taggable.rb - lib/tag.rb - lib/tag_counts_extension.rb - lib/tag_list.rb - lib/tagging.rb - lib/tags_helper.rb - MIT-LICENSE - Rakefile - README - test/abstract_unit.rb - test/database.yml - test/fixtures - test/fixtures/magazine.rb - test/fixtures/magazines.yml - test/fixtures/photo.rb - test/fixtures/photos.yml - test/fixtures/post.rb - test/fixtures/posts.yml - test/fixtures/special_post.rb - test/fixtures/subscription.rb - test/fixtures/subscriptions.yml - test/fixtures/taggings.yml - test/fixtures/tags.yml - test/fixtures/user.rb - test/fixtures/users.yml - test/schema.rb has_rdoc: false homepage: http://github.com/jviney/acts_as_taggable_on_steroids post_install_message: rdoc_options: [] 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.2.0 signing_key: specification_version: 2 summary: Rails plugin that is based on acts_as_taggable by DHH but includes extras such as tests, smarter tag assignment, and tag cloud calculations. test_files: - test/acts_as_taggable_test.rb - test/tag_list_test.rb - test/tag_test.rb - test/tagging_test.rb - test/tags_helper_test.rb