# -*- encoding: utf-8 -*- # stub: dm-types 0.9.7 ruby lib Gem::Specification.new do |s| s.name = "dm-types".freeze s.version = "0.9.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Smoot".freeze] s.date = "2008-11-18" s.description = "DataMapper plugin providing extra data types".freeze s.email = ["ssmoot@gmail.com".freeze] s.extra_rdoc_files = ["README.txt".freeze, "LICENSE".freeze, "TODO".freeze] s.files = ["History.txt".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "TODO".freeze, "lib/dm-types.rb".freeze, "lib/dm-types/bcrypt_hash.rb".freeze, "lib/dm-types/csv.rb".freeze, "lib/dm-types/enum.rb".freeze, "lib/dm-types/epoch_time.rb".freeze, "lib/dm-types/file_path.rb".freeze, "lib/dm-types/flag.rb".freeze, "lib/dm-types/ip_address.rb".freeze, "lib/dm-types/json.rb".freeze, "lib/dm-types/regexp.rb".freeze, "lib/dm-types/serial.rb".freeze, "lib/dm-types/slug.rb".freeze, "lib/dm-types/uri.rb".freeze, "lib/dm-types/uuid.rb".freeze, "lib/dm-types/version.rb".freeze, "lib/dm-types/yaml.rb".freeze, "spec/integration/bcrypt_hash_spec.rb".freeze, "spec/integration/enum_spec.rb".freeze, "spec/integration/file_path_spec.rb".freeze, "spec/integration/flag_spec.rb".freeze, "spec/integration/ip_address_spec.rb".freeze, "spec/integration/json_spec.rb".freeze, "spec/integration/slug_spec.rb".freeze, "spec/integration/uri_spec.rb".freeze, "spec/integration/uuid_spec.rb".freeze, "spec/integration/yaml_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/unit/bcrypt_hash_spec.rb".freeze, "spec/unit/csv_spec.rb".freeze, "spec/unit/enum_spec.rb".freeze, "spec/unit/epoch_time_spec.rb".freeze, "spec/unit/file_path_spec.rb".freeze, "spec/unit/flag_spec.rb".freeze, "spec/unit/ip_address_spec.rb".freeze, "spec/unit/json_spec.rb".freeze, "spec/unit/regexp_spec.rb".freeze, "spec/unit/uri_spec.rb".freeze, "spec/unit/yaml_spec.rb".freeze] s.homepage = "http://github.com/sam/dm-more/tree/master/dm-types".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "DataMapper plugin providing extra data types".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["= 0.9.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.2".freeze]) end