cleverbot_io 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/cleverbot.rb +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caa1d8d6444ccf76e89d22a383bd515d30eb2210
|
|
4
|
+
data.tar.gz: 8004497531599cb36ec28aa75e53fbfbc11a2922
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74cc7a1cf4b0963c952749c47a85f477013da0ad47d02f2493be4789b1cf50fde844356708a6b85b22d39a3baed0e1810619c2f553e560d6d4d4b20148a55d2c
|
|
7
|
+
data.tar.gz: 598d18f2fbda688a59c08f64c24c3c10cc0f649637d02af9919018b352f5335b9894168507263c6d62f30c4a1c222055e0ee461edb483e99b3f361f4d360c124
|
data/CHANGELOG.md
CHANGED
data/lib/cleverbot.rb
CHANGED
|
@@ -59,7 +59,7 @@ class Cleverbot
|
|
|
59
59
|
when 'Error: API credentials incorrect' then fail Cleverbot::Errors::IncorrectCredentialsError
|
|
60
60
|
when 'Error: reference name already exists' then fail Cleverbot::Errors::DuplicatedReferenceNamesError
|
|
61
61
|
when 'success' then return
|
|
62
|
-
else fail "#{
|
|
62
|
+
else fail "#{status} UNRECOGNIZED ERROR! PLEASE REPORT TO CLEVERBOT RUBY ISSUE TRACKER."
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
|
-
end
|
|
65
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cleverbot_io
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eli Foster
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
@@ -68,8 +68,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
version: '0'
|
|
69
69
|
requirements: []
|
|
70
70
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 2.
|
|
71
|
+
rubygems_version: 2.6.4
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: A Ruby wrapper for the Cleverbot.io web API.
|
|
75
75
|
test_files: []
|
|
76
|
+
has_rdoc:
|