Sha256: d691b7db8d34891ac607c986516d0e066f1c65f2b651f4d9c5513ee4f396f219

Contents?: true

Size: 1.09 KB

Versions: 8

Compression:

Stored size: 1.09 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")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = "calabash-ios"
  s.require_paths = ["lib"]

  s.add_dependency( "cucumber" )
  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.8")
  s.add_dependency( "httpclient","2.2.7")
  s.add_dependency( "bundler", "~> 1.1")

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.126 calabash-cucumber.gemspec
calabash-cucumber-0.9.125 calabash-cucumber.gemspec
calabash-cucumber-0.9.124 calabash-cucumber.gemspec
calabash-cucumber-0.9.119 calabash-cucumber.gemspec
calabash-cucumber-0.9.118 calabash-cucumber.gemspec
calabash-cucumber-0.9.117 calabash-cucumber.gemspec
calabash-cucumber-0.9.116 calabash-cucumber.gemspec
calabash-cucumber-0.9.115 calabash-cucumber.gemspec