Sha256: 091b8ee160c456f91143ddd49e72b4ec3ae8f95547bb69e9c225f12fc58bb167
Contents?: true
Size: 962 Bytes
Versions: 1
Compression:
Stored size: 962 Bytes
Contents
Gem::Specification.new do |s| s.name = 'second_curtain' s.version = '0.2.3' s.licenses = ['MIT'] s.summary = "Upload failing iOS snapshot tests cases to S3." s.description = %q{ 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! 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. } s.authors = ["Ash Furrow", "Orta Therox"] s.homepage = 'https://github.com/AshFurrow/second_curtain' s.email = 'ash@ashfurrow.com' s.files = `git ls-files`.split($/) s.require_paths = ["lib"] s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.add_runtime_dependency 'aws-sdk-v1', '~> 1.52' s.add_runtime_dependency 'mustache', '~> 0.99' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
second_curtain-0.2.3 | second_curtain.gemspec |