# -*- encoding: utf-8 -*- # stub: base_editing_bootstrap 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "base_editing_bootstrap".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/oniram88/BaseEditingBootstrap/CHANGELOG", "homepage_uri" => "https://github.com/oniram88/BaseEditingBootstrap", "source_code_uri" => "https://github.com/oniram88/BaseEditingBootstrap" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Marino Bonetti".freeze] s.date = "2024-04-21" s.description = "Raccolta di utility per semplificare costruzione cms in rails".freeze s.email = ["marinobonetti@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Dockerfile".freeze, "LICENSE.txt".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/base_editing_bootstrap_manifest.js".freeze, "app/assets/images/base_editing_bootstrap/.keep".freeze, "app/assets/stylesheets/base_editing_bootstrap/.keep".freeze, "app/controllers/.keep".freeze, "app/controllers/base_editing_controller.rb".freeze, "app/controllers/concerns/.keep".freeze, "app/controllers/restricted_area_controller.rb".freeze, "app/helpers/.keep".freeze, "app/helpers/base_editing_helper.rb".freeze, "app/helpers/utilities/enum_helper.rb".freeze, "app/helpers/utilities/form_helper.rb".freeze, "app/helpers/utilities/modal_helper.rb".freeze, "app/helpers/utilities/page_helper.rb".freeze, "app/helpers/utilities/search_helper.rb".freeze, "app/helpers/utilities/template_helper.rb".freeze, "app/jobs/.keep".freeze, "app/mailers/.keep".freeze, "app/models/.keep".freeze, "app/models/concerns/.keep".freeze, "app/policies/base_model_policy.rb".freeze, "app/views/.keep".freeze, "app/views/base_editing/_edit_page_title_header.html.erb".freeze, "app/views/base_editing/_editing_form_measure_unit.html.erb".freeze, "app/views/base_editing/_form.html.erb".freeze, "app/views/base_editing/_form_field.html.erb".freeze, "app/views/base_editing/_form_field_header.html.erb".freeze, "app/views/base_editing/_form_footer.html.erb".freeze, "app/views/base_editing/_index_body.html.erb".freeze, "app/views/base_editing/_index_main_buttons.html.erb".freeze, "app/views/base_editing/_index_title_header.html.erb".freeze, "app/views/base_editing/_navbar.html.erb".freeze, "app/views/base_editing/_new_page_title_header.html.erb".freeze, "app/views/base_editing/_search.html.erb".freeze, "app/views/base_editing/_search_field.erb".freeze, "app/views/base_editing/_search_footer.html.erb".freeze, "app/views/base_editing/_search_result.html.erb".freeze, "app/views/base_editing/_search_result_row.html.erb".freeze, "app/views/base_editing/_tabs.html.erb".freeze, "app/views/base_editing/cell_field/_base.html.erb".freeze, "app/views/base_editing/cell_field/_timestamps.html.erb".freeze, "app/views/base_editing/edit.html.erb".freeze, "app/views/base_editing/form_field/_base.html.erb".freeze, "app/views/base_editing/form_field/_date.html.erb".freeze, "app/views/base_editing/form_field/_datetime.html.erb".freeze, "app/views/base_editing/form_field/_decimal.html.erb".freeze, "app/views/base_editing/form_field/_integer.html.erb".freeze, "app/views/base_editing/index.html.erb".freeze, "app/views/base_editing/new.html.erb".freeze, "app/views/base_editing/show.html.erb".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, "base_editing_bootstrap.gemspec".freeze, "cog.toml".freeze, "config/initializers/base_field_error_proc.rb".freeze, "config/locales/it.yml".freeze, "config/routes.rb".freeze, "docker-compose.yml".freeze, "lib/base_editing_bootstrap.rb".freeze, "lib/base_editing_bootstrap/base_model.rb".freeze, "lib/base_editing_bootstrap/engine.rb".freeze, "lib/base_editing_bootstrap/forms/base.rb".freeze, "lib/base_editing_bootstrap/is_validated.rb".freeze, "lib/base_editing_bootstrap/searches/base.rb".freeze, "lib/base_editing_bootstrap/searches/field.rb".freeze, "lib/base_editing_bootstrap/version.rb".freeze, "lib/tasks/base_editing_bootstrap_tasks.rake".freeze, "spec/support/external_shared/base_editing_controller_helpers.rb".freeze, "spec/support/external_shared/base_model.rb".freeze, "spec/support/external_shared/factory_bot.rb".freeze, "spec/support/external_shared/pundit.rb".freeze] s.homepage = "https://github.com/oniram88/BaseEditingBootstrap".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "BaseEditing: funzionalit\u00E0 di base per cms rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end