socrates 0.1.24 → 0.1.25
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/socrates/version.rb +1 -1
- data/socrates.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0c30291ba5c50a38506a90ad16a3f95c3def79c9f89b61ea5516a2aac2f4a04
|
|
4
|
+
data.tar.gz: 505bc91dce949079bda12b3cf501ecedfa98d9feb29275c2e1b5d1b8e89eec18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13abb8fa29a5780db603f590bfa60fbe584b8e6137e5f42814452eb9b008f4d1c3a218e43d10b8641a3826c4cfc7249e28c74d219a0a0fa801395d25a565ce56
|
|
7
|
+
data.tar.gz: 62f8c97970506a2d4bd4418fba74416adfee0ea4d568ace41377dd7721da19936f9b81d7be6e517ca729bbb30b9794c5ffcb028664ed80352c95ef859b10d3bb
|
data/lib/socrates/version.rb
CHANGED
data/socrates.gemspec
CHANGED
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = "A micro-framework for building stateful conversational bots."
|
|
14
14
|
spec.homepage = "https://github.com/carbonfive/socrates"
|
|
15
|
+
spec.metadata = { "source_code_uri" => "https://github.com/carbonfive/socrates" }
|
|
15
16
|
|
|
16
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
17
18
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: socrates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Nelson
|
|
@@ -229,7 +229,8 @@ files:
|
|
|
229
229
|
homepage: https://github.com/carbonfive/socrates
|
|
230
230
|
licenses:
|
|
231
231
|
- MIT
|
|
232
|
-
metadata:
|
|
232
|
+
metadata:
|
|
233
|
+
source_code_uri: https://github.com/carbonfive/socrates
|
|
233
234
|
post_install_message:
|
|
234
235
|
rdoc_options: []
|
|
235
236
|
require_paths:
|