--- !ruby/object:Gem::Specification name: kono_utils_bootstrap_view4 version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Marino Bonetti autorequire: bindir: bin cert_chain: [] date: 2021-02-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' - - "<" - !ruby/object:Gem::Version version: '7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' - - "<" - !ruby/object:Gem::Version version: '7' - !ruby/object:Gem::Dependency name: kono_utils requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - - ">=" - !ruby/object:Gem::Version version: 1.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - - ">=" - !ruby/object:Gem::Version version: 1.1.3 - !ruby/object:Gem::Dependency name: kaminari requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: simple_form requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' - !ruby/object:Gem::Dependency name: data-confirm-modal 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: trailblazer-cells requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.0.3 - !ruby/object:Gem::Dependency name: cells-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.1.3 - !ruby/object:Gem::Dependency name: cells-erb requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.1.0 - !ruby/object:Gem::Dependency name: kaminari-cells 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: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Extrapolation of the old view in an external gem email: - marinobonetti@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/kono_utils_bootstrap_view4_manifest.js - app/assets/javascripts/kono_utils_bootstrap_view4/application.js.erb - app/assets/javascripts/kono_utils_bootstrap_view4/kono_utils_bootstrap_view4.js - app/assets/stylesheets/kono_utils_bootstrap_view4/application.css.scss.erb - app/concepts/kono_utils/object/cell/base.rb - app/concepts/kono_utils/object/cell/buttons/base.rb - app/concepts/kono_utils/object/cell/buttons/collapse_search.rb - app/concepts/kono_utils/object/cell/buttons/create.rb - app/concepts/kono_utils/object/cell/buttons/delete.rb - app/concepts/kono_utils/object/cell/buttons/download.rb - app/concepts/kono_utils/object/cell/buttons/edit.rb - app/concepts/kono_utils/object/cell/buttons/list.rb - app/concepts/kono_utils/object/cell/buttons/reset_search.rb - app/concepts/kono_utils/object/cell/create/base.rb - app/concepts/kono_utils/object/cell/create/page_title.rb - app/concepts/kono_utils/object/cell/create/side_title.rb - app/concepts/kono_utils/object/cell/edits/base.rb - app/concepts/kono_utils/object/cell/edits/page_title.rb - app/concepts/kono_utils/object/cell/edits/side_title.rb - app/concepts/kono_utils/object/cell/form.rb - app/concepts/kono_utils/object/cell/forms/base.rb - app/concepts/kono_utils/object/cell/forms/container.rb - app/concepts/kono_utils/object/cell/forms/containers/layout.rb - app/concepts/kono_utils/object/cell/forms/containers/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/containers/search_layout.rb - app/concepts/kono_utils/object/cell/forms/containers/table_layout.rb - app/concepts/kono_utils/object/cell/forms/field_selector.rb - app/concepts/kono_utils/object/cell/forms/field_selectors/layout.rb - app/concepts/kono_utils/object/cell/forms/field_selectors/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/field_selectors/table_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/association.rb - app/concepts/kono_utils/object/cell/forms/fields/base.rb - app/concepts/kono_utils/object/cell/forms/fields/bases/layout.rb - app/concepts/kono_utils/object/cell/forms/fields/bases/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/bases/table_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/check_box.rb - app/concepts/kono_utils/object/cell/forms/fields/collection.rb - app/concepts/kono_utils/object/cell/forms/fields/date_field.rb - app/concepts/kono_utils/object/cell/forms/fields/date_time_field.rb - app/concepts/kono_utils/object/cell/forms/fields/enum.rb - app/concepts/kono_utils/object/cell/forms/fields/file_field.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrapper.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/forms_container.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/show.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrapper.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/form.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/table_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_container.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/header.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_button.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb - app/concepts/kono_utils/object/cell/forms/fields/read_only.rb - app/concepts/kono_utils/object/cell/forms/fields/time_field.rb - app/concepts/kono_utils/object/cell/forms/layout.rb - app/concepts/kono_utils/object/cell/forms/submit.rb - app/concepts/kono_utils/object/cell/index/base.rb - app/concepts/kono_utils/object/cell/index/page_title.rb - app/concepts/kono_utils/object/cell/index/row.rb - app/concepts/kono_utils/object/cell/index/row_buttons.rb - app/concepts/kono_utils/object/cell/index/row_footer.rb - app/concepts/kono_utils/object/cell/index/row_header.rb - app/concepts/kono_utils/object/cell/index/side_title.rb - app/concepts/kono_utils/object/cell/index/table.rb - app/concepts/kono_utils/object/cell/inject.rb - app/concepts/kono_utils/object/cell/modals/base.rb - app/concepts/kono_utils/object/cell/modals/bodies/layout.rb - app/concepts/kono_utils/object/cell/modals/body.rb - app/concepts/kono_utils/object/cell/modals/container.rb - app/concepts/kono_utils/object/cell/modals/containers/layout.rb - app/concepts/kono_utils/object/cell/modals/footer.rb - app/concepts/kono_utils/object/cell/modals/footers/layout.rb - app/concepts/kono_utils/object/cell/modals/header.rb - app/concepts/kono_utils/object/cell/modals/headers/layout.rb - app/concepts/kono_utils/object/cell/search.rb - app/concepts/kono_utils/object/cell/searches/form.rb - app/concepts/kono_utils/object/cell/show.rb - app/concepts/kono_utils/object/cell/shows/base.rb - app/concepts/kono_utils/object/cell/shows/page_title.rb - app/concepts/kono_utils/object/cell/shows/side_title.rb - app/concepts/kono_utils/object/view/create/side_title.erb - app/concepts/kono_utils/object/view/edits/side_title.erb - app/concepts/kono_utils/object/view/form.erb - app/concepts/kono_utils/object/view/forms/container.erb - app/concepts/kono_utils/object/view/forms/containers/layout.erb - app/concepts/kono_utils/object/view/forms/containers/modal_layout.erb - app/concepts/kono_utils/object/view/forms/containers/search_layout.erb - app/concepts/kono_utils/object/view/forms/containers/table_layout.erb - app/concepts/kono_utils/object/view/forms/field_selector.erb - app/concepts/kono_utils/object/view/forms/field_selectors/layout.erb - app/concepts/kono_utils/object/view/forms/field_selectors/modal_layout.erb - app/concepts/kono_utils/object/view/forms/field_selectors/table_layout.erb - app/concepts/kono_utils/object/view/forms/fields/association.erb - app/concepts/kono_utils/object/view/forms/fields/base.erb - app/concepts/kono_utils/object/view/forms/fields/bases/layout.erb - app/concepts/kono_utils/object/view/forms/fields/bases/layout.scss - app/concepts/kono_utils/object/view/forms/fields/bases/modal_layout.erb - app/concepts/kono_utils/object/view/forms/fields/bases/table_layout.erb - app/concepts/kono_utils/object/view/forms/fields/check_box.erb - app/concepts/kono_utils/object/view/forms/fields/collection.erb - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrapper.erb - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/forms_container.erb - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/show.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrapper.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/form.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/modal_layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/table_layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_container.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/header.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_button.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb - app/concepts/kono_utils/object/view/forms/layout.erb - app/concepts/kono_utils/object/view/index/row.erb - app/concepts/kono_utils/object/view/index/row_buttons.erb - app/concepts/kono_utils/object/view/index/row_footer.erb - app/concepts/kono_utils/object/view/index/row_header.erb - app/concepts/kono_utils/object/view/index/side_title.erb - app/concepts/kono_utils/object/view/index/table.erb - app/concepts/kono_utils/object/view/inject.erb - app/concepts/kono_utils/object/view/modals/bodies/layout.erb - app/concepts/kono_utils/object/view/modals/body.erb - app/concepts/kono_utils/object/view/modals/container.erb - app/concepts/kono_utils/object/view/modals/containers/layout.erb - app/concepts/kono_utils/object/view/modals/footer.erb - app/concepts/kono_utils/object/view/modals/footers/layout.erb - app/concepts/kono_utils/object/view/modals/header.erb - app/concepts/kono_utils/object/view/modals/headers/layout.erb - app/concepts/kono_utils/object/view/search.erb - app/concepts/kono_utils/object/view/searches/form.erb - app/concepts/kono_utils/object/view/show.erb - app/concepts/kono_utils/object/view/shows/side_title.erb - app/inputs/file_input_download_input.rb - app/inputs/tempus_dominus_input.rb - app/views/kaminari/_first_page.html.erb - app/views/kaminari/_gap.html.erb - app/views/kaminari/_last_page.html.erb - app/views/kaminari/_next_page.html.erb - app/views/kaminari/_page.html.erb - app/views/kaminari/_paginator.html.erb - app/views/kaminari/_prev_page.html.erb - app/views/kono_utils/base_editing/edit.html.erb - app/views/kono_utils/base_editing/edit.inject.erb - app/views/kono_utils/base_editing/index.html.erb - app/views/kono_utils/base_editing/new.html.erb - app/views/kono_utils/base_editing/new.inject.erb - app/views/kono_utils/base_editing/show.html.erb - app/views/kono_utils/base_editing/success_create_show.inject.erb - app/views/kono_utils/base_editing/success_update_show.inject.erb - config/initializers/kaminari_config.rb - config/initializers/simple_form.rb - config/initializers/simple_form_bootstrap.rb - config/locales/kono_utils_bootstrap4.en.yml - config/locales/kono_utils_bootstrap4.it.yml - config/locales/simple_form.en.yml - config/routes.rb - lib/generators/kono_utils_bootstrap_view4/concept/concept_generator.rb - lib/generators/kono_utils_bootstrap_view4/concept/templates/form.template - lib/generators/kono_utils_bootstrap_view4/concept/templates/forms/field_selector.template - lib/generators/kono_utils_bootstrap_view4/install/install_generator.rb - lib/generators/kono_utils_bootstrap_view4/install/templates/kono_utils_bootstrap_view4.js.erb.template - lib/generators/kono_utils_bootstrap_view4/install/templates/kono_utils_bootstrap_view4.template - lib/kono_utils_bootstrap_view4.rb - lib/kono_utils_bootstrap_view4/application_icon_helper.rb - lib/kono_utils_bootstrap_view4/base_class_concept_ns.rb - lib/kono_utils_bootstrap_view4/base_search.rb - lib/kono_utils_bootstrap_view4/configuration.rb - lib/kono_utils_bootstrap_view4/editable_field.rb - lib/kono_utils_bootstrap_view4/engine.rb - lib/kono_utils_bootstrap_view4/paginate_proxer.rb - lib/kono_utils_bootstrap_view4/search_form_builder.rb - lib/kono_utils_bootstrap_view4/version.rb - lib/tasks/kono_utils_bootstrap_view4_tasks.rake - lib/templates/erb/scaffold/_form.html.erb homepage: https://github.com/ArchimediaZerogroup/KonoUtilsBootstrap4 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: [] rubygems_version: 3.0.8 signing_key: specification_version: 4 summary: Extrapolation of the old view in an external gem test_files: []