# -*- encoding: utf-8 -*- # stub: ardm 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ardm".freeze s.version = "0.1.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 = ["Martin Emde".freeze, "Dan Kubb".freeze] s.date = "2014-09-11" s.description = "ActiveRecord plugin to provide a smooth migration from DataMapper to ActiveRecord".freeze s.email = ["me@martinemde.com".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ardm.gemspec".freeze, "db/.gitignore".freeze, "lib/ardm.rb".freeze, "lib/ardm/active_record.rb".freeze, "lib/ardm/active_record/associations.rb".freeze, "lib/ardm/active_record/base.rb".freeze, "lib/ardm/active_record/collection.rb".freeze, "lib/ardm/active_record/data_mapper_constant.rb".freeze, "lib/ardm/active_record/data_mapper_constant_proxy.rb".freeze, "lib/ardm/active_record/dirty.rb".freeze, "lib/ardm/active_record/finalize.rb".freeze, "lib/ardm/active_record/hooks.rb".freeze, "lib/ardm/active_record/inheritance.rb".freeze, "lib/ardm/active_record/is.rb".freeze, "lib/ardm/active_record/is/state_machine.rb".freeze, "lib/ardm/active_record/predicate_builder.rb".freeze, "lib/ardm/active_record/predicate_builder/array_handler.rb".freeze, "lib/ardm/active_record/predicate_builder/rails3.rb".freeze, "lib/ardm/active_record/predicate_builder/rails4.rb".freeze, "lib/ardm/active_record/predicate_builder/relation_handler.rb".freeze, "lib/ardm/active_record/property.rb".freeze, "lib/ardm/active_record/query.rb".freeze, "lib/ardm/active_record/record.rb".freeze, "lib/ardm/active_record/relation.rb".freeze, "lib/ardm/active_record/repository.rb".freeze, "lib/ardm/active_record/serialization.rb".freeze, "lib/ardm/active_record/storage_names.rb".freeze, "lib/ardm/active_record/validations.rb".freeze, "lib/ardm/data_mapper.rb".freeze, "lib/ardm/data_mapper/record.rb".freeze, "lib/ardm/env.rb".freeze, "lib/ardm/property.rb".freeze, "lib/ardm/property/api_key.rb".freeze, "lib/ardm/property/bcrypt_hash.rb".freeze, "lib/ardm/property/binary.rb".freeze, "lib/ardm/property/boolean.rb".freeze, "lib/ardm/property/class.rb".freeze, "lib/ardm/property/comma_separated_list.rb".freeze, "lib/ardm/property/csv.rb".freeze, "lib/ardm/property/date.rb".freeze, "lib/ardm/property/datetime.rb".freeze, "lib/ardm/property/decimal.rb".freeze, "lib/ardm/property/discriminator.rb".freeze, "lib/ardm/property/enum.rb".freeze, "lib/ardm/property/epoch_time.rb".freeze, "lib/ardm/property/file_path.rb".freeze, "lib/ardm/property/flag.rb".freeze, "lib/ardm/property/float.rb".freeze, "lib/ardm/property/integer.rb".freeze, "lib/ardm/property/invalid_value_error.rb".freeze, "lib/ardm/property/ip_address.rb".freeze, "lib/ardm/property/json.rb".freeze, "lib/ardm/property/lookup.rb".freeze, "lib/ardm/property/numeric.rb".freeze, "lib/ardm/property/object.rb".freeze, "lib/ardm/property/paranoid_boolean.rb".freeze, "lib/ardm/property/paranoid_datetime.rb".freeze, "lib/ardm/property/regexp.rb".freeze, "lib/ardm/property/serial.rb".freeze, "lib/ardm/property/slug.rb".freeze, "lib/ardm/property/string.rb".freeze, "lib/ardm/property/support/dirty_minder.rb".freeze, "lib/ardm/property/support/flags.rb".freeze, "lib/ardm/property/support/paranoid_base.rb".freeze, "lib/ardm/property/text.rb".freeze, "lib/ardm/property/time.rb".freeze, "lib/ardm/property/uri.rb".freeze, "lib/ardm/property/uuid.rb".freeze, "lib/ardm/property/validation.rb".freeze, "lib/ardm/property/yaml.rb".freeze, "lib/ardm/property_set.rb".freeze, "lib/ardm/query/expression.rb".freeze, "lib/ardm/query/ext/symbol.rb".freeze, "lib/ardm/query/operator.rb".freeze, "lib/ardm/record.rb".freeze, "lib/ardm/support/assertions.rb".freeze, "lib/ardm/support/deprecate.rb".freeze, "lib/ardm/support/descendant_set.rb".freeze, "lib/ardm/support/equalizer.rb".freeze, "lib/ardm/support/ext/array.rb".freeze, "lib/ardm/support/ext/blank.rb".freeze, "lib/ardm/support/ext/hash.rb".freeze, "lib/ardm/support/ext/module.rb".freeze, "lib/ardm/support/ext/object.rb".freeze, "lib/ardm/support/ext/string.rb".freeze, "lib/ardm/support/ext/try_dup.rb".freeze, "lib/ardm/support/hook.rb".freeze, "lib/ardm/support/lazy_array.rb".freeze, "lib/ardm/support/local_object_space.rb".freeze, "lib/ardm/support/logger.rb".freeze, "lib/ardm/support/mash.rb".freeze, "lib/ardm/support/naming_conventions.rb".freeze, "lib/ardm/support/ordered_set.rb".freeze, "lib/ardm/support/subject.rb".freeze, "lib/ardm/support/subject_set.rb".freeze, "lib/ardm/version.rb".freeze, "spec/ardm/datamapper_constants_spec.rb".freeze, "spec/fixtures/api_user.rb".freeze, "spec/fixtures/article.rb".freeze, "spec/fixtures/bookmark.rb".freeze, "spec/fixtures/invention.rb".freeze, "spec/fixtures/network_node.rb".freeze, "spec/fixtures/person.rb".freeze, "spec/fixtures/software_package.rb".freeze, "spec/fixtures/ticket.rb".freeze, "spec/fixtures/tshirt.rb".freeze, "spec/integration/api_key_spec.rb".freeze, "spec/integration/bcrypt_hash_spec.rb".freeze, "spec/integration/comma_separated_list_spec.rb".freeze, "spec/integration/dirty_minder_spec.rb".freeze, "spec/integration/enum_spec.rb".freeze, "spec/integration/epoch_time_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/public/model_spec.rb".freeze, "spec/public/property/binary_spec.rb".freeze, "spec/public/property/boolean_spec.rb".freeze, "spec/public/property/class_spec.rb".freeze, "spec/public/property/date_spec.rb".freeze, "spec/public/property/date_time_spec.rb".freeze, "spec/public/property/decimal_spec.rb".freeze, "spec/public/property/discriminator_spec.rb".freeze, "spec/public/property/float_spec.rb".freeze, "spec/public/property/integer_spec.rb".freeze, "spec/public/property/object_spec.rb".freeze, "spec/public/property/serial_spec.rb".freeze, "spec/public/property/string_spec.rb".freeze, "spec/public/property/text_spec.rb".freeze, "spec/public/property/time_spec.rb".freeze, "spec/public/property_spec.rb".freeze, "spec/public/resource_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/schema.rb".freeze, "spec/semipublic/property/binary_spec.rb".freeze, "spec/semipublic/property/boolean_spec.rb".freeze, "spec/semipublic/property/class_spec.rb".freeze, "spec/semipublic/property/date_spec.rb".freeze, "spec/semipublic/property/date_time_spec.rb".freeze, "spec/semipublic/property/decimal_spec.rb".freeze, "spec/semipublic/property/discriminator_spec.rb".freeze, "spec/semipublic/property/float_spec.rb".freeze, "spec/semipublic/property/integer_spec.rb".freeze, "spec/semipublic/property/lookup_spec.rb".freeze, "spec/semipublic/property/serial_spec.rb".freeze, "spec/semipublic/property/string_spec.rb".freeze, "spec/semipublic/property/text_spec.rb".freeze, "spec/semipublic/property/time_spec.rb".freeze, "spec/semipublic/property_spec.rb".freeze, "spec/shared/finder_shared_spec.rb".freeze, "spec/shared/flags_shared_spec.rb".freeze, "spec/shared/identity_function_group.rb".freeze, "spec/shared/public_property_spec.rb".freeze, "spec/shared/resource_spec.rb".freeze, "spec/shared/semipublic_property_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/dirty_minder_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/paranoid_boolean_spec.rb".freeze, "spec/unit/paranoid_datetime_spec.rb".freeze, "spec/unit/regexp_spec.rb".freeze, "spec/unit/uri_spec.rb".freeze, "spec/unit/yaml_spec.rb".freeze, "tasks/spec.rake".freeze, "tasks/yard.rake".freeze, "tasks/yardstick.rake".freeze] s.homepage = "http://github.com/engineyard/ardm".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord plugin to provide a smooth migration from DataMapper to ActiveRecord".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["> 1.3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end