Sha256: c513d55fafb61c6015d63904d6e4cd64f7e017bf6e63e5c5499aa88cad0c863d
Contents?: true
Size: 1018 Bytes
Versions: 3
Compression:
Stored size: 1018 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "js_test_driver/version" Gem::Specification.new do |s| s.name = "js-test-driver-rails" s.version = JsTestDriver::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Adam Pohorecki"] s.email = ["adam@pohorecki.pl"] s.homepage = "http://github.com/psyho/js-test-driver-rails" s.summary = "A wrapper for JsTestDriver for use with ruby/rails projects" s.description = "Use ruby to configure JsTestDriver, capture browsers and run tests." s.rubyforge_project = "js-test-driver-rails" s.add_dependency 'multi_json' s.add_dependency 'rake' s.add_dependency 'commander' s.add_dependency 'selenium-webdriver' s.add_development_dependency 'mocha' 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"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
js-test-driver-rails-0.5.0.pre5 | js-test-driver-rails.gemspec |
js-test-driver-rails-0.5.0.pre4 | js-test-driver-rails.gemspec |
js-test-driver-rails-0.5.0.pre3 | js-test-driver-rails.gemspec |