Sha256: 67b37e9d6914a4e7532ea48e35d2249184f0fc0aa5700523e68a65dbff3c83a6
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/calliper/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Julien Portalier"] gem.email = ["julien@portalier.com"] gem.description = gem.summary = "Protractor for Ruby, or testing your Angular application with elegance." gem.homepage = "http://github.com/ysbaddaden/calliper" gem.license = "MIT" gem.files = `git ls-files | grep -Ev '^(Gemfile|test)'`.split("\n") gem.test_files = `git ls-files -- test/*`.split("\n") gem.name = "calliper" gem.require_paths = ["lib"] gem.version = Calliper::VERSION::STRING gem.cert_chain = ['certs/ysbaddaden.pem'] gem.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $0 =~ /gem\z/ gem.add_dependency 'selenium-webdriver' gem.add_development_dependency 'rack' gem.add_development_dependency 'minitest' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calliper-0.0.1 | calliper.gemspec |