--- !ruby/object:Gem::Specification
name: forest_liana
version: !ruby/object:Gem::Version
  version: 2.2.1
platform: ruby
authors:
- Sandro Munda
autorequire: 
bindir: bin
cert_chain: []
date: 2018-01-30 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '4.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '4.0'
- !ruby/object:Gem::Dependency
  name: jsonapi-serializers
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.14.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.14.0
- !ruby/object:Gem::Dependency
  name: jwt
  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: rack-cors
  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: arel-helpers
  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: groupdate
  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: useragent
  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: bcrypt
  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: Forest is a modern admin interface that works on all major web frameworks.
  forest_liana is the gem that makes Forest admin work on any Rails application (Rails
  >= 4.0).
email:
- sandro@munda.me
executables: []
extensions: []
extra_rdoc_files: []
files:
- LICENSE
- README.rdoc
- Rakefile
- app/assets/javascripts/forest_liana/application.js
- app/assets/stylesheets/forest_liana/application.css
- app/assets/stylesheets/scaffold.css
- app/controllers/forest_liana/apimaps_controller.rb
- app/controllers/forest_liana/application_controller.rb
- app/controllers/forest_liana/associations_controller.rb
- app/controllers/forest_liana/devise_controller.rb
- app/controllers/forest_liana/intercom_controller.rb
- app/controllers/forest_liana/resources_controller.rb
- app/controllers/forest_liana/router.rb
- app/controllers/forest_liana/sessions_controller.rb
- app/controllers/forest_liana/stats_controller.rb
- app/controllers/forest_liana/stripe_controller.rb
- app/deserializers/forest_liana/resource_deserializer.rb
- app/helpers/forest_liana/adapter_helper.rb
- app/helpers/forest_liana/application_helper.rb
- app/models/forest_liana/model/action.rb
- app/models/forest_liana/model/collection.rb
- app/models/forest_liana/model/segment.rb
- app/models/forest_liana/model/stat.rb
- app/serializers/forest_liana/action_serializer.rb
- app/serializers/forest_liana/collection_serializer.rb
- app/serializers/forest_liana/intercom_attribute_serializer.rb
- app/serializers/forest_liana/intercom_conversation_serializer.rb
- app/serializers/forest_liana/segment_serializer.rb
- app/serializers/forest_liana/serializer_factory.rb
- app/serializers/forest_liana/session_serializer.rb
- app/serializers/forest_liana/stat_serializer.rb
- app/serializers/forest_liana/stripe_bank_account_serializer.rb
- app/serializers/forest_liana/stripe_card_serializer.rb
- app/serializers/forest_liana/stripe_invoice_serializer.rb
- app/serializers/forest_liana/stripe_payment_serializer.rb
- app/serializers/forest_liana/stripe_subscription_serializer.rb
- app/services/forest_liana/allowed_users_getter.rb
- app/services/forest_liana/base_getter.rb
- app/services/forest_liana/belongs_to_updater.rb
- app/services/forest_liana/controller_factory.rb
- app/services/forest_liana/google_authorized_user_getter.rb
- app/services/forest_liana/has_many_associator.rb
- app/services/forest_liana/has_many_dissociator.rb
- app/services/forest_liana/has_many_getter.rb
- app/services/forest_liana/integration_base_getter.rb
- app/services/forest_liana/intercom_attributes_getter.rb
- app/services/forest_liana/intercom_conversation_getter.rb
- app/services/forest_liana/intercom_conversations_getter.rb
- app/services/forest_liana/line_stat_getter.rb
- app/services/forest_liana/operator_date_interval_parser.rb
- app/services/forest_liana/operator_value_parser.rb
- app/services/forest_liana/pie_stat_getter.rb
- app/services/forest_liana/query_stat_getter.rb
- app/services/forest_liana/resource_creator.rb
- app/services/forest_liana/resource_getter.rb
- app/services/forest_liana/resource_updater.rb
- app/services/forest_liana/resources_getter.rb
- app/services/forest_liana/schema_adapter.rb
- app/services/forest_liana/schema_utils.rb
- app/services/forest_liana/search_query_builder.rb
- app/services/forest_liana/stat_getter.rb
- app/services/forest_liana/stripe_base_getter.rb
- app/services/forest_liana/stripe_invoice_getter.rb
- app/services/forest_liana/stripe_invoices_getter.rb
- app/services/forest_liana/stripe_payment_getter.rb
- app/services/forest_liana/stripe_payment_refunder.rb
- app/services/forest_liana/stripe_payments_getter.rb
- app/services/forest_liana/stripe_source_getter.rb
- app/services/forest_liana/stripe_sources_getter.rb
- app/services/forest_liana/stripe_subscription_getter.rb
- app/services/forest_liana/stripe_subscriptions_getter.rb
- app/services/forest_liana/users_getter.rb
- app/services/forest_liana/value_stat_getter.rb
- app/views/layouts/forest_liana/application.html.erb
- config/initializers/arel-helpers.rb
- config/initializers/errors.rb
- config/initializers/logger.rb
- config/initializers/time_formats.rb
- config/routes.rb
- lib/forest_liana.rb
- lib/forest_liana/base64_string_io.rb
- lib/forest_liana/bootstraper.rb
- lib/forest_liana/collection.rb
- lib/forest_liana/engine.rb
- lib/forest_liana/version.rb
- lib/generators/forest_liana/install_generator.rb
- test/dummy/README.rdoc
- test/dummy/Rakefile
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/models/belongs_to_class_name_field.rb
- test/dummy/app/models/belongs_to_field.rb
- test/dummy/app/models/boolean_field.rb
- test/dummy/app/models/date_field.rb
- test/dummy/app/models/decimal_field.rb
- test/dummy/app/models/float_field.rb
- test/dummy/app/models/has_and_belongs_to_many_field.rb
- test/dummy/app/models/has_many_class_name_field.rb
- test/dummy/app/models/has_many_field.rb
- test/dummy/app/models/has_many_through_field.rb
- test/dummy/app/models/has_one_field.rb
- test/dummy/app/models/integer_field.rb
- test/dummy/app/models/owner.rb
- test/dummy/app/models/polymorphic_field.rb
- test/dummy/app/models/serialize_field.rb
- test/dummy/app/models/string_field.rb
- test/dummy/app/models/tree.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/config.ru
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config/secrets.yml
- test/dummy/db/migrate/20150608130516_create_date_field.rb
- test/dummy/db/migrate/20150608131430_create_integer_field.rb
- test/dummy/db/migrate/20150608131603_create_decimal_field.rb
- test/dummy/db/migrate/20150608131610_create_float_field.rb
- test/dummy/db/migrate/20150608132159_create_boolean_field.rb
- test/dummy/db/migrate/20150608132621_create_string_field.rb
- test/dummy/db/migrate/20150608133038_create_belongs_to_field.rb
- test/dummy/db/migrate/20150608133044_create_has_one_field.rb
- test/dummy/db/migrate/20150608150016_create_has_many_field.rb
- test/dummy/db/migrate/20150609114636_create_belongs_to_class_name_field.rb
- test/dummy/db/migrate/20150612112520_create_has_and_belongs_to_many_field.rb
- test/dummy/db/migrate/20150616150629_create_polymorphic_field.rb
- test/dummy/db/migrate/20150623115554_create_has_many_class_name_field.rb
- test/dummy/db/migrate/20150814081918_create_has_many_through_field.rb
- test/dummy/db/migrate/20160627172810_create_owner.rb
- test/dummy/db/migrate/20160627172951_create_tree.rb
- test/dummy/db/migrate/20160628173505_add_timestamps.rb
- test/dummy/db/migrate/20170614141921_create_serialize_field.rb
- test/dummy/db/schema.rb
- test/dummy/db/test.sqlite3
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/fixtures/belongs_to_field.yml
- test/fixtures/has_many_field.yml
- test/fixtures/has_many_through_field.yml
- test/fixtures/has_one_field.yml
- test/fixtures/owner.yml
- test/fixtures/serialize_field.yml
- test/fixtures/string_field.yml
- test/fixtures/tree.yml
- test/forest_liana_test.rb
- test/integration/navigation_test.rb
- test/routing/route_test.rb
- test/services/forest_liana/has_many_getter_test.rb
- test/services/forest_liana/pie_stat_getter_test.rb
- test/services/forest_liana/resource_updater_test.rb
- test/services/forest_liana/resources_getter_test.rb
- test/services/forest_liana/schema_adapter_test.rb
- test/services/forest_liana/value_stat_getter_test.rb
- test/test_helper.rb
homepage: 
licenses:
- GPL v3
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.6.14
signing_key: 
specification_version: 4
summary: Official Rails Liana for Forest
test_files:
- test/dummy/app/models/has_many_class_name_field.rb
- test/dummy/app/models/has_many_through_field.rb
- test/dummy/app/models/has_many_field.rb
- test/dummy/app/models/date_field.rb
- test/dummy/app/models/has_and_belongs_to_many_field.rb
- test/dummy/app/models/serialize_field.rb
- test/dummy/app/models/float_field.rb
- test/dummy/app/models/integer_field.rb
- test/dummy/app/models/boolean_field.rb
- test/dummy/app/models/belongs_to_field.rb
- test/dummy/app/models/owner.rb
- test/dummy/app/models/belongs_to_class_name_field.rb
- test/dummy/app/models/decimal_field.rb
- test/dummy/app/models/has_one_field.rb
- test/dummy/app/models/string_field.rb
- test/dummy/app/models/polymorphic_field.rb
- test/dummy/app/models/tree.rb
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/helpers/application_helper.rb
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/config/secrets.yml
- test/dummy/config/routes.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/environment.rb
- test/dummy/config/application.rb
- test/dummy/config/database.yml
- test/dummy/config/boot.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config.ru
- test/dummy/Rakefile
- test/dummy/public/favicon.ico
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/404.html
- test/dummy/db/schema.rb
- test/dummy/db/test.sqlite3
- test/dummy/db/migrate/20150608133038_create_belongs_to_field.rb
- test/dummy/db/migrate/20150608130516_create_date_field.rb
- test/dummy/db/migrate/20160627172951_create_tree.rb
- test/dummy/db/migrate/20150608132621_create_string_field.rb
- test/dummy/db/migrate/20160627172810_create_owner.rb
- test/dummy/db/migrate/20150612112520_create_has_and_belongs_to_many_field.rb
- test/dummy/db/migrate/20150608132159_create_boolean_field.rb
- test/dummy/db/migrate/20160628173505_add_timestamps.rb
- test/dummy/db/migrate/20150608133044_create_has_one_field.rb
- test/dummy/db/migrate/20150814081918_create_has_many_through_field.rb
- test/dummy/db/migrate/20150609114636_create_belongs_to_class_name_field.rb
- test/dummy/db/migrate/20150608150016_create_has_many_field.rb
- test/dummy/db/migrate/20150608131430_create_integer_field.rb
- test/dummy/db/migrate/20170614141921_create_serialize_field.rb
- test/dummy/db/migrate/20150608131610_create_float_field.rb
- test/dummy/db/migrate/20150608131603_create_decimal_field.rb
- test/dummy/db/migrate/20150623115554_create_has_many_class_name_field.rb
- test/dummy/db/migrate/20150616150629_create_polymorphic_field.rb
- test/dummy/log/test.log
- test/dummy/README.rdoc
- test/integration/navigation_test.rb
- test/forest_liana_test.rb
- test/fixtures/has_many_through_field.yml
- test/fixtures/string_field.yml
- test/fixtures/belongs_to_field.yml
- test/fixtures/tree.yml
- test/fixtures/has_one_field.yml
- test/fixtures/owner.yml
- test/fixtures/has_many_field.yml
- test/fixtures/serialize_field.yml
- test/test_helper.rb
- test/routing/route_test.rb
- test/services/forest_liana/schema_adapter_test.rb
- test/services/forest_liana/resource_updater_test.rb
- test/services/forest_liana/value_stat_getter_test.rb
- test/services/forest_liana/has_many_getter_test.rb
- test/services/forest_liana/pie_stat_getter_test.rb
- test/services/forest_liana/resources_getter_test.rb