# -*- encoding: utf-8 -*- # stub: directiverecord 0.1.16 ruby lib Gem::Specification.new do |s| s.name = "directiverecord".freeze s.version = "0.1.16".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Engel".freeze] s.date = "2015-03-12" s.description = "A layer on top of ActiveRecord for using paths within queries without thinking about association joins".freeze s.email = "pm_engel@icloud.com".freeze s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "directiverecord.gemspec".freeze, "lib/directive_record.rb".freeze, "lib/directive_record/gem_ext.rb".freeze, "lib/directive_record/gem_ext/active_record.rb".freeze, "lib/directive_record/gem_ext/active_record/base.rb".freeze, "lib/directive_record/gem_ext/active_record/relation.rb".freeze, "lib/directive_record/query.rb".freeze, "lib/directive_record/query/big_query.rb".freeze, "lib/directive_record/query/mysql.rb".freeze, "lib/directive_record/query/sql.rb".freeze, "lib/directive_record/relation.rb".freeze, "lib/directive_record/version.rb".freeze, "lib/directiverecord.rb".freeze, "test/application/app/models/customer.rb".freeze, "test/application/app/models/employee.rb".freeze, "test/application/app/models/office.rb".freeze, "test/application/app/models/order.rb".freeze, "test/application/app/models/order_detail.rb".freeze, "test/application/app/models/payment.rb".freeze, "test/application/app/models/product.rb".freeze, "test/application/app/models/product_line.rb".freeze, "test/application/app/models/tag.rb".freeze, "test/application/boot.rb".freeze, "test/application/config/database.yml".freeze, "test/application/db/database.sql".freeze, "test/test_helper.rb".freeze, "test/test_helper/coverage.rb".freeze, "test/unit/gem_ext/active_record/test_base.rb".freeze, "test/unit/gem_ext/active_record/test_relation.rb".freeze, "test/unit/query/test_big_query.rb".freeze, "test/unit/query/test_mysql.rb".freeze, "test/unit/query/test_sql.rb".freeze, "test/unit/test_directive_record.rb".freeze, "test/unit/test_query.rb".freeze, "test/unit/test_relation.rb".freeze] s.homepage = "https://github.com/archan937/directiverecord".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A layer on top of ActiveRecord for using paths within queries without thinking about association joins".freeze s.test_files = ["test/application/app/models/customer.rb".freeze, "test/application/app/models/employee.rb".freeze, "test/application/app/models/office.rb".freeze, "test/application/app/models/order.rb".freeze, "test/application/app/models/order_detail.rb".freeze, "test/application/app/models/payment.rb".freeze, "test/application/app/models/product.rb".freeze, "test/application/app/models/product_line.rb".freeze, "test/application/app/models/tag.rb".freeze, "test/application/boot.rb".freeze, "test/application/config/database.yml".freeze, "test/application/db/database.sql".freeze, "test/test_helper.rb".freeze, "test/test_helper/coverage.rb".freeze, "test/unit/gem_ext/active_record/test_base.rb".freeze, "test/unit/gem_ext/active_record/test_relation.rb".freeze, "test/unit/query/test_big_query.rb".freeze, "test/unit/query/test_mysql.rb".freeze, "test/unit/query/test_sql.rb".freeze, "test/unit/test_directive_record.rb".freeze, "test/unit/test_query.rb".freeze, "test/unit/test_relation.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.13".freeze]) s.add_runtime_dependency(%q.freeze, ["< 6.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end