Sha256: 38656e9d0adab2d09dd05a29b50abe042739751cd14c581e9ef04de6cbe9b95f

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 KB

Contents

Gem::Specification.new do |s|
  s.name     = "acts_as_taggable_on_steroids"
  s.version  = "1.0"
  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",
    "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"
    ]
  s.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"
    ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamusabshere-acts_as_taggable_on_steroids-1.0 acts_as_taggable_on_steroids.gemspec