stealth 1.1.3 → 1.1.4
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 +5 -5
- data/VERSION +1 -1
- data/lib/stealth/base.rb +2 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 415e54e423e4ce6800263fe03721b5f265640857
|
|
4
|
+
data.tar.gz: e20d3299a677119d1ad16b0d312bad90a036c97c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28747e689a109e8001ee51cec12eda17619d551d52af49020a9e82968f651afad18fea9774c70da5dd19257f0e74029b67e902f61550b6895287c093b8869690
|
|
7
|
+
data.tar.gz: 2d02bc25b2736129e6f73e76c7dec9684b3aba2997afbd70482328e03f6fa2407bb0717c1751579b4888ec93bf7ff20faa55d838f5376c397a52b593652a0fa4
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.4
|
data/lib/stealth/base.rb
CHANGED
|
@@ -81,6 +81,8 @@ module Stealth
|
|
|
81
81
|
require_directory("config/initializers")
|
|
82
82
|
|
|
83
83
|
# Require explicitly to ensure it loads first
|
|
84
|
+
require_directory File.join(Stealth.root, 'bot', 'controllers', 'concerns')
|
|
85
|
+
require_directory File.join(Stealth.root, 'bot', 'models', 'concerns')
|
|
84
86
|
require File.join(Stealth.root, 'bot', 'controllers', 'bot_controller')
|
|
85
87
|
require File.join(Stealth.root, 'bot', 'models', 'bot_record')
|
|
86
88
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stealth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Gomes
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sinatra
|
|
@@ -301,7 +301,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
301
301
|
- !ruby/object:Gem::Version
|
|
302
302
|
version: '0'
|
|
303
303
|
requirements: []
|
|
304
|
-
|
|
304
|
+
rubyforge_project:
|
|
305
|
+
rubygems_version: 2.5.2.3
|
|
305
306
|
signing_key:
|
|
306
307
|
specification_version: 4
|
|
307
308
|
summary: Ruby framework for conversational bots
|