# -*- encoding: utf-8 -*- # stub: gold-record 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "gold-record".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Randy Reddig".freeze] s.date = "2009-12-06" s.description = "Unobtrusive binary UUID support for ActiveRecord. Supports migrations, reflections, assocations and SchemaDumper.".freeze s.email = "randy@shaderlab.com".freeze s.extra_rdoc_files = ["HISTORY.rdoc".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["HISTORY.rdoc".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/gold-record.rb".freeze, "lib/gold_record.rb".freeze, "lib/gold_record/base.rb".freeze, "lib/gold_record/connection_adapters/mysql_adapter.rb".freeze, "lib/gold_record/fixtures.rb".freeze, "lib/gold_record/uuid.rb".freeze, "lib/gold_record/version.rb".freeze, "test/cases/aaa_create_tables_test.rb".freeze, "test/cases/acts_as_gold_record_test.rb".freeze, "test/cases/associations/belongs_to_integer_association_test.rb".freeze, "test/cases/associations/belongs_to_uuid_association_test.rb".freeze, "test/cases/associations/habtm_integer_to_integer_association_test.rb".freeze, "test/cases/associations/habtm_integer_to_uuid_association_test.rb".freeze, "test/cases/associations/habtm_uuid_to_uuid_association_test.rb".freeze, "test/cases/associations/has_many_integer_assocation_test.rb".freeze, "test/cases/associations/has_many_uuid_association_test.rb".freeze, "test/cases/coerce_test.rb".freeze, "test/cases/find_test.rb".freeze, "test/cases/generate_id_test.rb".freeze, "test/cases/helper.rb".freeze, "test/cases/hex_test.rb".freeze, "test/cases/random_generate_test.rb".freeze, "test/cases/to_param_test.rb".freeze, "test/cases/to_uuid_test.rb".freeze, "test/cases/urlsafe_base64_test.rb".freeze, "test/cases/zzz_migration_test.rb".freeze, "test/config.rb".freeze, "test/connection.rb".freeze, "test/fixtures/albums.yml".freeze, "test/fixtures/artists.yml".freeze, "test/fixtures/fans.yml".freeze, "test/fixtures/labels.yml".freeze, "test/fixtures/record_stores.yml".freeze, "test/fixtures/songs.yml".freeze, "test/models/album.rb".freeze, "test/models/artist.rb".freeze, "test/models/fan.rb".freeze, "test/models/label.rb".freeze, "test/models/record_store.rb".freeze, "test/models/song.rb".freeze, "test/schema/schema.rb".freeze] s.homepage = "http://github.com/ydnar/gold-record".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Unobtrusive binary UUID support for ActiveRecord".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end