--- !ruby/object:Gem::Specification name: forest_liana version: !ruby/object:Gem::Version version: 1.3.4 platform: ruby authors: - Sandro Munda autorequire: bindir: bin cert_chain: [] date: 2016-05-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: jsonapi-serializers 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: 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: Instant and Customizable Admin Interface. This Gem is the official Forest admin Liana for Rails. 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/intercom_controller.rb - app/controllers/forest_liana/resources_controller.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/application_helper.rb - app/models/forest_liana/model/action.rb - app/models/forest_liana/model/collection.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/serializer_factory.rb - app/serializers/forest_liana/session_serializer.rb - app/serializers/forest_liana/stat_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/services/forest_liana/activity_logger.rb - app/services/forest_liana/allowed_users_getter.rb - app/services/forest_liana/has_many_getter.rb - app/services/forest_liana/intercom_attributes_getter.rb - app/services/forest_liana/intercom_conversations_getter.rb - app/services/forest_liana/line_stat_getter.rb - app/services/forest_liana/operator_value_parser.rb - app/services/forest_liana/pie_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/stripe_cards_getter.rb - app/services/forest_liana/stripe_invoices_getter.rb - app/services/forest_liana/stripe_payment_refunder.rb - app/services/forest_liana/stripe_payments_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/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 - lib/tasks/forest_tasks.rake - 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/polymorphic_field.rb - test/dummy/app/models/string_field.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/development.sqlite3 - 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/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - 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/string_field.yml - test/forest_liana_test.rb - test/integration/navigation_test.rb - test/services/forest_liana/resources_getter_test.rb - test/services/forest_liana/schema_adapter_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.5.1 signing_key: specification_version: 4 summary: Instant and Customizable Admin Interface. test_files: - 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/polymorphic_field.rb - test/dummy/app/models/string_field.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/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/config.ru - test/dummy/db/development.sqlite3 - 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/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - 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/dummy/Rakefile - test/dummy/README.rdoc - 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/string_field.yml - test/forest_liana_test.rb - test/integration/navigation_test.rb - test/services/forest_liana/resources_getter_test.rb - test/services/forest_liana/schema_adapter_test.rb - test/test_helper.rb