Skip to content

Commit

Permalink
Version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phorsuedzie committed Jul 16, 2012
1 parent 8b197e3 commit e79d615
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
scalapi (0.0.8)
scalapi (0.0.9)
multi_json
rest-client

Expand Down
13 changes: 12 additions & 1 deletion README.rdoc
Expand Up @@ -53,10 +53,21 @@ Library to interact with the Scalarium API.

== License

MIT - see MIT-LICENSE
MIT - see [MIT-LICENSE](https://raw.github.com/infopark/scalapi/master/MIT-LICENSE)

== ChangeLog

=== 0.0.9

- Configurable resource_builder - can specify a (higher) request timeout now:

Scalapi.configure.tap do |config|
config.resource_builder = lambda {|url, options|
require 'restclient'
::RestClient::Resource.new(url, options.merge(:timeout => 60))
}
end

=== 0.0.8

- License: Feel free to use scalapi at any time at your own risk.
Expand Down
2 changes: 1 addition & 1 deletion lib/scalapi/version.rb
Expand Up @@ -3,5 +3,5 @@
# Copyright (c) Infopark AG
#
module Scalapi
VERSION = "0.0.8"
VERSION = "0.0.9"
end

0 comments on commit e79d615

Please sign in to comment.