Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Jun 24, 2009
1 parent 16d74d3 commit 7c2fc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
fakeweb (development)
fakeweb (1.2.4)

* add experimental support for matching URIs via regular expressions
[Jacqui Maher, Tiago Albineli Motta, Peter Wagene]
Expand Down
4 changes: 2 additions & 2 deletions fakeweb.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "fakeweb"
s.version = "1.2.3"
s.date = "2009-05-31"
s.version = "1.2.4"
s.date = "2009-06-24"
s.summary = "A tool for faking responses to HTTP requests"
s.description = "FakeWeb is a helper for faking web requests in Ruby. It works at a global level, without modifying code or writing extensive stubs."
s.homepage = "http://github.com/chrisk/fakeweb"
Expand Down

0 comments on commit 7c2fc05

Please sign in to comment.