# -*- encoding: utf-8 -*- # stub: township 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "township".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/township/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/craft-concept/township", "source_code_uri" => "https://github.com/craft-concept/township" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Jeff Peterson".freeze] s.bindir = "exe".freeze s.date = "2024-10-24" s.description = "A Rails engine for municipal websites.".freeze s.email = ["jeff@yak.sh".freeze] s.executables = ["township".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/stylesheets/actiontext.css".freeze, "app/controllers/articles_controller.rb".freeze, "app/helpers/articles_helper.rb".freeze, "app/models/article.rb".freeze, "app/views/active_storage/blobs/_blob.html.erb".freeze, "app/views/articles/_article.html.erb".freeze, "app/views/articles/_form.html.erb".freeze, "app/views/articles/edit.html.erb".freeze, "app/views/articles/index.html.erb".freeze, "app/views/articles/new.html.erb".freeze, "app/views/articles/show.html.erb".freeze, "app/views/layouts/action_text/contents/_content.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20241024033842_create_articles.rb".freeze, "exe/township".freeze, "lib/tasks/township_tasks.rake".freeze, "lib/township.rb".freeze, "lib/township/cli/commands.rb".freeze, "lib/township/engine.rb".freeze, "lib/township/version.rb".freeze] s.homepage = "https://github.com/craft-concept/township".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails engine for municipal websites.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end