# -*- encoding: utf-8 -*- # stub: comable-sample 0.7.0.beta2 ruby lib Gem::Specification.new do |s| s.name = "comable-sample".freeze s.version = "0.7.0.beta2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["YOSHIDA Hiroki".freeze] s.date = "2015-10-31" s.description = "Provide sample data for Comable.".freeze s.email = ["hyoshida@appirits.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "db/samples/addresses.rb".freeze, "db/samples/categories.rb".freeze, "db/samples/images.rb".freeze, "db/samples/images/fur_gloves.jpg".freeze, "db/samples/images/girly_coat.jpg".freeze, "db/samples/images/leather_boots.jpg".freeze, "db/samples/images/leather_boots_back.jpg".freeze, "db/samples/images/leather_boots_front.jpg".freeze, "db/samples/images/suede_dress.jpg".freeze, "db/samples/images/suede_dress_full.jpg".freeze, "db/samples/orders.rb".freeze, "db/samples/payment_methods.rb".freeze, "db/samples/payments.rb".freeze, "db/samples/products.rb".freeze, "db/samples/shipment_methods.rb".freeze, "db/samples/shipments.rb".freeze, "db/samples/variants.rb".freeze, "lib/comable/sample.rb".freeze, "lib/comable/sample/address.rb".freeze, "lib/comable/sample/engine.rb".freeze, "lib/comable/sample/name.rb".freeze, "lib/comable/sample/phone_number.rb".freeze, "lib/tasks/sample.rake".freeze] s.homepage = "https://github.com/appirits/comable#comable".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provide sample data for Comable.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.7.0.beta2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end