Sha256: 89d560eb3ae089d5114aefa5c61b4f46acdd1c2db6a78d0c934570b4df055fdd

Contents?: true

Size: 1.04 KB

Versions: 11

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://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   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency( "cucumber" )
  s.add_dependency( "rspec", ["~> 2.7.0"] )
  s.add_dependency( "json" )
  s.add_dependency( "slowhandcuke" )
  s.add_dependency( "net-http-persistent" )
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.17 calabash-cucumber.gemspec
calabash-cucumber-0.9.16 calabash-cucumber.gemspec
calabash-cucumber-0.9.15 calabash-cucumber.gemspec
calabash-cucumber-0.9.14 calabash-cucumber.gemspec
calabash-cucumber-0.9.13 calabash-cucumber.gemspec
calabash-cucumber-0.9.12 calabash-cucumber.gemspec
calabash-cucumber-0.9.11 calabash-cucumber.gemspec
calabash-cucumber-0.9.10 calabash-cucumber.gemspec
calabash-cucumber-0.9.9 calabash-cucumber.gemspec
calabash-cucumber-0.9.8 calabash-cucumber.gemspec
calabash-cucumber-0.9.6 calabash-cucumber.gemspec