Skip to content

Commit

Permalink
Bump to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Nov 12, 2010
1 parent 7110c60 commit 9e3271a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.6.0.pre
1.6.0
6 changes: 3 additions & 3 deletions webmock.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{webmock}
s.version = "1.6.0.pre"
s.version = "1.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 = ["Bartosz Blimke"]
s.date = %q{2010-11-11}
s.date = %q{2010-11-12}
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 9e3271a

Please sign in to comment.