cleverbot_io 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16d66dce4ff98de8e01c5859040779fddb277919
|
4
|
+
data.tar.gz: 2bfade823a9aea3cf6eb08ef70343d7ac6c3819f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd6ccb3862c0633c09305571e5ebb9e785b685e215ba5d3dd180e6c2638bd1c09f6fd5e37c605cfec0d6ab9a101fdaf1ce98814aa78fbf018620bf3b0df11814
|
7
|
+
data.tar.gz: 2495a81e7d72dcc7433613ecf5da9262ff661a835717430e3b98d312a604c63c5e3611c56fe6a8abfa6df4188b69eacabab107722868745e12747000a0d5bbef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
## Version 1
|
3
|
+
### 1.2.1
|
4
|
+
* Use pessimistic version requirements, and bump Oj dependency.
|
5
|
+
|
3
6
|
### 1.2.0
|
4
7
|
* Improve performance by using optimized JSON instead of stdlib JSON
|
5
8
|
* Implement proper error handling for both of Cleverbot's errors, as well as a fallback error which complains about being unrecognized (#3).
|
@@ -10,4 +13,4 @@
|
|
10
13
|
* Fix old links and what-not.
|
11
14
|
|
12
15
|
### 1.0.0
|
13
|
-
* Initial release.
|
16
|
+
* Initial release.
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eli Foster
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.7
|
19
|
+
version: '2.7'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.7
|
26
|
+
version: '2.7'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: oj
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
33
|
+
version: '2.15'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.
|
40
|
+
version: '2.15'
|
41
41
|
description: A fully featured wrapper to the Cleverbot.io web API.
|
42
42
|
email: elifosterwy@gmail.com
|
43
43
|
executables: []
|