Sha256: 334fb6ee8d3f2265d787248372338ed85ad0400e5c661095b997c9de2cf35ca4

Contents?: true

Size: 1.04 KB

Versions: 14

Compression:

Stored size: 1.04 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.3.8") #Recommended by Pete for now
  s.add_dependency( "slowhandcuke" )
  s.add_dependency( "location-one", "~>0.0.5")

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.93 calabash-cucumber.gemspec
calabash-cucumber-0.9.92 calabash-cucumber.gemspec
calabash-cucumber-0.9.91 calabash-cucumber.gemspec
calabash-cucumber-0.9.90 calabash-cucumber.gemspec
calabash-cucumber-0.9.89 calabash-cucumber.gemspec
calabash-cucumber-0.9.88 calabash-cucumber.gemspec
calabash-cucumber-0.9.87 calabash-cucumber.gemspec
calabash-cucumber-0.9.86 calabash-cucumber.gemspec
calabash-cucumber-0.9.85 calabash-cucumber.gemspec
calabash-cucumber-0.9.84 calabash-cucumber.gemspec
calabash-cucumber-0.9.82 calabash-cucumber.gemspec
calabash-cucumber-0.9.80 calabash-cucumber.gemspec
calabash-cucumber-0.9.80.pre.5 calabash-cucumber.gemspec
calabash-cucumber-0.9.80.pre.4 calabash-cucumber.gemspec