# -*- encoding: utf-8 -*- # stub: sakanax 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "sakanax".freeze s.version = "0.1.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 = ["daisuke-awaji".freeze] s.bindir = "exe".freeze s.date = "2018-11-10" s.description = "Sakanax is a CLI tool for identifying files that are up in Github PullRequest. For example, specifying a commit ID specifies a PullRequest including the commit ID, and also acquires a list of files included in the PullRequest.".freeze s.email = ["gee.awa@gmail.com".freeze] s.executables = ["sakanax".freeze] s.files = [".gitignore".freeze, ".sakanax.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/sakanax".freeze, "lib/sakanax.rb".freeze, "lib/sakanax/cli.rb".freeze, "lib/sakanax/github.rb".freeze, "lib/sakanax/version.rb".freeze, "sakanax.gemspec".freeze] s.homepage = "https://github.com/sakanax/sakanax".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sakanax is simple cli tool to detect github pull request files.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end