From 4081fe553891cbb1d686cf23547de09992ce0ff0 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 28 Nov 2009 00:18:58 -0500 Subject: [PATCH] Prep for 0.6.0 release --- History.txt | 2 +- lib/webrat.rb | 2 +- webrat.gemspec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/History.txt b/History.txt index 7b59579..eb8bef8 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== 0.6.rc1 / 2009-09-22 +== 0.6.0 / 2009-11-28 REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri. diff --git a/lib/webrat.rb b/lib/webrat.rb index ab9a993..0cd4cd3 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -2,7 +2,7 @@ require "rack" require "nokogiri" module Webrat - VERSION = "0.6.rc1" + VERSION = "0.6.0" autoload :MechanizeAdapter, "webrat/adapters/mechanize" autoload :MerbAdapter, "webrat/adapters/merb" diff --git a/webrat.gemspec b/webrat.gemspec index f4a8b77..fcc5589 100644 --- a/webrat.gemspec +++ b/webrat.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{webrat} - s.version = "0.6.rc1" + s.version = "0.6.0" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp"] - s.date = %q{2009-11-15} + s.date = %q{2009-11-28} s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests for a Ruby web application. It supports simulating a browser inside a Ruby process to avoid the performance hit and browser dependency of