Sha256: 4f783d84b4bcda23560c4b687747d606f31532d9b0a3f04cebbb99483c9bea4b
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.6.0' 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.6.0 | second_curtain.gemspec |