# -*- encoding: utf-8 -*- # stub: printfection 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "printfection".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Casey O'Hara".freeze] s.date = "2015-03-12" s.description = "".freeze s.email = ["casey.ohara@printfection.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/web/Gemfile".freeze, "examples/web/Gemfile.lock".freeze, "examples/web/app.rb".freeze, "examples/web/config.ru".freeze, "examples/web/views/campaign.erb".freeze, "examples/web/views/dashboard.erb".freeze, "examples/web/views/layout.erb".freeze, "examples/web/views/order.erb".freeze, "examples/web/views/orders.erb".freeze, "lib/printfection.rb".freeze, "lib/printfection/actions.rb".freeze, "lib/printfection/address.rb".freeze, "lib/printfection/api.rb".freeze, "lib/printfection/asset.rb".freeze, "lib/printfection/campaign.rb".freeze, "lib/printfection/error.rb".freeze, "lib/printfection/item.rb".freeze, "lib/printfection/line_item.rb".freeze, "lib/printfection/manifest.rb".freeze, "lib/printfection/order.rb".freeze, "lib/printfection/product.rb".freeze, "lib/printfection/relation.rb".freeze, "lib/printfection/resource.rb".freeze, "lib/printfection/size.rb".freeze, "lib/printfection/transforms.rb".freeze, "lib/printfection/util.rb".freeze, "lib/printfection/version.rb".freeze, "printfection.gemspec".freeze, "spec/actions_spec.rb".freeze, "spec/api_spec.rb".freeze, "spec/asset_spec.rb".freeze, "spec/campaign_spec.rb".freeze, "spec/item_spec.rb".freeze, "spec/line_item_spec.rb".freeze, "spec/manifest_spec.rb".freeze, "spec/order_spec.rb".freeze, "spec/printfection_spec.rb".freeze, "spec/product_spec.rb".freeze, "spec/relation_spec.rb".freeze, "spec/resource_spec.rb".freeze, "spec/size_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/resource_shared_examples.rb".freeze, "spec/util_spec.rb".freeze] s.homepage = "https://github.com/printfection/printfection-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Implementation of the Printfection API for Ruby".freeze s.test_files = ["spec/actions_spec.rb".freeze, "spec/api_spec.rb".freeze, "spec/asset_spec.rb".freeze, "spec/campaign_spec.rb".freeze, "spec/item_spec.rb".freeze, "spec/line_item_spec.rb".freeze, "spec/manifest_spec.rb".freeze, "spec/order_spec.rb".freeze, "spec/printfection_spec.rb".freeze, "spec/product_spec.rb".freeze, "spec/relation_spec.rb".freeze, "spec/resource_spec.rb".freeze, "spec/size_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/resource_shared_examples.rb".freeze, "spec/util_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.6.8".freeze]) s.add_development_dependency(%q.freeze, ["= 10.3.2".freeze]) s.add_development_dependency(%q.freeze, ["= 3.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end