# -*- encoding: utf-8 -*- # stub: textrepo 0.5.7 ruby lib Gem::Specification.new do |s| s.name = "textrepo".freeze s.version = "0.5.7".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/textrepo/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/mnbi/textrepo", "source_code_uri" => "https://github.com/mnbi/textrepo" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["mnbi".freeze] s.bindir = "exe".freeze s.date = "2020-11-16" s.description = "Textrepo is a repository to store text with timestamp. It can manage text with the attached timestamp (create/read/update/delete).".freeze s.email = ["mnbi@users.noreply.github.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/rbnotes/lib/rbnotes.rb".freeze, "examples/rbnotes/lib/rbnotes/commands.rb".freeze, "examples/rbnotes/lib/rbnotes/commands/import.rb".freeze, "examples/rbnotes/lib/rbnotes/commands/list.rb".freeze, "examples/rbnotes/lib/rbnotes/commands/show.rb".freeze, "examples/rbnotes/lib/rbnotes/version.rb".freeze, "examples/rbnotes/rbnotes".freeze, "lib/textrepo.rb".freeze, "lib/textrepo/error.rb".freeze, "lib/textrepo/file_system_repository.rb".freeze, "lib/textrepo/repository.rb".freeze, "lib/textrepo/timestamp.rb".freeze, "lib/textrepo/version.rb".freeze, "textrepo.gemspec".freeze] s.homepage = "https://github.com/mnbi/textrepo".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 repository to store text with timestamp.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) end