--- !ruby/object:Gem::Specification
name: effective_datatables
version: !ruby/object:Gem::Version
  version: 3.4.6
platform: ruby
authors:
- Code and Effect
autorequire: 
bindir: bin
cert_chain: []
date: 2018-07-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 3.2.0
- !ruby/object:Gem::Dependency
  name: coffee-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: effective_resources
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.7.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.7.0
- !ruby/object:Gem::Dependency
  name: sass-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: simple_form
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Uniquely powerful server-side searching, sorting and filtering of any
  ActiveRecord or Array collection as well as post-rendered content displayed as a
  frontend jQuery Datatable
email:
- info@codeandeffect.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.md
- app/assets/images/dataTables/sort_asc.png
- app/assets/images/dataTables/sort_both.png
- app/assets/images/dataTables/sort_desc.png
- app/assets/javascripts/dataTables/buttons/buttons.bootstrap.js
- app/assets/javascripts/dataTables/buttons/buttons.colVis.js
- app/assets/javascripts/dataTables/buttons/buttons.html5.js
- app/assets/javascripts/dataTables/buttons/buttons.print.js
- app/assets/javascripts/dataTables/buttons/dataTables.buttons.js
- app/assets/javascripts/dataTables/dataTables.bootstrap.js
- app/assets/javascripts/dataTables/jquery.dataTables.js
- app/assets/javascripts/dataTables/responsive/dataTables.responsive.js
- app/assets/javascripts/dataTables/responsive/responsive.bootstrap.js
- app/assets/javascripts/effective_datatables.js
- app/assets/javascripts/effective_datatables/bulk_actions.js.coffee
- app/assets/javascripts/effective_datatables/charts.js.coffee
- app/assets/javascripts/effective_datatables/events.js.coffee
- app/assets/javascripts/effective_datatables/filters.js.coffee
- app/assets/javascripts/effective_datatables/initialize.js.coffee
- app/assets/javascripts/effective_datatables/reset.js.coffee
- app/assets/javascripts/effective_datatables/responsive.js.coffee
- app/assets/javascripts/vendor/jquery.delayedChange.js
- app/assets/javascripts/vendor/jquery.fileDownload.js
- app/assets/stylesheets/dataTables/buttons/buttons.bootstrap.css
- app/assets/stylesheets/dataTables/dataTables.bootstrap.css
- app/assets/stylesheets/dataTables/responsive/responsive.bootstrap.css
- app/assets/stylesheets/effective_datatables.scss
- app/assets/stylesheets/effective_datatables/_filters.scss
- app/assets/stylesheets/effective_datatables/_overrides.scss
- app/controllers/effective/datatables_controller.rb
- app/helpers/effective_datatables_controller_helper.rb
- app/helpers/effective_datatables_helper.rb
- app/helpers/effective_datatables_private_helper.rb
- app/models/effective/access_denied.rb
- app/models/effective/datatable.rb
- app/models/effective/datatable_column.rb
- app/models/effective/datatable_column_tool.rb
- app/models/effective/datatable_dsl_tool.rb
- app/models/effective/datatable_value_tool.rb
- app/models/effective/effective_datatable/attributes.rb
- app/models/effective/effective_datatable/collection.rb
- app/models/effective/effective_datatable/compute.rb
- app/models/effective/effective_datatable/cookie.rb
- app/models/effective/effective_datatable/dsl.rb
- app/models/effective/effective_datatable/dsl/bulk_actions.rb
- app/models/effective/effective_datatable/dsl/charts.rb
- app/models/effective/effective_datatable/dsl/datatable.rb
- app/models/effective/effective_datatable/dsl/filters.rb
- app/models/effective/effective_datatable/format.rb
- app/models/effective/effective_datatable/hooks.rb
- app/models/effective/effective_datatable/params.rb
- app/models/effective/effective_datatable/resource.rb
- app/models/effective/effective_datatable/state.rb
- app/views/effective/datatables/_actions_column.html.haml
- app/views/effective/datatables/_bulk_actions_column.html.haml
- app/views/effective/datatables/_bulk_actions_dropdown.html.haml
- app/views/effective/datatables/_chart.html.haml
- app/views/effective/datatables/_datatable.html.haml
- app/views/effective/datatables/_filters.html.haml
- app/views/effective/datatables/_reset.html.haml
- app/views/effective/datatables/_resource_column.html.haml
- app/views/effective/datatables/_spacer_template.html
- app/views/effective/datatables/index.html.haml
- config/effective_datatables.rb
- config/routes.rb
- lib/effective_datatables.rb
- lib/effective_datatables/engine.rb
- lib/effective_datatables/version.rb
- lib/generators/effective_datatables/install_generator.rb
- lib/tasks/effective_datatables_tasks.rake
homepage: https://github.com/code-and-effect/effective_datatables
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5.1
signing_key: 
specification_version: 4
summary: Uniquely powerful server-side searching, sorting and filtering of any ActiveRecord
  or Array collection as well as post-rendered content displayed as a frontend jQuery
  Datatable
test_files: []