Sha256: e400a46a1c6b0a14bf7cd717339e568de6587bd08a80591c94ede505d82088f4
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{is_taggable} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Daniel Haran", "James Golick", "GiraffeSoft Inc."] s.date = %q{2009-07-07} s.email = %q{chebuctonian@mgmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".gitignore", "LICENSE", "README.rdoc", "VERSION.yml", "generators/is_taggable_migration/is_taggable_migration_generator.rb", "generators/is_taggable_migration/templates/migration.rb", "init.rb", "is_taggable.gemspec", "lib/is_taggable.rb", "lib/is_taggable/tag.rb", "lib/is_taggable/tagging.rb", "rakefile", "test/is_taggable_test.rb", "test/tag_test.rb", "test/tagging_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/giraffesoft/is_taggable} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{tagging that doesn't want to be on steroids. it's skinny and happy to stay that way.} s.test_files = [ "test/is_taggable_test.rb", "test/tag_test.rb", "test/tagging_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bdimcheff-is_taggable-0.1.1 | is_taggable.gemspec |