# -*- encoding: utf-8 -*- # stub: second_curtain 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "second_curtain".freeze s.version = "0.2.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 = ["Ash Furrow".freeze, "Orta Therox".freeze] s.date = "2014-08-27" s.description = "\n If you're using the cool FBSnapshotTestCase to test your iOS view logic, awesome! Even better if you have continuous integration, like on Travis, to automate running those tests!\n\n Wouldn't it be awesome if we could upload the failing test snapshots somewhere, so we can see exactly what's wrong? That's what this project is going to do. Once it's finished.\n ".freeze s.email = "ash@ashfurrow.com".freeze s.executables = ["second_curtain".freeze] s.files = ["bin/second_curtain".freeze, "lib/second_curtain.rb".freeze, "lib/second_curtain/kaleidoscope_command.rb".freeze, "lib/second_curtain/parser.rb".freeze, "lib/second_curtain/template.mustache.html".freeze, "lib/second_curtain/test_suite.rb".freeze, "lib/second_curtain/upload.rb".freeze, "lib/second_curtain/upload_manager.rb".freeze, "lib/second_curtain/web_preview.rb".freeze, "lib/second_curtain/xcode_test_case.rb".freeze] s.homepage = "https://github.com/AshFurrow/second_curtain".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Upload failing iOS snapshot tests cases to S3.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.52".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.99".freeze]) end