--- !ruby/object:Gem::Specification name: shadcn-ui version: !ruby/object:Gem::Version version: 0.0.12 platform: ruby authors: - Avi Flombaum autorequire: bindir: bin cert_chain: [] date: 2023-09-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: tailwind_merge requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.7' description: This gem is a documentation site and gem that will copy components from the shadcn-ui library into a Ruby on Rails application. email: - git@avi.nyc executables: [] extensions: [] extra_rdoc_files: [] files: - ".editorconfig" - ".prettierignore" - ".prettierrc.json" - ".rspec" - ".ruby-version" - ".vscode/settings.json" - CHANGELOG.md - CODE_OF_CONDUCT.md - LICENSE.md - Procfile.dev - README.md - Rakefile - app/assets/builds/.keep - app/assets/config/manifest.js - app/assets/images/.keep - app/assets/stylesheets/application.css - app/assets/stylesheets/application.tailwind.css - app/assets/stylesheets/lambda.light.css - app/assets/stylesheets/shadcn.css - app/channels/application_cable/channel.rb - app/channels/application_cable/connection.rb - app/components/shadcn/form_builder.rb - app/components/shadcn/select_component.rb - app/controllers/application_controller.rb - app/controllers/components_controller.rb - app/controllers/concerns/.keep - app/controllers/documentation_controller.rb - app/controllers/users_controller.rb - app/helpers/application_helper.rb - app/helpers/components/accordion_helper.rb - app/helpers/components/alert_dialog_helper.rb - app/helpers/components/alert_helper.rb - app/helpers/components/badge_helper.rb - app/helpers/components/button_helper.rb - app/helpers/components/card_helper.rb - app/helpers/components/checkbox_helper.rb - app/helpers/components/collapsible_helper.rb - app/helpers/components/combobox_helper.rb - app/helpers/components/dialog_helper.rb - app/helpers/components/dropdown_menu_helper.rb - app/helpers/components/dropzone_helper.rb - app/helpers/components/filter_helper.rb - app/helpers/components/forms_helper.rb - app/helpers/components/hover_card_helper.rb - app/helpers/components/input_helper.rb - app/helpers/components/label_helper.rb - app/helpers/components/list_helper.rb - app/helpers/components/popover_helper.rb - app/helpers/components/progress_helper.rb - app/helpers/components/select_helper.rb - app/helpers/components/separator_helper.rb - app/helpers/components/sheet_helper.rb - app/helpers/components/skeleton_helper.rb - app/helpers/components/slider_helper.rb - app/helpers/components/switch_helper.rb - app/helpers/components/table_helper.rb - app/helpers/components/tabs_helper.rb - app/helpers/components/textarea_helper.rb - app/helpers/components/toast_helper.rb - app/helpers/components/toggle_helper.rb - app/helpers/components/tooltip_helper.rb - app/helpers/components_helper.rb - app/helpers/documentation_helper.rb - app/helpers/examples_helper.rb - app/javascript/application.js - app/javascript/controllers/application.js - app/javascript/controllers/hello_controller.js - app/javascript/controllers/highlight_controller.js - app/javascript/controllers/index.js - app/javascript/controllers/theme_controller.js - app/javascript/controllers/ui/accordion_controller.js - app/javascript/controllers/ui/checkbox_controller.js - app/javascript/controllers/ui/collapsible_controller.js - app/javascript/controllers/ui/dialog_controller.js - app/javascript/controllers/ui/dropdown_controller.js - app/javascript/controllers/ui/dropzone_controller.js - app/javascript/controllers/ui/filter_controller.js - app/javascript/controllers/ui/hover-card_controller.js - app/javascript/controllers/ui/popover_controller.js - app/javascript/controllers/ui/sheet_controller.js - app/javascript/controllers/ui/slider_controller.js - app/javascript/controllers/ui/switch_controller.js - app/javascript/controllers/ui/tabs_controller.js - app/javascript/controllers/ui/toast_controller.js - app/javascript/controllers/ui/toggle_controller.js - app/javascript/controllers/ui/tooltip_controller.js - app/javascript/controllers/ui/transition_controller.js - app/jobs/application_job.rb - app/mailers/application_mailer.rb - app/models/application_record.rb - app/models/concerns/.keep - app/models/user.rb - app/views/application/index.html.erb - app/views/components/ui/_accordion.html.erb - app/views/components/ui/_alert.html.erb - app/views/components/ui/_alert_dialog.html.erb - app/views/components/ui/_button.html.erb - app/views/components/ui/_card.html.erb - app/views/components/ui/_checkbox.html.erb - app/views/components/ui/_collapsible.html.erb - app/views/components/ui/_combobox.html.erb - app/views/components/ui/_command.html.erb - app/views/components/ui/_dialog.html.erb - app/views/components/ui/_dropdown_menu.html.erb - app/views/components/ui/_dropzone.html.erb - app/views/components/ui/_filter.html.erb - app/views/components/ui/_hover_card.html.erb - app/views/components/ui/_input.html.erb - app/views/components/ui/_label.html.erb - app/views/components/ui/_list.html.erb - app/views/components/ui/_popover.html.erb - app/views/components/ui/_progress.html.erb - app/views/components/ui/_sheet.html.erb - app/views/components/ui/_skeleton.html.erb - app/views/components/ui/_slider.html.erb - app/views/components/ui/_switch.html.erb - app/views/components/ui/_tabs.html.erb - app/views/components/ui/_textarea.html.erb - app/views/components/ui/_toast.html.erb - app/views/components/ui/_toggle.html.erb - app/views/components/ui/_tooltip.html.erb - app/views/components/ui/shared/_backdrop.html.erb - app/views/components/ui/shared/_menu_item.html.erb - app/views/components/ui/svg/_check.html.erb - app/views/components/ui/tabs/_panel.html.erb - app/views/components/ui/tabs/_tab.html.erb - app/views/documentation/about.html.md - app/views/documentation/generators.html.md - app/views/documentation/helpers.html.md - app/views/documentation/index.html.erb.bak - app/views/documentation/index.html.md - app/views/documentation/installation.html.md - app/views/documentation/javascript.html.md - app/views/examples/authentication/index.html.erb - app/views/examples/components/accordion.html.erb - app/views/examples/components/accordion/_usage.html.erb - app/views/examples/components/accordion/code/_block.html.erb - app/views/examples/components/accordion/code/_description.html.erb - app/views/examples/components/accordion/code/_preview.erb - app/views/examples/components/accordion/code/_usage.erb - app/views/examples/components/alert-dialog.html.erb - app/views/examples/components/alert-dialog/_usage.html.erb - app/views/examples/components/alert-dialog/code/_preview.erb - app/views/examples/components/alert-dialog/code/_usage.erb - app/views/examples/components/alert.html.erb - app/views/examples/components/alert/_usage.html.erb - app/views/examples/components/alert/code/_attention.erb - app/views/examples/components/alert/code/_destructive.erb - app/views/examples/components/alert/code/_info.erb - app/views/examples/components/alert/code/_no_icon.erb - app/views/examples/components/alert/code/_preview.erb - app/views/examples/components/alert/code/_success.erb - app/views/examples/components/alert/code/_usage.erb - app/views/examples/components/badge.html.erb - app/views/examples/components/badge/_usage.html.erb - app/views/examples/components/badge/code/_preview.erb - app/views/examples/components/badge/code/_usage.erb - app/views/examples/components/button.html.erb - app/views/examples/components/button/_usage.html.erb - app/views/examples/components/button/code/_preview.erb - app/views/examples/components/button/code/_usage.erb - app/views/examples/components/card.html.erb - app/views/examples/components/card/_usage.html.erb - app/views/examples/components/card/code/_form.erb - app/views/examples/components/card/code/_notifications.erb - app/views/examples/components/card/code/_preview.erb - app/views/examples/components/card/code/_usage.erb - app/views/examples/components/checkbox.html.erb - app/views/examples/components/checkbox/_usage.html.erb - app/views/examples/components/checkbox/code/_preview.erb - app/views/examples/components/checkbox/code/_usage.erb - app/views/examples/components/collapsible.html.erb - app/views/examples/components/collapsible/_usage.html.erb - app/views/examples/components/collapsible/code/_preview.erb - app/views/examples/components/collapsible/code/_usage.erb - app/views/examples/components/combobox.html.erb - app/views/examples/components/combobox/_usage.html.erb - app/views/examples/components/combobox/code/_preview.erb - app/views/examples/components/combobox/code/_usage.erb - app/views/examples/components/dialog.html.erb - app/views/examples/components/dialog/_usage.html.erb - app/views/examples/components/dialog/code/_form.erb - app/views/examples/components/dialog/code/_notifications.erb - app/views/examples/components/dialog/code/_preview.erb - app/views/examples/components/dialog/code/_usage.erb - app/views/examples/components/dropdown-menu.html.erb - app/views/examples/components/dropdown-menu/_usage.html.erb - app/views/examples/components/dropdown-menu/code/_preview.erb - app/views/examples/components/dropdown-menu/code/_usage.erb - app/views/examples/components/dropzone.html.erb - app/views/examples/components/dropzone/_usage.html.erb - app/views/examples/components/dropzone/code/_preview.erb - app/views/examples/components/dropzone/code/_usage.erb - app/views/examples/components/filter.html.erb - app/views/examples/components/filter/_usage.html.erb - app/views/examples/components/filter/code/_icon.html.erb - app/views/examples/components/filter/code/_preview.erb - app/views/examples/components/filter/code/_usage.erb - app/views/examples/components/forms.html.erb - app/views/examples/components/forms/_usage.html.erb - app/views/examples/components/forms/code/_preview.erb - app/views/examples/components/forms/code/_usage.erb - app/views/examples/components/hover-card.html.erb - app/views/examples/components/hover-card/_usage.html.erb - app/views/examples/components/hover-card/code/_preview.erb - app/views/examples/components/hover-card/code/_usage.erb - app/views/examples/components/input.html.erb - app/views/examples/components/input/_usage.html.erb - app/views/examples/components/input/code/_borderless.erb - app/views/examples/components/input/code/_preview.erb - app/views/examples/components/input/code/_usage.erb - app/views/examples/components/label.html.erb - app/views/examples/components/label/_usage.html.erb - app/views/examples/components/label/code/_preview.erb - app/views/examples/components/label/code/_usage.erb - app/views/examples/components/popover.html.erb - app/views/examples/components/popover/_usage.html.erb - app/views/examples/components/popover/code/_form.erb - app/views/examples/components/popover/code/_preview.erb - app/views/examples/components/popover/code/_usage.erb - app/views/examples/components/progress.html.erb - app/views/examples/components/progress/_usage.erb - app/views/examples/components/progress/code/_preview.erb - app/views/examples/components/progress/code/_usage.erb - app/views/examples/components/select.html.erb - app/views/examples/components/select/_usage.html.erb - app/views/examples/components/select/code/_preview.erb - app/views/examples/components/select/code/_usage.erb - app/views/examples/components/separator.html.erb - app/views/examples/components/separator/_usage.html.erb - app/views/examples/components/separator/code/_fancy.erb - app/views/examples/components/separator/code/_preview.erb - app/views/examples/components/separator/code/_usage.erb - app/views/examples/components/sheet.html.erb - app/views/examples/components/sheet/_usage.html.erb - app/views/examples/components/sheet/code/_mobile_menu.erb - app/views/examples/components/sheet/code/_preview.erb - app/views/examples/components/sheet/code/_usage.erb - app/views/examples/components/skeleton.html.erb - app/views/examples/components/skeleton/_usage.html.erb - app/views/examples/components/skeleton/code/_preview.erb - app/views/examples/components/skeleton/code/_usage.erb - app/views/examples/components/slider.html.erb - app/views/examples/components/slider/_usage.html.erb - app/views/examples/components/slider/code/_preview.erb - app/views/examples/components/slider/code/_usage.erb - app/views/examples/components/switch.html.erb - app/views/examples/components/switch/_usage.html.erb - app/views/examples/components/switch/code/_preview.erb - app/views/examples/components/switch/code/_usage.erb - app/views/examples/components/table.html.erb - app/views/examples/components/table/_usage.html.erb - app/views/examples/components/table/code/_preview.erb - app/views/examples/components/table/code/_usage.erb - app/views/examples/components/tabs.html.erb - app/views/examples/components/tabs/_usage.html.erb - app/views/examples/components/tabs/code/_account.html.erb - app/views/examples/components/tabs/code/_password.html.erb - app/views/examples/components/tabs/code/_preview.erb - app/views/examples/components/tabs/code/_usage.erb - app/views/examples/components/textarea.html.erb - app/views/examples/components/textarea/_usage.html.erb - app/views/examples/components/textarea/code/_preview.erb - app/views/examples/components/textarea/code/_usage.erb - app/views/examples/components/toast.html.erb - app/views/examples/components/toast/_usage.html.erb - app/views/examples/components/toast/code/_destructive.erb - app/views/examples/components/toast/code/_preview.erb - app/views/examples/components/toast/code/_usage.erb - app/views/examples/components/toggle.html.erb - app/views/examples/components/toggle/_usage.html.erb - app/views/examples/components/toggle/code/_preview.erb - app/views/examples/components/toggle/code/_usage.erb - app/views/examples/components/tooltip.html.erb - app/views/examples/components/tooltip/_usage.html.erb - app/views/examples/components/tooltip/code/_preview.erb - app/views/examples/components/tooltip/code/_usage.erb - app/views/layouts/application.html.erb - app/views/layouts/component.html.erb - app/views/layouts/documentation.html.erb - app/views/layouts/documentation/_breadcrumb.html.erb - app/views/layouts/documentation/_component_header.html.erb - app/views/layouts/documentation/_examples.html.erb - app/views/layouts/documentation/_preview.html.erb - app/views/layouts/mailer.html.erb - app/views/layouts/mailer.text.erb - app/views/layouts/shared/_components.html.erb - app/views/layouts/shared/_header.html.erb - app/views/layouts/shared/_sidebar.html.erb - config.ru - config/application.rb - config/boot.rb - config/cable.yml - config/credentials.yml.enc - config/database.yml - config/environment.rb - config/environments/development.rb - config/environments/production.rb - config/environments/test.rb - config/importmap.rb - config/initializers/assets.rb - config/initializers/content_security_policy.rb - config/initializers/filter_parameter_logging.rb - config/initializers/inflections.rb - config/initializers/markdown.rb - config/initializers/permissions_policy.rb - config/locales/en.yml - config/puma.rb - config/render.yml - config/routes.rb - config/shadcn.tailwind.js - config/storage.yml - config/tailwind.config.js - db/seeds.rb - lib/assets/.keep - lib/components.json - lib/generators/shadcn-ui_generator.rb - lib/shadcn-ui/shadcn-ui.rb - lib/shadcn-ui/version.rb - lib/tasks/.keep - log/.keep - package-lock.json - package.json - public/404.html - public/422.html - public/500.html - public/accordion.png - public/android-chrome-192x192.png - public/android-chrome-512x512.png - public/apple-touch-icon-precomposed.png - public/apple-touch-icon.png - public/favicon-16x16.png - public/favicon-32x32.png - public/favicon.ico - public/og.jpg - public/robots.txt - sig/shadcn-ui.rbs - storage/.keep - tmp/.keep - tmp/pids/.keep - tmp/storage/.keep - vendor/.keep - vendor/javascript/.keep homepage: https://github.com/aviflombaum/shadcn-rails licenses: - MIT metadata: homepage_uri: https://github.com/aviflombaum/shadcn-rails source_code_uri: https://github.com/aviflombaum/shadcn-rails changelog_uri: https://github.com/aviflombaum/shadcn-rails/tree/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.18 signing_key: specification_version: 4 summary: Provides the shadcn-ui component library to a Ruby on Rails application. test_files: []