Skip to content

Commit b365540

Browse files
committedNov 7, 2011
Adding minimum ruby version.
1 parent f1e4ce4 commit b365540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎taza.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Gem::Specification.new do |s|
1111
s.homepage = "http://github.com/hammernight/taza"
1212
s.summary = "Taza is a page object framework."
1313
s.description = ["Taza is a page object framework."]
14-
14+
s.required_ruby_version = '>= 1.8.7'
1515
s.rubyforge_project = "taza"
16+
1617
s.add_runtime_dependency(%q<rake>, ["~> 0.8.3"])
1718
s.add_runtime_dependency(%q<mocha>, ["~> 0.9.3"])
1819
s.add_runtime_dependency(%q<rspec>, ["~> 2.6"])

0 commit comments

Comments
 (0)
Please sign in to comment.