# -*- encoding: utf-8 -*- # stub: dsu 2.0.5 ruby lib Gem::Specification.new do |s| s.name = "dsu".freeze s.version = "2.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/gangelo/dsu/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/gangelo/dsu", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/gangelo/dsu" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gene M. Angelo, Jr.".freeze] s.bindir = "exe".freeze s.date = "2023-10-30" s.description = " dsu is a small, but powerful gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command-line interface (CLI) which allows you to create, read, update, and delete (CRUD) your DSU entries (activities). During your DSU, you can use dsu's CLI to list and share what you did \"yesterday\" and what you plan on doing \"Today\" with your team. DSU entries are grouped by day and can be viewed in simple text format from the command-line. When displaying DSU entries for a particular day, dsu will also display DSU entries for the previous day. If the day you are trying to display falls on a weekend or Monday, dsu will automatically search back to include the weekend and previous Friday dates and display the entries; this is so that you can share what you did over the weekend (if anything) and the previous Friday with your team. When searching for \"Yesterday's\" DSU entries, dsu will automatically search back a maximimum of 7 days to find DSU entries to share. This could be helpful if, for example, if you are sharing what you plan to do today (Wednesday), but were sick yesterday (Tuesday); dsu in this case will display the last DSU entries it can find searching backwards a maximum of 7 days. dsu does a LOT more and is perfect for command-line junkies and those who LOVE simplicity. Give it a try and a star if you like it!\n".freeze s.email = ["public.gma@gmail.com".freeze] s.executables = ["dsu".freeze, "dsu_migrate.rb".freeze] s.files = [".reek.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/dsu".freeze, "bin/setup".freeze, "exe/dsu".freeze, "exe/dsu_migrate.rb".freeze, "lib/core/ruby/color_theme_colors.rb".freeze, "lib/core/ruby/color_theme_mode.rb".freeze, "lib/core/ruby/not_today.rb".freeze, "lib/core/ruby/wrap_and_join.rb".freeze, "lib/dsu.rb".freeze, "lib/dsu/base_cli.rb".freeze, "lib/dsu/cli.rb".freeze, "lib/dsu/command_services/add_entry_service.rb".freeze, "lib/dsu/crud/json_file.rb".freeze, "lib/dsu/crud/raw_json_file.rb".freeze, "lib/dsu/env.rb".freeze, "lib/dsu/migration/service.rb".freeze, "lib/dsu/migration/version.rb".freeze, "lib/dsu/models/color_theme.rb".freeze, "lib/dsu/models/configuration.rb".freeze, "lib/dsu/models/entry.rb".freeze, "lib/dsu/models/entry_group.rb".freeze, "lib/dsu/models/migration_version.rb".freeze, "lib/dsu/presenters/base_presenter.rb".freeze, "lib/dsu/presenters/color_theme_presenter.rb".freeze, "lib/dsu/presenters/color_theme_show_presenter.rb".freeze, "lib/dsu/presenters/configuration_presenter.rb".freeze, "lib/dsu/presenters/entry_group_presenter.rb".freeze, "lib/dsu/presenters/entry_presenter.rb".freeze, "lib/dsu/services/color_theme/hydrator_service.rb".freeze, "lib/dsu/services/configuration/hydrator_service.rb".freeze, "lib/dsu/services/entry/hydrator_service.rb".freeze, "lib/dsu/services/entry_group/editor_service.rb".freeze, "lib/dsu/services/entry_group/hydrator_service.rb".freeze, "lib/dsu/services/migration_version/hydrator_service.rb".freeze, "lib/dsu/services/stderr_redirector_service.rb".freeze, "lib/dsu/services/stdout_redirector_service.rb".freeze, "lib/dsu/services/temp_file/reader_service.rb".freeze, "lib/dsu/services/temp_file/writer_service.rb".freeze, "lib/dsu/subcommands/base_subcommand.rb".freeze, "lib/dsu/subcommands/config.rb".freeze, "lib/dsu/subcommands/edit.rb".freeze, "lib/dsu/subcommands/list.rb".freeze, "lib/dsu/subcommands/theme.rb".freeze, "lib/dsu/support/ask.rb".freeze, "lib/dsu/support/color_themable.rb".freeze, "lib/dsu/support/command_help_colorizeable.rb".freeze, "lib/dsu/support/command_hookable.rb".freeze, "lib/dsu/support/command_options/dsu_times.rb".freeze, "lib/dsu/support/command_options/time.rb".freeze, "lib/dsu/support/command_options/time_mneumonic.rb".freeze, "lib/dsu/support/command_options/time_mneumonics.rb".freeze, "lib/dsu/support/descriptable.rb".freeze, "lib/dsu/support/entry_group_viewable.rb".freeze, "lib/dsu/support/field_errors.rb".freeze, "lib/dsu/support/fileable.rb".freeze, "lib/dsu/support/presentable.rb".freeze, "lib/dsu/support/subcommand_help_colorizeable.rb".freeze, "lib/dsu/support/time_comparable.rb".freeze, "lib/dsu/support/time_formatable.rb".freeze, "lib/dsu/support/times_sortable.rb".freeze, "lib/dsu/support/utils.rb".freeze, "lib/dsu/validators/color_theme_validator.rb".freeze, "lib/dsu/validators/description_validator.rb".freeze, "lib/dsu/validators/entries_validator.rb".freeze, "lib/dsu/validators/time_validator.rb".freeze, "lib/dsu/validators/version_validator.rb".freeze, "lib/dsu/version.rb".freeze, "lib/dsu/views/color_theme/index.rb".freeze, "lib/dsu/views/color_theme/show.rb".freeze, "lib/dsu/views/configuration/show.rb".freeze, "lib/dsu/views/entry_group/edit.rb".freeze, "lib/dsu/views/entry_group/shared/no_entries_to_display.rb".freeze, "lib/dsu/views/entry_group/show.rb".freeze, "lib/dsu/views/shared/error.rb".freeze, "lib/dsu/views/shared/info.rb".freeze, "lib/dsu/views/shared/message.rb".freeze, "lib/dsu/views/shared/model_errors.rb".freeze, "lib/dsu/views/shared/success.rb".freeze, "lib/dsu/views/shared/warning.rb".freeze, "lib/seed_data/themes/cherry.json".freeze, "lib/seed_data/themes/default.json".freeze, "lib/seed_data/themes/lemon.json".freeze, "lib/seed_data/themes/matrix.json".freeze, "lib/seed_data/themes/whiteout.json".freeze, "sig/dsu.rbs".freeze] s.homepage = "https://github.com/gangelo/dsu".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Thank you for installing dsu.\n\nRun `dsu` from your command line to get started.\n\nView the dsu README.md here: https://github.com/gangelo/dsu\nView the dsu CHANGELOG.md: https://github.com/gangelo/dsu/blob/main/CHANGELOG.md\n\nTry a dsu theme by running `dsu theme list` and then `dsu theme use THEME_NAME` where THEME_NAME is the name of the theme you want to try :)\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 3.0.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "dsu (Agile Daily Stand Up/DSU) mini-manager.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 7.0".freeze, ">= 7.0.4.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.8.1".freeze, "< 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze, ">= 1.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end