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

Gem::Specification.new do |s|
  s.name = "centuria".freeze
  s.version = "0.2.1".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-07"
  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/gem_version.rb".freeze, "lib/centuria/generator/clear.rb".freeze, "lib/centuria/generator/commands.rb".freeze, "lib/centuria/generator/create.rb".freeze, "lib/centuria/generator/gene_base.rb".freeze, "lib/centuria/templates/lib/app.txt.tt".freeze, "lib/centuria/templates/lib/version.rb.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])
end