Sha256: 8d77d6fee310246d97e8f01457de8e63bd95dfdc8425aaf5db4d7e238903c184

Contents?: true

Size: 1.05 KB

Versions: 23

Compression:

Stored size: 1.05 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://www.lesspainful.com/calabash"
  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" )
  s.add_dependency( "slowhandcuke" )
  s.add_dependency( "net-http-persistent" )
  s.add_dependency( "pbxproject" )

end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.41 calabash-cucumber.gemspec
calabash-cucumber-0.9.40 calabash-cucumber.gemspec
calabash-cucumber-0.9.39 calabash-cucumber.gemspec
calabash-cucumber-0.9.38 calabash-cucumber.gemspec
calabash-cucumber-0.9.37 calabash-cucumber.gemspec
calabash-cucumber-0.9.36 calabash-cucumber.gemspec
calabash-cucumber-0.9.35 calabash-cucumber.gemspec
calabash-cucumber-0.9.34 calabash-cucumber.gemspec
calabash-cucumber-0.9.33 calabash-cucumber.gemspec
calabash-cucumber-0.9.32 calabash-cucumber.gemspec
calabash-cucumber-0.9.31 calabash-cucumber.gemspec
calabash-cucumber-0.9.30 calabash-cucumber.gemspec
calabash-cucumber-0.9.29 calabash-cucumber.gemspec
calabash-cucumber-0.9.28 calabash-cucumber.gemspec
calabash-cucumber-0.9.27 calabash-cucumber.gemspec
calabash-cucumber-0.9.26 calabash-cucumber.gemspec
calabash-cucumber-0.9.25 calabash-cucumber.gemspec
calabash-cucumber-0.9.24 calabash-cucumber.gemspec
calabash-cucumber-0.9.23 calabash-cucumber.gemspec
calabash-cucumber-0.9.22 calabash-cucumber.gemspec