File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ group :test do
12
12
gem 'coveralls'
13
13
gem 'rspec' , '>= 2.14'
14
14
gem 'simplecov' , '>= 0.9'
15
- gem 'webmock'
15
+ gem 'webmock' , '>=2.3.2'
16
16
end
17
17
18
18
gemspec
Original file line number Diff line number Diff line change @@ -175,13 +175,17 @@ Please see the [httprb wiki on timeouts](https://github.com/httprb/http/wiki/Tim
175
175
176
176
#Changelog
177
177
178
+ ##2 .0.0
179
+ ###Breaking:
180
+ - http gem dependency updated to 2.0, it does no longer raise ` Errno::ETIMEDOUT ` . Thanks to @tak1n
181
+
178
182
##1 .3.0
179
183
180
- ###Non-breaking
184
+ ###Non-breaking:
181
185
- contexts endpoint support (https://docs.api.ai/docs/contexts )
182
186
- better RDoc
183
187
184
- ###Breaking
188
+ ###Breaking:
185
189
- ApiAiRuby::Client::user_entities_request renamed to ApiAiRuby::Client::create_user_entities_request
186
190
- ApiAiRuby::Entity::addEntry renamed to ApiAiRuby::Entity::add_entry
187
191
Original file line number Diff line number Diff line change 1
1
module ApiAiRuby
2
2
class Constants
3
- VERSION = '1.3 .0'
3
+ VERSION = '2.0 .0'
4
4
DEFAULT_BASE_URL = 'https://api.api.ai/v1/'
5
5
DEFAULT_API_VERSION = '20150910'
6
6
DEFAULT_CLIENT_LANG = 'en'
You can’t perform that action at this time.
0 commit comments