# -*- encoding: utf-8 -*-
# stub: standup_md 0.3.11 ruby lib

Gem::Specification.new do |s|
  s.name = "standup_md".freeze
  s.version = "0.3.11".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "documentation_uri" => "https://evanthegrayt.github.io/standup_md/doc/index.html", "homepage_uri" => "https://evanthegrayt.github.io/standup_md/", "source_code_uri" => "https://github.com/evanthegrayt/standup_md" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Evan Gray".freeze]
  s.date = "2021-05-18"
  s.description = "Generate and edit standups in markdown format".freeze
  s.email = "evanthegrayt@vivaldi.net".freeze
  s.executables = ["standup".freeze]
  s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "_config.yml".freeze, "bin/standup".freeze, "doc/README_md.html".freeze, "doc/StandupMD.html".freeze, "doc/StandupMD/Cli.html".freeze, "doc/StandupMD/Cli/Helpers.html".freeze, "doc/StandupMD/Config.html".freeze, "doc/StandupMD/Config/Cli.html".freeze, "doc/StandupMD/Config/Entry.html".freeze, "doc/StandupMD/Config/EntryList.html".freeze, "doc/StandupMD/Config/File.html".freeze, "doc/StandupMD/Entry.html".freeze, "doc/StandupMD/EntryList.html".freeze, "doc/StandupMD/File.html".freeze, "doc/StandupMD/Version.html".freeze, "doc/created.rid".freeze, "doc/css/fonts.css".freeze, "doc/css/rdoc.css".freeze, "doc/fonts/Lato-Light.ttf".freeze, "doc/fonts/Lato-LightItalic.ttf".freeze, "doc/fonts/Lato-Regular.ttf".freeze, "doc/fonts/Lato-RegularItalic.ttf".freeze, "doc/fonts/SourceCodePro-Bold.ttf".freeze, "doc/fonts/SourceCodePro-Regular.ttf".freeze, "doc/images/add.png".freeze, "doc/images/arrow_up.png".freeze, "doc/images/brick.png".freeze, "doc/images/brick_link.png".freeze, "doc/images/bug.png".freeze, "doc/images/bullet_black.png".freeze, "doc/images/bullet_toggle_minus.png".freeze, "doc/images/bullet_toggle_plus.png".freeze, "doc/images/date.png".freeze, "doc/images/delete.png".freeze, "doc/images/find.png".freeze, "doc/images/loadingAnimation.gif".freeze, "doc/images/macFFBgHack.png".freeze, "doc/images/package.png".freeze, "doc/images/page_green.png".freeze, "doc/images/page_white_text.png".freeze, "doc/images/page_white_width.png".freeze, "doc/images/plugin.png".freeze, "doc/images/ruby.png".freeze, "doc/images/tag_blue.png".freeze, "doc/images/tag_green.png".freeze, "doc/images/transparent.png".freeze, "doc/images/wrench.png".freeze, "doc/images/wrench_orange.png".freeze, "doc/images/zoom.png".freeze, "doc/index.html".freeze, "doc/js/darkfish.js".freeze, "doc/js/navigation.js".freeze, "doc/js/navigation.js.gz".freeze, "doc/js/search.js".freeze, "doc/js/search_index.js".freeze, "doc/js/search_index.js.gz".freeze, "doc/js/searcher.js".freeze, "doc/js/searcher.js.gz".freeze, "doc/table_of_contents.html".freeze, "lib/standup_md.rb".freeze, "lib/standup_md/cli.rb".freeze, "lib/standup_md/cli/helpers.rb".freeze, "lib/standup_md/config.rb".freeze, "lib/standup_md/config/cli.rb".freeze, "lib/standup_md/config/entry.rb".freeze, "lib/standup_md/config/entry_list.rb".freeze, "lib/standup_md/config/file.rb".freeze, "lib/standup_md/entry.rb".freeze, "lib/standup_md/entry_list.rb".freeze, "lib/standup_md/file.rb".freeze, "lib/standup_md/file/helpers.rb".freeze, "lib/standup_md/version.rb".freeze, "standup_md.gemspec".freeze]
  s.homepage = "https://evanthegrayt.github.io/standup_md/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "The cure for all your standup woes".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze, ">= 13.0.1".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.3".freeze, ">= 3.3.5".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
end