# -*- encoding: utf-8 -*- # stub: gomiko 0.0.0 ruby lib Gem::Specification.new do |s| s.name = "gomiko".freeze s.version = "0.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["ippei94da".freeze] s.date = "2017-06-29" s.description = "\n This Gem provides functionality similar to the Trash box in Windows OS.\n The name 'gomiko' was originated from Japanese \"gomibako\".\n If you think that it is \"a shrine maiden(miko-san) who plays go\", is it cute?\n Gomiko provides the gomiko command;\n it moves the file to ~/.trash with a change of rm.\n And the command also can display the history of deletion and can execute undo.\n Gomiko provides the Gomiko library.\n It is designed so that the trash box can be handled from the Ruby program as well.\n ".freeze s.email = "ippei94da@gmail.com".freeze s.executables = ["gomiko".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, "CHANGES".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/gomiko".freeze, "lib/gomiko.rb".freeze, "test/.gitignore".freeze, "test/helper.rb".freeze, "test/test_gomiko.rb".freeze] s.homepage = "http://github.com/ippei94da/gomiko".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Trashbox with command line interface".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.1".freeze]) end