answerific 0.2.0 → 0.2.1
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/answerific.gemspec +2 -1
- data/lib/answerific/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ac05e251a8718a75925333145c4d41db1f0916e
|
|
4
|
+
data.tar.gz: 76daf852ef40dedd8e1727050db004f5172a7223
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1933387838bc25bef6911fe2a6549bc45c1f0a4f1326fa629c94eb494a5d50eab00879da6639a5fb3c73ca03fe30f7cff8d0dbb02f49d61520dba27da5cb7645
|
|
7
|
+
data.tar.gz: 78a984d899f831ac1a8cd253a9ac973f8cd529681428d7bc49dbf3d7d531ffee0a8c0cbcdb88bc88e282b5f075c1cb6e4d7d06c218397dd79aeabccffbfa91f0
|
data/answerific.gemspec
CHANGED
|
@@ -9,7 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Justin Domingue"]
|
|
10
10
|
spec.email = ["justin.domingue@hotmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = '
|
|
12
|
+
spec.summary = ' Mining bot that can answer natural language questions by mining the web.
|
|
13
|
+
'
|
|
13
14
|
spec.homepage = 'https://github.com/justindomingue/answerific'
|
|
14
15
|
|
|
15
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/answerific/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: answerific
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Domingue
|
|
@@ -149,5 +149,5 @@ rubyforge_project:
|
|
|
149
149
|
rubygems_version: 2.4.5
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
|
-
summary:
|
|
152
|
+
summary: Mining bot that can answer natural language questions by mining the web.
|
|
153
153
|
test_files: []
|