Skip to content

Commit

Permalink
Fix gemspec sequel minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Kondzior committed Jan 11, 2009
1 parent 3c9a0da commit 566fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequel_nested_set.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.test_files = ["spec/nested_set_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb"]
s.rdoc_options = ["--quiet", "--title", "Sequel Nested Set", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--charset", "utf8"]
s.extra_rdoc_files = ["TODO", "COPYING", "README"]
s.add_dependency("sequel", ["> 2.8.0"])
s.add_dependency("sequel", [">= 2.8.0"])
end

0 comments on commit 566fbda

Please sign in to comment.