# -*- encoding: utf-8 -*- # stub: cutep 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "cutep".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org/", "changelog_uri" => "https://github.com/eto/cutep", "homepage_uri" => "https://github.com/eto/cutep", "source_code_uri" => "https://github.com/eto/cutep" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Koichiro Eto".freeze] s.bindir = "exe".freeze s.date = "2020-08-16" s.description = " Normal \"p\" only outputs the specified variables, etc. However, during programming, you may need information about where the \"p\" is being called. \"qp\" outputs the information about where it is called at the same time.".freeze s.email = ["k-eto@aist.go.jp".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cutep.gemspec".freeze, "lib/cutep.rb".freeze, "lib/qp.rb".freeze, "lib/qp/version.rb".freeze, "sample.rb".freeze] s.homepage = "https://github.com/eto/cutep".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "\"qp\" is an extension of \"p\".".freeze end