Sha256: 9f00d2a9190655d9273dcd3d9f84857916b1535a4925f3142044541d21488374

Contents?: true

Size: 874 Bytes

Versions: 35

Compression:

Stored size: 874 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "run_loop/version"

Gem::Specification.new do |s|
  s.name        = "run_loop"
  s.version     = RunLoop::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Karl Krukow"]
  s.email       = ["karl@lesspainful.com"]
  s.homepage    = "http://calaba.sh"
  s.summary     = %q{Tools related to running Calabash iOS tests}
  s.description = %q{calabash-cucumber drives tests for native iOS apps. RunLoop provides a number of tools associated with running Calabash tests.}
  s.files         = ["scripts/udidetect"].concat(`git ls-files`.split("\n"))
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = "run-loop"
  s.require_paths = ["lib"]

  s.add_dependency( "thor" )
  s.add_dependency( "json" )
  #s.add_dependency( "open4", "~> 1.3.0")
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
run_loop-0.2.1 run_loop.gemspec
run_loop-0.2.1.pre1 run_loop.gemspec
run_loop-0.2.0 run_loop.gemspec
run_loop-0.2.0.pre1 run_loop.gemspec
run_loop-0.1.5 run_loop.gemspec
run_loop-0.1.4 run_loop.gemspec
run_loop-0.1.3 run_loop.gemspec
run_loop-0.1.2 run_loop.gemspec
run_loop-0.1.1 run_loop.gemspec
run_loop-0.1.0 run_loop.gemspec
run_loop-0.1.0.pre9 run_loop.gemspec
run_loop-0.1.0.pre8 run_loop.gemspec
run_loop-0.1.0.pre7 run_loop.gemspec
run_loop-0.1.0.pre5 run_loop.gemspec
run_loop-0.1.0.pre4 run_loop.gemspec
run_loop-0.1.0.pre3 run_loop.gemspec
run_loop-0.1.0.pre2 run_loop.gemspec
run_loop-0.1.0.pre1 run_loop.gemspec
run_loop-0.0.22 run_loop.gemspec
run_loop-0.0.21 run_loop.gemspec