Sha256: e85b3fb2a46163d97ee221abd8176172a43a1156133142e252821ee31c95c7ef

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.5.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.5.0 second_curtain.gemspec