# -*- encoding: utf-8 -*- # stub: kono_utils_bootstrap_view4 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "kono_utils_bootstrap_view4".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marino Bonetti".freeze] s.date = "2021-02-10" s.description = "Extrapolation of the old view in an external gem".freeze s.email = ["marinobonetti@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/kono_utils_bootstrap_view4_manifest.js".freeze, "app/assets/javascripts/kono_utils_bootstrap_view4/application.js.erb".freeze, "app/assets/javascripts/kono_utils_bootstrap_view4/kono_utils_bootstrap_view4.js".freeze, "app/assets/stylesheets/kono_utils_bootstrap_view4/application.css.scss.erb".freeze, "app/concepts/kono_utils/object/cell/base.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/base.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/collapse_search.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/create.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/delete.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/download.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/edit.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/list.rb".freeze, "app/concepts/kono_utils/object/cell/buttons/reset_search.rb".freeze, "app/concepts/kono_utils/object/cell/create/base.rb".freeze, "app/concepts/kono_utils/object/cell/create/page_title.rb".freeze, "app/concepts/kono_utils/object/cell/create/side_title.rb".freeze, "app/concepts/kono_utils/object/cell/edits/base.rb".freeze, "app/concepts/kono_utils/object/cell/edits/page_title.rb".freeze, "app/concepts/kono_utils/object/cell/edits/side_title.rb".freeze, "app/concepts/kono_utils/object/cell/form.rb".freeze, "app/concepts/kono_utils/object/cell/forms/base.rb".freeze, "app/concepts/kono_utils/object/cell/forms/container.rb".freeze, "app/concepts/kono_utils/object/cell/forms/containers/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/containers/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/containers/search_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/containers/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/field_selector.rb".freeze, "app/concepts/kono_utils/object/cell/forms/field_selectors/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/field_selectors/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/field_selectors/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/association.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/base.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/bases/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/bases/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/bases/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/check_box.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/collection.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/date_field.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/date_time_field.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/enum.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/file_field.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrapper.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/forms_container.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/show.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrapper.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/form.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_container.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/header.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_button.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/read_only.rb".freeze, "app/concepts/kono_utils/object/cell/forms/fields/time_field.rb".freeze, "app/concepts/kono_utils/object/cell/forms/layout.rb".freeze, "app/concepts/kono_utils/object/cell/forms/submit.rb".freeze, "app/concepts/kono_utils/object/cell/index/base.rb".freeze, "app/concepts/kono_utils/object/cell/index/page_title.rb".freeze, "app/concepts/kono_utils/object/cell/index/row.rb".freeze, "app/concepts/kono_utils/object/cell/index/row_buttons.rb".freeze, "app/concepts/kono_utils/object/cell/index/row_footer.rb".freeze, "app/concepts/kono_utils/object/cell/index/row_header.rb".freeze, "app/concepts/kono_utils/object/cell/index/side_title.rb".freeze, "app/concepts/kono_utils/object/cell/index/table.rb".freeze, "app/concepts/kono_utils/object/cell/inject.rb".freeze, "app/concepts/kono_utils/object/cell/modals/base.rb".freeze, "app/concepts/kono_utils/object/cell/modals/bodies/layout.rb".freeze, "app/concepts/kono_utils/object/cell/modals/body.rb".freeze, "app/concepts/kono_utils/object/cell/modals/container.rb".freeze, "app/concepts/kono_utils/object/cell/modals/containers/layout.rb".freeze, "app/concepts/kono_utils/object/cell/modals/footer.rb".freeze, "app/concepts/kono_utils/object/cell/modals/footers/layout.rb".freeze, "app/concepts/kono_utils/object/cell/modals/header.rb".freeze, "app/concepts/kono_utils/object/cell/modals/headers/layout.rb".freeze, "app/concepts/kono_utils/object/cell/search.rb".freeze, "app/concepts/kono_utils/object/cell/searches/form.rb".freeze, "app/concepts/kono_utils/object/cell/show.rb".freeze, "app/concepts/kono_utils/object/cell/shows/base.rb".freeze, "app/concepts/kono_utils/object/cell/shows/page_title.rb".freeze, "app/concepts/kono_utils/object/cell/shows/side_title.rb".freeze, "app/concepts/kono_utils/object/view/create/side_title.erb".freeze, "app/concepts/kono_utils/object/view/edits/side_title.erb".freeze, "app/concepts/kono_utils/object/view/form.erb".freeze, "app/concepts/kono_utils/object/view/forms/container.erb".freeze, "app/concepts/kono_utils/object/view/forms/containers/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/containers/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/containers/search_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/containers/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/field_selector.erb".freeze, "app/concepts/kono_utils/object/view/forms/field_selectors/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/field_selectors/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/field_selectors/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/association.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/base.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/bases/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/bases/layout.scss".freeze, "app/concepts/kono_utils/object/view/forms/fields/bases/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/bases/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/check_box.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/collection.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrapper.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/forms_container.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/show.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrapper.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/form.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_container.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/header.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_button.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb".freeze, "app/concepts/kono_utils/object/view/forms/layout.erb".freeze, "app/concepts/kono_utils/object/view/index/row.erb".freeze, "app/concepts/kono_utils/object/view/index/row_buttons.erb".freeze, "app/concepts/kono_utils/object/view/index/row_footer.erb".freeze, "app/concepts/kono_utils/object/view/index/row_header.erb".freeze, "app/concepts/kono_utils/object/view/index/side_title.erb".freeze, "app/concepts/kono_utils/object/view/index/table.erb".freeze, "app/concepts/kono_utils/object/view/inject.erb".freeze, "app/concepts/kono_utils/object/view/modals/bodies/layout.erb".freeze, "app/concepts/kono_utils/object/view/modals/body.erb".freeze, "app/concepts/kono_utils/object/view/modals/container.erb".freeze, "app/concepts/kono_utils/object/view/modals/containers/layout.erb".freeze, "app/concepts/kono_utils/object/view/modals/footer.erb".freeze, "app/concepts/kono_utils/object/view/modals/footers/layout.erb".freeze, "app/concepts/kono_utils/object/view/modals/header.erb".freeze, "app/concepts/kono_utils/object/view/modals/headers/layout.erb".freeze, "app/concepts/kono_utils/object/view/search.erb".freeze, "app/concepts/kono_utils/object/view/searches/form.erb".freeze, "app/concepts/kono_utils/object/view/show.erb".freeze, "app/concepts/kono_utils/object/view/shows/side_title.erb".freeze, "app/inputs/file_input_download_input.rb".freeze, "app/inputs/tempus_dominus_input.rb".freeze, "app/views/kaminari/_first_page.html.erb".freeze, "app/views/kaminari/_gap.html.erb".freeze, "app/views/kaminari/_last_page.html.erb".freeze, "app/views/kaminari/_next_page.html.erb".freeze, "app/views/kaminari/_page.html.erb".freeze, "app/views/kaminari/_paginator.html.erb".freeze, "app/views/kaminari/_prev_page.html.erb".freeze, "app/views/kono_utils/base_editing/edit.html.erb".freeze, "app/views/kono_utils/base_editing/edit.inject.erb".freeze, "app/views/kono_utils/base_editing/index.html.erb".freeze, "app/views/kono_utils/base_editing/new.html.erb".freeze, "app/views/kono_utils/base_editing/new.inject.erb".freeze, "app/views/kono_utils/base_editing/show.html.erb".freeze, "app/views/kono_utils/base_editing/success_create_show.inject.erb".freeze, "app/views/kono_utils/base_editing/success_update_show.inject.erb".freeze, "config/initializers/kaminari_config.rb".freeze, "config/initializers/simple_form.rb".freeze, "config/initializers/simple_form_bootstrap.rb".freeze, "config/locales/kono_utils_bootstrap4.en.yml".freeze, "config/locales/kono_utils_bootstrap4.it.yml".freeze, "config/locales/simple_form.en.yml".freeze, "config/routes.rb".freeze, "lib/generators/kono_utils_bootstrap_view4/concept/concept_generator.rb".freeze, "lib/generators/kono_utils_bootstrap_view4/concept/templates/form.template".freeze, "lib/generators/kono_utils_bootstrap_view4/concept/templates/forms/field_selector.template".freeze, "lib/generators/kono_utils_bootstrap_view4/install/install_generator.rb".freeze, "lib/generators/kono_utils_bootstrap_view4/install/templates/kono_utils_bootstrap_view4.js.erb.template".freeze, "lib/generators/kono_utils_bootstrap_view4/install/templates/kono_utils_bootstrap_view4.template".freeze, "lib/kono_utils_bootstrap_view4.rb".freeze, "lib/kono_utils_bootstrap_view4/application_icon_helper.rb".freeze, "lib/kono_utils_bootstrap_view4/base_class_concept_ns.rb".freeze, "lib/kono_utils_bootstrap_view4/base_search.rb".freeze, "lib/kono_utils_bootstrap_view4/configuration.rb".freeze, "lib/kono_utils_bootstrap_view4/editable_field.rb".freeze, "lib/kono_utils_bootstrap_view4/engine.rb".freeze, "lib/kono_utils_bootstrap_view4/paginate_proxer.rb".freeze, "lib/kono_utils_bootstrap_view4/search_form_builder.rb".freeze, "lib/kono_utils_bootstrap_view4/version.rb".freeze, "lib/tasks/kono_utils_bootstrap_view4_tasks.rake".freeze, "lib/templates/erb/scaffold/_form.html.erb".freeze] s.homepage = "https://github.com/ArchimediaZerogroup/KonoUtilsBootstrap4".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Extrapolation of the old view in an external gem".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze, "< 7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end