# -*- encoding: utf-8 -*-
# stub: rbnotes 0.4.14 ruby lib

Gem::Specification.new do |s|
  s.name = "rbnotes".freeze
  s.version = "0.4.14".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/mnbi/rbnotes/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/mnbi/rbnotes", "source_code_uri" => "https://github.com/mnbi/rbnotes" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["mnbi".freeze]
  s.bindir = "exe".freeze
  s.date = "2021-04-09"
  s.description = "Rbnotes allows you to write a note into a single repository.".freeze
  s.email = ["mnbi@users.noreply.github.com".freeze]
  s.executables = ["rbnotes".freeze]
  s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "conf/config.yml".freeze, "conf/config_deve.yml".freeze, "conf/config_deve_fzf_no_opts.yml".freeze, "conf/config_deve_no_picker.yml".freeze, "conf/config_deve_peco.yml".freeze, "conf/config_test.yml".freeze, "etc/zsh/_rbnotes".freeze, "exe/rbnotes".freeze, "lib/rbnotes.rb".freeze, "lib/rbnotes/commands.rb".freeze, "lib/rbnotes/commands/add.rb".freeze, "lib/rbnotes/commands/commands.rb".freeze, "lib/rbnotes/commands/delete.rb".freeze, "lib/rbnotes/commands/export.rb".freeze, "lib/rbnotes/commands/help.rb".freeze, "lib/rbnotes/commands/import.rb".freeze, "lib/rbnotes/commands/list.rb".freeze, "lib/rbnotes/commands/pick.rb".freeze, "lib/rbnotes/commands/search.rb".freeze, "lib/rbnotes/commands/show.rb".freeze, "lib/rbnotes/commands/statistics.rb".freeze, "lib/rbnotes/commands/update.rb".freeze, "lib/rbnotes/conf.rb".freeze, "lib/rbnotes/error.rb".freeze, "lib/rbnotes/statistics.rb".freeze, "lib/rbnotes/utils.rb".freeze, "lib/rbnotes/version.rb".freeze, "rbnotes.gemspec".freeze]
  s.homepage = "https://github.com/mnbi/rbnotes".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A simple utility to write a note.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<textrepo>.freeze, ["~> 0.5.8".freeze])
  s.add_runtime_dependency(%q<unicode-display_width>.freeze, ["~> 1.7".freeze])
end