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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e81fef1ef9b77e8823ea1eea1f157e52c80af930
4
- data.tar.gz: 9e806579b3bc22837c58daf63a4200eef9a698dd
3
+ metadata.gz: 5ac05e251a8718a75925333145c4d41db1f0916e
4
+ data.tar.gz: 76daf852ef40dedd8e1727050db004f5172a7223
5
5
  SHA512:
6
- metadata.gz: a5d1fd241089b7f2bd3feea69a193361684734bdd5012cbc8aee7992ac9d6fa2fb1081a2b7e3bd6d0a3b9d3a5d0bb10990262b2cf44b33dbade31e64c8635b88
7
- data.tar.gz: a84357bd7aa62b49affcb427c7d5e1256bbb7fe1529b498cccb7a50f9694705aa2e5ac5168b0202f8ebde3d2dc9b22252fe19ad45f52546585ab633fd1a647cc
6
+ metadata.gz: 1933387838bc25bef6911fe2a6549bc45c1f0a4f1326fa629c94eb494a5d50eab00879da6639a5fb3c73ca03fe30f7cff8d0dbb02f49d61520dba27da5cb7645
7
+ data.tar.gz: 78a984d899f831ac1a8cd253a9ac973f8cd529681428d7bc49dbf3d7d531ffee0a8c0cbcdb88bc88e282b5f075c1cb6e4d7d06c218397dd79aeabccffbfa91f0
@@ -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 = 'Bot that answers natural language questions.'
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Answerific
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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: Bot that answers natural language questions.
152
+ summary: Mining bot that can answer natural language questions by mining the web.
153
153
  test_files: []