Skip to content

Commit

Permalink
[!] NOTICKET: updated default API version and removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugic committed Sep 2, 2016
1 parent 371a636 commit 08ca28b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ More information about possible parameters can be found at https://docs.api.ai/d

#Changelog

1.1.3 - fixed non-correctly serialized parameters in new contexts during query send process

1.1.2 - fixed compatibility with ruby version less then 2.1.6
* 1.1.4 - removed unused dependency and updated default API version
* 1.1.3 - fixed non-correctly serialized parameters in new contexts during query send process
* 1.1.2 - fixed compatibility with ruby version less then 2.1.6
3 changes: 2 additions & 1 deletion api-ai-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '~> 2.0'

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_dependency 'http', '~> 0.9.4'
spec.add_dependency 'http-form_data', '~> 1.0'

end
4 changes: 2 additions & 2 deletions lib/api-ai-ruby/constants.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module ApiAiRuby
class Constants
VERSION = '1.1.3'
VERSION = '1.1.4'
DEFAULT_BASE_URL = 'https://api.api.ai/v1/'
DEFAULT_API_VERSION = '20150204'
DEFAULT_API_VERSION = '20150910'
DEFAULT_CLIENT_LANG = 'en'
end
end

0 comments on commit 08ca28b

Please sign in to comment.