--- !ruby/object:Gem::Specification name: ransack version: !ruby/object:Gem::Version version: 0.6.0 prerelease: platform: ruby authors: - Ernie Miller autorequire: bindir: bin cert_chain: [] date: 2012-01-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activerecord requirement: &70226024755600 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: *70226024755600 - !ruby/object:Gem::Dependency name: actionpack requirement: &70226024754660 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: *70226024754660 - !ruby/object:Gem::Dependency name: polyamorous requirement: &70226024753760 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.5.0 type: :runtime prerelease: false version_requirements: *70226024753760 - !ruby/object:Gem::Dependency name: rspec requirement: &70226024753240 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.6.0 type: :development prerelease: false version_requirements: *70226024753240 - !ruby/object:Gem::Dependency name: machinist requirement: &70226024752660 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.6 type: :development prerelease: false version_requirements: *70226024752660 - !ruby/object:Gem::Dependency name: faker requirement: &70226024768120 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.9.5 type: :development prerelease: false version_requirements: *70226024768120 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &70226024767020 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.3 type: :development prerelease: false version_requirements: *70226024767020 description: Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API. email: - ernie@metautonomo.us executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - lib/ransack.rb - lib/ransack/adapters/active_record.rb - lib/ransack/adapters/active_record/3.0/compat.rb - lib/ransack/adapters/active_record/3.0/context.rb - lib/ransack/adapters/active_record/3.1/context.rb - lib/ransack/adapters/active_record/base.rb - lib/ransack/adapters/active_record/context.rb - lib/ransack/configuration.rb - lib/ransack/constants.rb - lib/ransack/context.rb - lib/ransack/helpers.rb - lib/ransack/helpers/form_builder.rb - lib/ransack/helpers/form_helper.rb - lib/ransack/locale/en.yml - lib/ransack/naming.rb - lib/ransack/nodes.rb - lib/ransack/nodes/attribute.rb - lib/ransack/nodes/bindable.rb - lib/ransack/nodes/condition.rb - lib/ransack/nodes/grouping.rb - lib/ransack/nodes/node.rb - lib/ransack/nodes/sort.rb - lib/ransack/nodes/value.rb - lib/ransack/predicate.rb - lib/ransack/ransacker.rb - lib/ransack/search.rb - lib/ransack/translate.rb - lib/ransack/version.rb - lib/ransack/visitor.rb - ransack.gemspec - spec/blueprints/articles.rb - spec/blueprints/comments.rb - spec/blueprints/notes.rb - spec/blueprints/people.rb - spec/blueprints/tags.rb - spec/console.rb - spec/helpers/ransack_helper.rb - spec/ransack/adapters/active_record/base_spec.rb - spec/ransack/adapters/active_record/context_spec.rb - spec/ransack/configuration_spec.rb - spec/ransack/helpers/form_builder_spec.rb - spec/ransack/helpers/form_helper_spec.rb - spec/ransack/nodes/condition_spec.rb - spec/ransack/nodes/grouping_spec.rb - spec/ransack/predicate_spec.rb - spec/ransack/search_spec.rb - spec/spec_helper.rb - spec/support/en.yml - spec/support/schema.rb homepage: http://metautonomo.us/projects/ransack licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: ransack rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Object-based searching for ActiveRecord (currently). test_files: - spec/blueprints/articles.rb - spec/blueprints/comments.rb - spec/blueprints/notes.rb - spec/blueprints/people.rb - spec/blueprints/tags.rb - spec/console.rb - spec/helpers/ransack_helper.rb - spec/ransack/adapters/active_record/base_spec.rb - spec/ransack/adapters/active_record/context_spec.rb - spec/ransack/configuration_spec.rb - spec/ransack/helpers/form_builder_spec.rb - spec/ransack/helpers/form_helper_spec.rb - spec/ransack/nodes/condition_spec.rb - spec/ransack/nodes/grouping_spec.rb - spec/ransack/predicate_spec.rb - spec/ransack/search_spec.rb - spec/spec_helper.rb - spec/support/en.yml - spec/support/schema.rb