Sha256: c3fd8fa985458f13d2a2de76ee6e0039c3b7fa31c5d5bdf1932a83f831e3a8b6

Contents?: true

Size: 1.84 KB

Versions: 1

Compression:

Stored size: 1.84 KB

Contents

Gem::Specification.new do |s|
  s.name     = "acts_as_taggable_on_steroids"
  s.version  = "1.3"
  s.date     = "2008-12-30"
  s.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."
  s.email    = "jonathan.viney@gmail.com"
  s.homepage = "http://github.com/jviney/acts_as_taggable_on_steroids"
  s.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."
  s.has_rdoc = false
  s.authors  = "Jonathan Viney"
  s.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",
    "lib/acts_as_taggable.rb",
    "lib/tag_counts_extension.rb",
    "lib/tag_list.rb",
    "lib/tags_helper.rb",
    "examples/tag.rb",
    "examples/tagging.rb",
    "MIT-LICENSE",
    "Rakefile",
    "README",
    ]
  s.test_files = [  
    "test/abstract_unit.rb",
    "test/acts_as_taggable_test.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",
    "test/tag_list_test.rb",
    "test/tag_test.rb",
    "test/tagging_test.rb",
    "test/tags_helper_test.rb"
    ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamusabshere-acts_as_taggable_on_steroids-1.3 acts_as_taggable_on_steroids.gemspec