# -*- encoding: utf-8 -*- # stub: unicopy 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "unicopy".freeze s.version = "1.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 = ["Jan Lelis".freeze] s.date = "2017-04-17" s.description = "Converts Unicode codepoints to a string (or vice versa) and copies it to the system clipboard. Can also convert codepoints to many dump formats.".freeze s.email = ["mail@janlelis.de".freeze] s.executables = ["unicopy".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/unicopy".freeze, "lib/unicopy.rb".freeze, "lib/unicopy/kernel_method.rb".freeze, "lib/unicopy/version.rb".freeze, "spec/unicopy_spec.rb".freeze, "unicopy.gemspec".freeze] s.homepage = "https://github.com/janlelis/unicopy".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Converts Unicode codepoints to a string (or vice versa) and copies it to the system clipboard.".freeze s.test_files = ["spec/unicopy_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) end