stealth 0.10.5 → 0.10.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e7a98ce4d22d1d86114ca6afd49c33886796f54ce19e65b82389e9329aafc5c
4
- data.tar.gz: baf1faa70c99ceaa7ab0e74380986546ee4dd87a24b56a4e836ce2409176ae2c
3
+ metadata.gz: e3c11a8fa36934b10676a7849577d116f8f855205bc9293be4feecd8b70bbfec
4
+ data.tar.gz: d40c666b0092cd2318d3754d7c8f3824ff3720f228b54a5104bef715c16bf67e
5
5
  SHA512:
6
- metadata.gz: e5959cb310d89fee9fdfabc3ffcba9834ff37e506d7b0353d6212c09c7fdc8c6a7c106e47282e136b8cc07c6b350a142091c150ef127e41c70f20d16ba02932a
7
- data.tar.gz: 41bd4e035073d704df2d68e9993e007a85f89fb11a8f9d469bc2a20b4eabb3d030ff87a9350a48f86882dfdce5dee2d1eeefbed74695e0603a189feb2ab7d2bf
6
+ metadata.gz: 24584d7ffb9f5cfcb3f46476128185182b0ef93ddbeeeea8e12e049c187264847d371044cd72381d5d866bc60aaa9c003039e6a763335ce8b73ecfa165336d2b
7
+ data.tar.gz: 9023451c457607c89d1116f2a8de0d0ae7cec8175b9693ac598664f5a1b530bbf3fc1925f21c1f6fe2f493a963d3ced1d825dbf8f6ce1b815076dda6a38a7b12
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.5
1
+ 0.10.6
data/lib/stealth/base.rb CHANGED
@@ -71,6 +71,8 @@ module Stealth
71
71
  def self.load_environment
72
72
  require File.join(Stealth.root, 'config', 'boot')
73
73
  require_directory("config/initializers")
74
+ # Require explicitly to ensure it loads first
75
+ require File.join(Stealth.root, 'bot', 'controllers', 'bot_controller')
74
76
  require_directory("bot")
75
77
  end
76
78
 
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
2
2
 
3
3
  ruby '2.5.0'
4
4
 
5
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6
5
  gem 'stealth', '~> 0.10.0'
7
6
 
8
7
  # Uncomment to enable the Stealth Facebook Driver
data/logo.svg ADDED
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 92 95.79" xmlns="http://www.w3.org/2000/svg"><g fill="#000a38"><path d="m5.63 92.27a1.69 1.69 0 0 0 1.79 1.15c.88 0 1.49-.38 1.49-1.08 0-.53-.34-.77-1-.94l-2.17-.4c-1.62-.37-2.84-1.23-2.84-3.14 0-2.21 1.8-3.66 4.25-3.66 2.7 0 4.23 1.51 4.53 3.45h-2.82a1.66 1.66 0 0 0 -1.7-1.1c-.82 0-1.38.37-1.38 1s.34.78.92.9l2.16.52c1.89.46 2.93 1.5 2.93 3.25 0 2.31-1.91 3.63-4.32 3.63-2.65 0-4.45-1.3-4.84-3.52z"/><path d="m14.72 84.34h9.73v2.53h-3.45v8.74h-2.87v-8.74h-3.41z"/><path d="m35.88 84.34v2.53h-5.06v1.76h4.62v2.48h-4.62v2h5.06v2.55h-7.88v-11.32z"/><path d="m46.12 84.34 4.21 11.27h-2.94l-.79-2.19h-4l-.78 2.19h-2.82l4.21-11.27zm-2.65 6.66h2.27l-1.14-3.18z"/><path d="m53.62 84.34h2.9v8.72h4.95v2.55h-7.85z"/><path d="m63 84.34h9.72v2.53h-3.4v8.74h-2.9v-8.74h-3.42z"/><path d="m86.33 84.34v11.27h-2.9v-4.46h-4.27v4.46h-2.9v-11.27h2.9v4.27h4.27v-4.27z"/><path d="m92 46-14.84-14.84-1.48-1.48-13.36-13.36-1.48-1.48-14.84-14.84-14.84 14.84-1.48 1.48-13.36 13.36-1.48 1.48-14.84 14.84 16.32 16.32 14.84-14.84 14.84 14.84 14.84-14.84 14.84 14.84zm-31.16-28.19 13.35 13.35-6.67 6.68-6.68 6.68-13.36-13.36 6.68-6.68zm-14.84-14.81 13.36 13.32-6.68 6.68-6.68 6.68-6.68-6.68-6.68-6.68zm-28.19 28.16 13.35-13.35 6.68 6.67 6.68 6.68-13.36 13.36-6.68-6.68zm-1.49 28.2-13.32-13.36 13.32-13.36 6.68 6.68 6.68 6.68zm29.68 0-13.36-13.36 13.36-13.36 13.36 13.36zm23-20 6.68-6.68 13.32 13.32-13.32 13.36-13.36-13.36z"/></g></svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -221,6 +221,7 @@ files:
221
221
  - lib/stealth/services/jobs/handle_message_job.rb
222
222
  - lib/stealth/session.rb
223
223
  - lib/stealth/version.rb
224
+ - logo.svg
224
225
  - spec/configuration_spec.rb
225
226
  - spec/controller/callbacks_spec.rb
226
227
  - spec/controller/helpers_spec.rb
@@ -261,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
261
262
  version: '0'
262
263
  requirements: []
263
264
  rubyforge_project:
264
- rubygems_version: 2.7.3
265
+ rubygems_version: 2.7.6
265
266
  signing_key:
266
267
  specification_version: 4
267
268
  summary: Ruby framework for conversational bots