--- !ruby/object:Gem::Specification name: outoftime-record_filter version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Mat Brown - Aubrey Holland autorequire: bindir: bin cert_chain: [] date: 2009-04-20 00:00:00 -07:00 default_executable: dependencies: [] description: Pure-ruby criteria API for building complex queries in ActiveRecord email: mat@patch.com executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - VERSION.yml - lib/record_filter.rb - lib/record_filter/active_record.rb - lib/record_filter/conjunctions.rb - lib/record_filter/dsl.rb - lib/record_filter/dsl/conjunction.rb - lib/record_filter/dsl/conjunction_dsl.rb - lib/record_filter/dsl/dsl.rb - lib/record_filter/dsl/group_by.rb - lib/record_filter/dsl/join.rb - lib/record_filter/dsl/limit.rb - lib/record_filter/dsl/order.rb - lib/record_filter/dsl/restriction.rb - lib/record_filter/filter.rb - lib/record_filter/group_by.rb - lib/record_filter/join.rb - lib/record_filter/join_table.rb - lib/record_filter/order.rb - lib/record_filter/query.rb - lib/record_filter/restrictions.rb - lib/record_filter/table.rb - spec/exception_spec.rb - spec/implicit_join_spec.rb - spec/limits_and_ordering_spec.rb - spec/models/blog.rb - spec/models/comment.rb - spec/models/photo.rb - spec/models/post.rb - spec/models/tag.rb - spec/named_filter_spec.rb - spec/restrictions_spec.rb - spec/spec_helper.rb - spec/test.db has_rdoc: true homepage: http://github.com/outoftime/record_filter/tree/master post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: Pure-ruby criteria API for building complex queries in ActiveRecord test_files: - spec/exception_spec.rb - spec/implicit_join_spec.rb - spec/limits_and_ordering_spec.rb - spec/models/blog.rb - spec/models/comment.rb - spec/models/photo.rb - spec/models/post.rb - spec/models/tag.rb - spec/named_filter_spec.rb - spec/restrictions_spec.rb - spec/spec_helper.rb