Sha256: 3c1941c7f40cf9a4c43cb77423a54d5182cfc4d95fa1aedf0e61aa5479400bae
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# -*- encoding: utf-8 -*- require 'rubygems' unless Object.const_defined?(:Gem) require File.dirname(__FILE__) + "/lib/has_machine_tags/version" Gem::Specification.new do |s| s.name = "has_machine_tags" s.version = HasMachineTags::VERSION s.authors = ["Gabriel Horner"] s.email = "gabriel.horner@gmail.com" s.homepage = "http://tagaholic.me/has_machine_tags/" s.summary = "A rails tagging gem which implements flickr's machine tags and maybe more (semantic tags)." s.description = "This gem implements Flickr's machine tags while still maintaining standard tagging behavior. This allows for more precise tagging as tags can have unlimited contexts provided by combinations of namespaces and predicates. These unlimited contexts also make machine tags ripe for modeling relationships between objects." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = 'tagaholic' s.add_development_dependency 'bacon' s.files = Dir.glob(%w[{lib,test,generators}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c}]) + %w{Rakefile gemspec init.rb} s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_machine_tags-0.1.7 | gemspec |