# -*- encoding: utf-8 -*- # stub: bborn-acts_as_taggable_on_steroids 2.0.beta2 ruby lib Gem::Specification.new do |s| s.name = "bborn-acts_as_taggable_on_steroids".freeze s.version = "2.0.beta2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jonathan Viney".freeze, "Julien Portalier".freeze] s.date = "2011-02-07" s.description = "Rails plugin that is based on acts_as_taggable by jviney that is based on acts_as_taggable by DHH.".freeze s.email = "ysbaddaden@gmail.com".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "acts_as_taggable_on_steroids.gemspec".freeze, "init.rb".freeze, "lib/acts_as_taggable.rb".freeze, "lib/generators/acts_as_taggable_migration/acts_as_taggable_migration_generator.rb".freeze, "lib/generators/acts_as_taggable_migration/templates/migration.rb".freeze, "lib/tag.rb".freeze, "lib/tag_list.rb".freeze, "lib/tagging.rb".freeze, "lib/tags_helper.rb".freeze, "test/abstract_unit.rb".freeze, "test/acts_as_taggable_test.rb".freeze, "test/database.yml".freeze, "test/fixtures/magazine.rb".freeze, "test/fixtures/magazines.yml".freeze, "test/fixtures/photo.rb".freeze, "test/fixtures/photos.yml".freeze, "test/fixtures/post.rb".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/special_post.rb".freeze, "test/fixtures/subscription.rb".freeze, "test/fixtures/subscriptions.yml".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/user.rb".freeze, "test/fixtures/users.yml".freeze, "test/schema.rb".freeze, "test/tag_list_test.rb".freeze, "test/tag_test.rb".freeze, "test/tagging_test.rb".freeze, "test/tags_helper_test.rb".freeze] s.homepage = "http://github.com/ysbaddaden/acts_as_taggable_on_steroids".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails 3 plugin that is based on acts_as_taggable by jviney that is based on acts_as_taggable by DHH.".freeze s.test_files = ["test/abstract_unit.rb".freeze, "test/acts_as_taggable_test.rb".freeze, "test/database.yml".freeze, "test/fixtures/magazine.rb".freeze, "test/fixtures/magazines.yml".freeze, "test/fixtures/photo.rb".freeze, "test/fixtures/photos.yml".freeze, "test/fixtures/post.rb".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/special_post.rb".freeze, "test/fixtures/subscription.rb".freeze, "test/fixtures/subscriptions.yml".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/user.rb".freeze, "test/fixtures/users.yml".freeze, "test/schema.rb".freeze, "test/tag_list_test.rb".freeze, "test/tag_test.rb".freeze, "test/tagging_test.rb".freeze, "test/tags_helper_test.rb".freeze] end