# -*- encoding: utf-8 -*-
# stub: centuria 0.2.5 ruby lib

Gem::Specification.new do |s|
  s.name = "centuria".freeze
  s.version = "0.2.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["kohei".freeze]
  s.bindir = "exe".freeze
  s.date = "2019-10-16"
  s.description = "This gem can be some action for test.".freeze
  s.email = ["point.out92@gmail.com".freeze]
  s.executables = ["cent".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.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, "centuria.gemspec".freeze, "exe/cent".freeze, "lib/centuria.rb".freeze, "lib/centuria/commands/clear.rb".freeze, "lib/centuria/commands/commands.rb".freeze, "lib/centuria/commands/tinker.rb".freeze, "lib/centuria/gem_version.rb".freeze, "lib/centuria/generators/create.rb".freeze, "lib/centuria/generators/gene_base.rb".freeze, "lib/centuria/generators/templates/Gemfile.tt".freeze, "lib/centuria/generators/templates/lib/app.rb.tt".freeze, "lib/centuria/generators/templates/ruby-version.tt".freeze, "lib/centuria/version.rb".freeze]
  s.homepage = "https://github.com/Koh0412/centuria".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "This is memo gem. so, this is convenient!".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<thor>.freeze, [">= 0.20.3".freeze, "< 2.0".freeze])
end