syncmind 0.1.0 → 0.1.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/lib/syncmind/version.rb +1 -1
- data/lib/syncmind.rb +1665 -5
- data/syncmind.gemspec +1 -1
- metadata +2 -2
data/syncmind.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.email = ["lwflouisa@riseup.ent"]
|
8
8
|
|
9
9
|
spec.summary = %q{This RubyGem for SyncMind that takes a personality quiz, and uses that data to make a chatbot.}
|
10
|
-
spec.description = %q{SyncMind creates data from a personalityn quiz, and uses that data on your computer to create a chatbot.}
|
10
|
+
spec.description = %q{SyncMind creates data from a personalityn quiz, and uses that data on your computer to create a chatbot. Not that gem is still in pre-release mode.}
|
11
11
|
spec.homepage = ""
|
12
12
|
spec.license = "MIT"
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syncmind
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LWFlouisa
|
@@ -11,7 +11,7 @@ cert_chain: []
|
|
11
11
|
date: 2020-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: SyncMind creates data from a personalityn quiz, and uses that data on
|
14
|
-
your computer to create a chatbot.
|
14
|
+
your computer to create a chatbot. Not that gem is still in pre-release mode.
|
15
15
|
email:
|
16
16
|
- lwflouisa@riseup.ent
|
17
17
|
executables: []
|