# -*- encoding: utf-8 -*- # stub: crop_pokemori_prof_image 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "crop_pokemori_prof_image".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 = ["Osamu Takiya".freeze] s.bindir = "exe".freeze s.date = "2017-12-24" s.description = "crop the captured profile image of 'Doubutsu-No-Mori Pocket Camp' and divide it to 'face', 'name' and 'id' images".freeze s.email = ["takiya@toran.sakura.ne.jp".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "crop_image/sample_face.jpg".freeze, "crop_image/sample_id_number.jpg".freeze, "crop_image/sample_name.jpg".freeze, "crop_image/sample_whole_id_part.jpg".freeze, "crop_pokemori_prof_image.gemspec".freeze, "lib/crop_pokemori_prof_image.rb".freeze, "lib/crop_pokemori_prof_image/create_crop_image.rb".freeze, "lib/crop_pokemori_prof_image/file_operation.rb".freeze, "lib/crop_pokemori_prof_image/is_pokemori_prof_image.rb".freeze, "lib/crop_pokemori_prof_image/version.rb".freeze, "sample.jpg".freeze, "the_profile_image_files.png".freeze] s.homepage = "https://github.com/corselia/crop-pokemori-prof-image".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "crop the prof image of 'Doubutsu-No-Mori Pocket Camp' (Animal Crossing Pocket Camp)".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end