Sha256: c965af368dbe644c50c03b2b673dc84f0e8d6b5cc540faa02809036b40aeacb8
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "taza/version" Gem::Specification.new do |s| s.name = "taza" s.version = Taza::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Adam Anderson", "Pedro Nascimento", "Oscar Rieken"] s.email = ["watir-general@googlegroups.com"] s.homepage = "http://github.com/hammernight/taza" s.summary = "Taza is an opinionated page object framework." s.description = "Taza is an opinionated page object framework." s.required_ruby_version = '>= 1.9.3' s.rubyforge_project = "taza" 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_runtime_dependency(%q<rake>, ["~> 0.9.2"]) s.add_runtime_dependency(%q<mocha>, ["~> 0.9.3"]) s.add_runtime_dependency(%q<rspec>, ["~> 2.6"]) s.add_runtime_dependency(%q<user-choices>, ["~> 1.1.6.1"]) s.add_runtime_dependency(%q<Selenium>, ["~> 1.1.14"]) s.add_runtime_dependency(%q<firewatir>, ["~> 1.9.4"]) s.add_runtime_dependency(%q<watir-webdriver>, ["~> 0.4"]) s.add_runtime_dependency(%q<activesupport>, [">= 3.1.0"]) s.add_runtime_dependency(%q<thor>, [">= 0.18.1"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
taza-0.9.2.1 | taza.gemspec |
taza-0.9.2.0 | taza.gemspec |