Sha256: d6441bafa53c4a7e82be47ef53259ffc63f792ef44fb17d3bd217c12fd87882c

Contents?: true

Size: 1.02 KB

Versions: 16

Compression:

Stored size: 1.02 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" )

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.63 calabash-cucumber.gemspec
calabash-cucumber-0.9.62 calabash-cucumber.gemspec
calabash-cucumber-0.9.61 calabash-cucumber.gemspec
calabash-cucumber-0.9.60 calabash-cucumber.gemspec
calabash-cucumber-0.9.54 calabash-cucumber.gemspec
calabash-cucumber-0.9.53 calabash-cucumber.gemspec
calabash-cucumber-0.9.51 calabash-cucumber.gemspec
calabash-cucumber-0.9.50 calabash-cucumber.gemspec
calabash-cucumber-0.9.49 calabash-cucumber.gemspec
calabash-cucumber-0.9.48 calabash-cucumber.gemspec
calabash-cucumber-0.9.47 calabash-cucumber.gemspec
calabash-cucumber-0.9.46 calabash-cucumber.gemspec
calabash-cucumber-0.9.45 calabash-cucumber.gemspec
calabash-cucumber-0.9.44 calabash-cucumber.gemspec
calabash-cucumber-0.9.43 calabash-cucumber.gemspec
calabash-cucumber-0.9.42 calabash-cucumber.gemspec