We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4ce4 commit b365540Copy full SHA for b365540
taza.gemspec
@@ -11,8 +11,9 @@ Gem::Specification.new do |s|
11
s.homepage = "http://github.com/hammernight/taza"
12
s.summary = "Taza is a page object framework."
13
s.description = ["Taza is a page object framework."]
14
-
+ s.required_ruby_version = '>= 1.8.7'
15
s.rubyforge_project = "taza"
16
+
17
s.add_runtime_dependency(%q<rake>, ["~> 0.8.3"])
18
s.add_runtime_dependency(%q<mocha>, ["~> 0.9.3"])
19
s.add_runtime_dependency(%q<rspec>, ["~> 2.6"])
0 commit comments