# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{spraypaint} s.version = "1.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Ward"] s.date = %q{2009-11-05} s.description = %q{Simple tagging in a can} s.email = %q{tom@popdog.net} s.files = [ ".gitignore", "CHANGELOG", "MIT-LICENSE", "Rakefile", "TODO", "about.yml", "generators/spraypaint_migration/spraypaint_migration_generator.rb", "generators/spraypaint_migration/templates/spraypaint_migration.rb", "lib/spraypaint.rb", "lib/spraypaint/behaviour.rb", "lib/spraypaint/behaviour/discovery.rb", "lib/spraypaint/behaviour/manipulation.rb", "lib/spraypaint/behaviour/persistence.rb", "lib/spraypaint/model/tag.rb", "lib/spraypaint/model/tagging.rb", "lib/spraypaint/sanitizer.rb", "lib/spraypaint/sanitizer_support.rb", "lib/spraypaint/version.rb", "rails/init.rb", "spraypaint.gemspec", "test/config/boot.rb", "test/config/database.yml", "test/config/environment.rb", "test/config/environments/test.rb", "test/db/schema.rb", "test/spec/models/tag_spec.rb", "test/spec/models/tagging_spec.rb", "test/spec/sanitizer_spec.rb", "test/spec/spec_helper.rb", "test/spec/spraypaint_spec.rb" ] s.homepage = %q{http://github.com/tomafro/spraypaint.git} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Simple tagging plugin for rails} s.test_files = [ "test/config/boot.rb", "test/config/environment.rb", "test/config/environments/test.rb", "test/db/schema.rb", "test/spec/models/tag_spec.rb", "test/spec/models/tagging_spec.rb", "test/spec/sanitizer_spec.rb", "test/spec/spec_helper.rb", "test/spec/spraypaint_spec.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