Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Mar 13, 2010
1 parent 22ee648 commit 49420a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
3 changes: 2 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.5.0
# 1.4.2

- fixed RestClient.add_before_execution_proc (patch provided by Nicholas Wieland)
- fixed error when an exception is raised without a response (patch provided by Caleb Land)

# 1.4.1

Expand Down
4 changes: 2 additions & 2 deletions rest-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{rest-client}
s.version = "1.4.1"
s.version = "1.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins", "Julien Kirch"]
s.date = %q{2010-03-05}
s.date = %q{2010-03-13}
s.default_executable = %q{restclient}
s.description = %q{A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.}
s.email = %q{rest.client@librelist.com}
Expand Down

0 comments on commit 49420a0

Please sign in to comment.