# -*- encoding: utf-8 -*- # stub: source_browser 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "source_browser".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/craft-concept/source_browser/CHANGELOG.md", "source_code_uri" => "https://github.com/craft-concept/source_browser" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Jeff Peterson".freeze, "Matt Tognetti".freeze] s.date = "2024-10-10" s.description = "SourceBrowser is a Rails engine for browsing source code. It is designed to be used in a Rails application that is serving web pages to users.".freeze s.email = ["jeff@concept.love".freeze, "matt@concept.love".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/stylesheets/source_browser/application.css".freeze, "app/controllers/source_browser/application_controller.rb".freeze, "app/controllers/source_browser/objects_controller.rb".freeze, "app/controllers/source_browser/source_controller.rb".freeze, "app/helpers/source_browser/application_helper.rb".freeze, "app/jobs/source_browser/application_job.rb".freeze, "app/mailers/source_browser/application_mailer.rb".freeze, "app/models/source_browser/application_record.rb".freeze, "app/views/layouts/source_browser/application.html.erb".freeze, "app/views/layouts/source_browser/source.html.erb".freeze, "app/views/source_browser/source/index.html.erb".freeze, "app/views/source_browser/source/show.html.erb".freeze, "config/routes.rb".freeze, "lib/source_browser.rb".freeze, "lib/source_browser/engine.rb".freeze, "lib/source_browser/version.rb".freeze, "lib/tasks/source_browser_tasks.rake".freeze] s.homepage = "https://github.com/craft-concept/source_browser".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rails plugin for browsing source code".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 8.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.4.0".freeze]) end