Sha256: 459acb3332d933510509984211230e9e8977325a17e69304073478cc783704cf
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "calabash-cucumber/version" Gem::Specification.new do |s| s.name = "calabash-cucumber" s.version = Calabash::Cucumber::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Karl Krukow"] s.email = ["karl@lesspainful.com"] s.homepage = "http://calaba.sh" s.summary = %q{Client for calabash-ios-server for automated functional testing on iOS} s.description = %q{calabash-cucumber drives tests for native iOS apps. You must link your app with calabash-ios-server framework to execute tests.} s.files = `git ls-files`.split("\n").concat(["staticlib/calabash.framework.zip"]) s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = ["calabash-ios", "testautoi"] s.require_paths = ["lib"] s.add_dependency( "cucumber", "~> 1.3.0" ) s.add_dependency( "calabash-common", "~> 0.0.1" ) s.add_dependency( "json" ) s.add_dependency( "CFPropertyList" ) s.add_dependency( "sim_launcher", "0.4.6") s.add_dependency( "slowhandcuke" ) s.add_dependency( "location-one", "~>0.0.10") s.add_dependency( "httpclient","~> 2.3.3") s.add_dependency( "bundler", "~> 1.1") s.add_dependency( "run_loop", "~> 0.0.11" ) s.add_dependency( "awesome_print") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
testautoi-0.9.147 | calabash-cucumber.gemspec |
testautoi-0.9.146 | calabash-cucumber.gemspec |
testautoi-0.9.145 | calabash-cucumber.gemspec |
testautoi-0.9.144 | calabash-cucumber.gemspec |