socrates 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 347fa0a2b36a88b16eb47e154c4b9e54afe479fb402087497c0781894e99b1a8
4
- data.tar.gz: 3f12421439e9b1e59c94f41d8f25458046c88cbc8c6ae310cf658613f9cc116f
3
+ metadata.gz: e0c30291ba5c50a38506a90ad16a3f95c3def79c9f89b61ea5516a2aac2f4a04
4
+ data.tar.gz: 505bc91dce949079bda12b3cf501ecedfa98d9feb29275c2e1b5d1b8e89eec18
5
5
  SHA512:
6
- metadata.gz: cd2b89914b06a0fb227b8ecdab1fd32b931fa8aa717887a4626ad1da0c6c65c3b9b63e6b07e4b50c470ccaf1c9503e6d31e56e8fa9bc68de9f03b33857176de9
7
- data.tar.gz: ffb35b50c28764478efae554b2a3f3f2260d2e11a46fcff6ead6d53a46fa2b376563dbae512d2beb1d93383b14fad289a4d5f774c32d29ad87d8a3955d14018a
6
+ metadata.gz: 13abb8fa29a5780db603f590bfa60fbe584b8e6137e5f42814452eb9b008f4d1c3a218e43d10b8641a3826c4cfc7249e28c74d219a0a0fa801395d25a565ce56
7
+ data.tar.gz: 62f8c97970506a2d4bd4418fba74416adfee0ea4d568ace41377dd7721da19936f9b81d7be6e517ca729bbb30b9794c5ffcb028664ed80352c95ef859b10d3bb
@@ -1,3 +1,3 @@
1
1
  module Socrates
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
@@ -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.24
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: