Sha256: 1893cb01452c86a5d92c4146a237e1d5dd1e7bcf911c135cf62446877477f2d4
Contents?: true
Size: 845 Bytes
Versions: 3
Compression:
Stored size: 845 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( "open4", "~> 1.3.0") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
run_loop-0.0.5 | run_loop.gemspec |
run_loop-0.0.3 | run_loop.gemspec |
run_loop-0.0.4 | run_loop.gemspec |