public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Bump nokogiri dependency version to 1.1.0
brynary (author)
Sun Dec 28 21:36:00 -0800 2008
commit  6d5205b7b761e4280a3280c868d9c1df3cc8bbd5
tree    2a2d830c14543b6be07c6ab5b4277ed8fad9ca7e
parent  5ccb10a411d446b8ec87fd058818c35b7871c03d
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@ spec = Gem::Specification.new do |s|
0
   s.extra_rdoc_files = %w(README.txt MIT-LICENSE.txt)
0
 
0
   # Dependencies
0
-  s.add_dependency "nokogiri", ">= 1.0.3"
0
+  s.add_dependency "nokogiri", ">= 1.1.0"
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |package|

Comments