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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/VERSION +1 -1
  3. data/lib/stealth/base.rb +2 -0
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: a1f8320b2cac826c1cf5148f68e2a6f6150be3cb304a0d53060cc080a09ae12d
4
- data.tar.gz: d4b52efb67c07f381bb5db90e1d81fc8de8bec58beb5f9d092bb67848c733112
2
+ SHA1:
3
+ metadata.gz: 415e54e423e4ce6800263fe03721b5f265640857
4
+ data.tar.gz: e20d3299a677119d1ad16b0d312bad90a036c97c
5
5
  SHA512:
6
- metadata.gz: afff49469cf84849199aa6ddb275cc49b33df768c117032698e98346645d88b0052cfccaa54cd4e7e55d97bc22531d6761ccc30fd5588acb7fd630b49820473c
7
- data.tar.gz: 8717b999c849c5132e17d695534c1b74958d0b372ad2382c2695edde915c3f76c2247e7fb36947a80d67eeda2a51cd1b9bc19337de7ee9c77b1dad10b9433abb
6
+ metadata.gz: 28747e689a109e8001ee51cec12eda17619d551d52af49020a9e82968f651afad18fea9774c70da5dd19257f0e74029b67e902f61550b6895287c093b8869690
7
+ data.tar.gz: 2d02bc25b2736129e6f73e76c7dec9684b3aba2997afbd70482328e03f6fa2407bb0717c1751579b4888ec93bf7ff20faa55d838f5376c397a52b593652a0fa4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -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.3
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-01-02 00:00:00.000000000 Z
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
- rubygems_version: 3.0.1
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