Skip to content

Commit

Permalink
Merge remote branch 'bartoz/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed May 26, 2010
2 parents ad43faf + f3820ef commit 19a53a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
#Changelog

## 1.2.2

* Fixed problem where ArgumentError was raised if query params were made up of an array e.g. data[]=a&data[]=b. Thanks to Steve Tooke

## 1.2.1

* Changed license from GPL to MIT
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -438,6 +438,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Sam Phillips
* Jose Angel Cortinas
* Razic
* Steve Tooke

## Background

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.1
1.2.2
4 changes: 2 additions & 2 deletions webmock.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{webmock}
s.version = "1.2.1"
s.version = "1.2.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bartosz Blimke"]
s.date = %q{2010-05-24}
s.date = %q{2010-05-26}
s.description = %q{WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.}
s.email = %q{bartosz.blimke@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 19a53a1

Please sign in to comment.