Sha256: bed526268ef0f160ce39e2e50d5057b4efb30ce9b7e5e4adab94a71f44aa708b

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
require File.expand_path('../lib/juxtapose/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "motion-juxtapose"
  spec.version       = Juxtapose::VERSION
  spec.authors       = ["Joe Lind", "Thomas Mayfield", "Jeffrey Chupp"]
  spec.email         = ["thomas@terriblelabs.com"]
  spec.description   = %q{Screenshot-based assertions for RubyMotion projects}
  spec.summary       = %q{Screenshot-based assertions for RubyMotion projects}
  spec.homepage      = "https://github.com/terriblelabs/motion-juxtapose"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "sinatra", "~> 1.4"
  spec.add_dependency "haml"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "fakefs"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
motion-juxtapose-0.3.2 motion-juxtapose.gemspec
motion-juxtapose-0.3.1 motion-juxtapose.gemspec
motion-juxtapose-0.3.0 motion-juxtapose.gemspec
motion-juxtapose-0.2.0 motion-juxtapose.gemspec
motion-juxtapose-0.1.1 motion-juxtapose.gemspec
motion-juxtapose-0.1.0 motion-juxtapose.gemspec