Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 19, 2011
1 parent c8eb590 commit 236f903
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
== 0.7.4 / 2011-11-19

* Minor enhancements

* parse XML as XML instead of as HTML
* handle controller redirects correctly (Daniel Libanori)
* work with rspec it { should blah } examples (Dmytrii Nagirniak)
* compatibility with Launchy 2.0 (Jeremy Hinegardner)
* add follow_redirect! (José Valim)

== 0.7.3 / 2011-01-01

* Minor enhancements
Expand Down
2 changes: 1 addition & 1 deletion webrat.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{webrat}
s.version = "0.7.3"
s.version = "0.7.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
Expand Down

0 comments on commit 236f903

Please sign in to comment.