witai-charyf 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 21b73b62decb583d09e7ec92651ec8bb79bf2073
4
- data.tar.gz: 98137080809ae25d5874afefb8823640da226aaa
3
+ metadata.gz: aa3debb0d98e6ada2b590ff170a9872a3797d9b4
4
+ data.tar.gz: cea33e946230372400e7eeb2dee8ac464345e020
5
5
  SHA512:
6
- metadata.gz: 63114f7199fb2432f0ec885060069b589cacd14f552dab3d1b0c602881677b2c772ffb2900e7bc556c40991c941566c162600d7548315537ab4c192ecae04d5c
7
- data.tar.gz: 3b03e7e82f1136abd3fdceb70d88eb1e4b7b8efe1ad8979627d1b235f9e62355bf6ae8248c17c03749a6232c2a62c63ab07ddde4c5bbdd7d02f6c0d7147534e0
6
+ metadata.gz: c27fbcb28aa8b1bf0a71cf5ff7835bf3291bd5527ff495adc041c3ef9b71583b95afba8430441d584530f63bcee021f3b203bbb1f0a3e5115599bee605410884
7
+ data.tar.gz: 95464805fcf39b6c90bf0dd45df31868c088dbd9feaa429c14a1ba19b931cd92c63e554aee9ae61035bfe33890cc9882320f5ca597af67ae15dcde26f91905b2
@@ -17,7 +17,7 @@ module WitAI
17
17
  return unless behavior == :invoke
18
18
 
19
19
  say_status 'notice', "Wit installed" +
20
- "\n\t\tDo not forget to set adapt intent processor in application configuration" +
20
+ "\n\t\tDo not forget to set wit intent processor in application configuration" +
21
21
  "\n\t\t\tconfig.enabled_intent_processors = [.., :wit, ..]", :green
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  module WitAI
2
2
  module Charyf
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: witai-charyf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Ludvigh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2018-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charyf