Skip to content

Commit

Permalink
New release with all merged pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugic committed Aug 19, 2016
1 parent 4226490 commit da98ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ More information about possible parameters can be found at https://docs.api.ai/d
**ApiAiRuby::Client** currently able to raise two kind of errors: **ApiAiRuby::ClientError** (due to configuration mismatch) and **ApiAiRuby::RequestError** in case of something goes wrong during request. For both kind of errors you can get **error.message** (as usual) and **ApiAiRuby::RequestError** can additionally give you code of server error (you can get it with **error.code**)


#Changelog


1.1.2 - fixed compatibility with ruby version less then 2.1.6
2 changes: 1 addition & 1 deletion lib/api-ai-ruby/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ApiAiRuby
class Constants
VERSION = '1.1.0'
VERSION = '1.1.2'
DEFAULT_BASE_URL = 'https://api.api.ai/v1/'
DEFAULT_API_VERSION = '20150204'
DEFAULT_CLIENT_LANG = 'en'
Expand Down

0 comments on commit da98ab6

Please sign in to comment.