# -*- encoding: utf-8 -*- # stub: phcscriptcdn 55.0.1 ruby lib Gem::Specification.new do |s| s.name = "phcscriptcdn".freeze s.version = "55.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/bradpotts/phcscriptcdn/releases/", "documentation_uri" => "https://bradpotts.github.io/phcscriptcdn/", "homepage_uri" => "https://rubygems.org/profiles/bradpotts/", "source_code_uri" => "https://github.com/bradpotts/phcscriptcdn/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["BradPotts".freeze] s.date = "2022-04-16" s.description = "Ruby on Rails 7 engine to manage CDN script listings.".freeze s.email = ["info@phcnet.co".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/phcscriptcdn_manifest.js".freeze, "app/controllers/phcscriptcdn/application_controller.rb".freeze, "app/controllers/phcscriptcdn/script/authors_controller.rb".freeze, "app/controllers/phcscriptcdn/script/extensions_controller.rb".freeze, "app/controllers/phcscriptcdn/script/licences_controller.rb".freeze, "app/controllers/phcscriptcdn/script/listings_controller.rb".freeze, "app/controllers/phcscriptcdn/script/urls_controller.rb".freeze, "app/controllers/phcscriptcdn/script/versions_controller.rb".freeze, "app/helpers/phcscriptcdn/application_helper.rb".freeze, "app/helpers/phcscriptcdn/script/authors_helper.rb".freeze, "app/helpers/phcscriptcdn/script/extensions_helper.rb".freeze, "app/helpers/phcscriptcdn/script/licences_helper.rb".freeze, "app/helpers/phcscriptcdn/script/listings_helper.rb".freeze, "app/helpers/phcscriptcdn/script/urls_helper.rb".freeze, "app/helpers/phcscriptcdn/script/versions_helper.rb".freeze, "app/jobs/phcscriptcdn/application_job.rb".freeze, "app/mailers/phcscriptcdn/application_mailer.rb".freeze, "app/models/phcscriptcdn/application_record.rb".freeze, "app/models/phcscriptcdn/author_versions.rb".freeze, "app/models/phcscriptcdn/extension_versions.rb".freeze, "app/models/phcscriptcdn/licence_versions.rb".freeze, "app/models/phcscriptcdn/listing_versions.rb".freeze, "app/models/phcscriptcdn/script.rb".freeze, "app/models/phcscriptcdn/script/author.rb".freeze, "app/models/phcscriptcdn/script/extension.rb".freeze, "app/models/phcscriptcdn/script/licence.rb".freeze, "app/models/phcscriptcdn/script/listing.rb".freeze, "app/models/phcscriptcdn/script/url.rb".freeze, "app/models/phcscriptcdn/script/version.rb".freeze, "app/models/phcscriptcdn/scriptversion_versions.rb".freeze, "app/models/phcscriptcdn/url_versions.rb".freeze, "app/views/layouts/phcscriptcdn/application.html.erb".freeze, "app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb".freeze, "app/views/layouts/phcscriptcdn/components/backend/navigation/_top_menu.html.erb".freeze, "app/views/layouts/phcscriptcdn/components/backend/sidebars/_side_menu.html.erb".freeze, "app/views/phcscriptcdn/script/authors/_form.html.erb".freeze, "app/views/phcscriptcdn/script/authors/edit.html.erb".freeze, "app/views/phcscriptcdn/script/authors/index.html.erb".freeze, "app/views/phcscriptcdn/script/authors/new.html.erb".freeze, "app/views/phcscriptcdn/script/authors/show.html.erb".freeze, "app/views/phcscriptcdn/script/extensions/_form.html.erb".freeze, "app/views/phcscriptcdn/script/extensions/edit.html.erb".freeze, "app/views/phcscriptcdn/script/extensions/index.html.erb".freeze, "app/views/phcscriptcdn/script/extensions/new.html.erb".freeze, "app/views/phcscriptcdn/script/extensions/show.html.erb".freeze, "app/views/phcscriptcdn/script/licences/_form.html.erb".freeze, "app/views/phcscriptcdn/script/licences/edit.html.erb".freeze, "app/views/phcscriptcdn/script/licences/index.html.erb".freeze, "app/views/phcscriptcdn/script/licences/new.html.erb".freeze, "app/views/phcscriptcdn/script/licences/show.html.erb".freeze, "app/views/phcscriptcdn/script/listings/_form.html.erb".freeze, "app/views/phcscriptcdn/script/listings/edit.html.erb".freeze, "app/views/phcscriptcdn/script/listings/index.html.erb".freeze, "app/views/phcscriptcdn/script/listings/new.html.erb".freeze, "app/views/phcscriptcdn/script/listings/show.html.erb".freeze, "app/views/phcscriptcdn/script/urls/_form.html.erb".freeze, "app/views/phcscriptcdn/script/urls/edit.html.erb".freeze, "app/views/phcscriptcdn/script/urls/index.html.erb".freeze, "app/views/phcscriptcdn/script/urls/new.html.erb".freeze, "app/views/phcscriptcdn/script/urls/show.html.erb".freeze, "app/views/phcscriptcdn/script/versions/_form.html.erb".freeze, "app/views/phcscriptcdn/script/versions/edit.html.erb".freeze, "app/views/phcscriptcdn/script/versions/index.html.erb".freeze, "app/views/phcscriptcdn/script/versions/new.html.erb".freeze, "app/views/phcscriptcdn/script/versions/show.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb".freeze, "db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb".freeze, "db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb".freeze, "db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb".freeze, "db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb".freeze, "db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb".freeze, "db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb".freeze, "db/migrate/20170517064030_create_phcscriptcdn_extension_versions.rb".freeze, "db/migrate/20170517064049_create_phcscriptcdn_listing_versions.rb".freeze, "db/migrate/20170517064114_create_phcscriptcdn_scriptversion_versions.rb".freeze, "db/migrate/20170517064150_create_phcscriptcdn_url_versions.rb".freeze, "db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb".freeze, "db/migrate/20170517064427_create_phcscriptcdn_licence_versions.rb".freeze, "lib/phcscriptcdn.rb".freeze, "lib/phcscriptcdn/engine.rb".freeze, "lib/phcscriptcdn/version.rb".freeze, "lib/tasks/phcscriptcdn_tasks.rake".freeze] s.homepage = "https://rubygems.org/profiles/bradpotts/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails 7 App Engine".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 12.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.113".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.36".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 6.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) end