xip-luis 1.2.1 → 1.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
  SHA256:
3
- metadata.gz: 870278eff7d1137878825a9e25be8f83c46b45f3763091e6671427f9df6cf75b
4
- data.tar.gz: 340a78e02e9db834799a49e9ec9d196f6bf7cef20f782d74c3291ed5790548a9
3
+ metadata.gz: 1879e22e335aad57377f36a47178df255744bd7a09cb8f5596b724369731a38b
4
+ data.tar.gz: f8a8a901e388a8c40396d2d2a53fef536eb0c02adc0a7e8be9e55fff76cdd331
5
5
  SHA512:
6
- metadata.gz: edf4ba99ed57c1ce36c729436675a24df7041d2e4557b621decd9fce3fa4b5858c31f5785eebe0104ab1c3d8deb6fe4708b4d6df0b0aee0172085fdf88b8e3f9
7
- data.tar.gz: 0fadea07ccdc34a113e750668da7823bebfd710635b8ae1c152723a7c9475015dedea9fa5dfe3f50b7b5c31bf80654558b1468c4badc84b0447f4f78c2ff9628
6
+ metadata.gz: 0d0c698df69a71a562f1c73b77a786891411d825cf33dd0208993dc1bfee2ae7787a58cae65280badf3c851a37ca058a6fe378ccc204514b9abc7ba298df452b
7
+ data.tar.gz: 3d118e2bc0c425d688552e11a0e02b3f7c946794bb3162c658991240d09d939ed844ca6eb91d8d41bb2cb29cfb86a9cf030a4bba31116e75a502e86a5b5b4588
@@ -0,0 +1 @@
1
+ github: [xipkit]
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ # please add general patterns to your global ignore list
2
+ # see https://github.com/github/gitignore#readme
3
+ .DS_STORE
4
+ *.swp
5
+ *.rbc
6
+ *.sass-cache
7
+ /pkg
8
+ /doc/api
9
+ /coverage
10
+ .yardoc
11
+ doc/
12
+ *.gem
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xip-luis (1.2.1)
4
+ xip-luis (1.2.2)
5
5
  http (~> 4)
6
6
  xip (~> 2.0.0.beta)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.0)
11
+ activesupport (6.1.2.1)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
@@ -16,11 +16,12 @@ GEM
16
16
  zeitwerk (~> 2.3)
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
- concurrent-ruby (1.1.7)
19
+ concurrent-ruby (1.1.8)
20
20
  connection_pool (2.2.3)
21
21
  diff-lcs (1.4.4)
22
22
  domain_name (0.5.20190701)
23
23
  unf (>= 0.0.5, < 1.0.0)
24
+ eventmachine (1.2.7)
24
25
  ffi (1.14.2)
25
26
  ffi-compiler (1.0.1)
26
27
  ffi (>= 1.0.0)
@@ -33,15 +34,15 @@ GEM
33
34
  http-cookie (1.0.3)
34
35
  domain_name (~> 0.5)
35
36
  http-form_data (2.3.0)
36
- http-parser (1.2.2)
37
- ffi-compiler
38
- i18n (1.8.5)
37
+ http-parser (1.2.3)
38
+ ffi-compiler (>= 1.0, < 2.0)
39
+ i18n (1.8.8)
39
40
  concurrent-ruby (~> 1.0)
40
- minitest (5.14.2)
41
+ minitest (5.14.3)
41
42
  multi_json (1.15.0)
42
43
  mustermann (1.1.1)
43
44
  ruby2_keywords (~> 0.0.1)
44
- nio4r (2.5.4)
45
+ nio4r (2.5.5)
45
46
  public_suffix (4.0.6)
46
47
  puma (4.3.7)
47
48
  nio4r (~> 2.0)
@@ -63,8 +64,8 @@ GEM
63
64
  diff-lcs (>= 1.2.0, < 2.0)
64
65
  rspec-support (~> 3.9.0)
65
66
  rspec-support (3.9.3)
66
- ruby2_keywords (0.0.2)
67
- sidekiq (6.1.2)
67
+ ruby2_keywords (0.0.4)
68
+ sidekiq (6.1.3)
68
69
  connection_pool (>= 2.2.2)
69
70
  rack (~> 2.0)
70
71
  redis (>= 4.2.0)
@@ -73,13 +74,21 @@ GEM
73
74
  rack (~> 2.2)
74
75
  rack-protection (= 2.1.0)
75
76
  tilt (~> 2.0)
76
- thor (1.0.1)
77
+ thor (1.1.0)
77
78
  tilt (2.0.10)
78
79
  tzinfo (2.0.4)
79
80
  concurrent-ruby (~> 1.0)
80
81
  unf (0.1.4)
81
82
  unf_ext
82
83
  unf_ext (0.0.7.7)
84
+ websocket (1.2.9)
85
+ websocket-eventmachine-base (1.2.0)
86
+ eventmachine (~> 1.0)
87
+ websocket (~> 1.0)
88
+ websocket-native (~> 1.0)
89
+ websocket-eventmachine-client (1.3.0)
90
+ websocket-eventmachine-base (~> 1.0)
91
+ websocket-native (1.0.0)
83
92
  xip (2.0.0.beta2)
84
93
  activesupport (~> 6.0)
85
94
  multi_json (~> 1.12)
@@ -87,6 +96,7 @@ GEM
87
96
  sidekiq (~> 6.0)
88
97
  sinatra (~> 2.0)
89
98
  thor (~> 1.0)
99
+ websocket-eventmachine-client (~> 1.3)
90
100
  zeitwerk (2.4.2)
91
101
 
92
102
  PLATFORMS
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'http'
4
+
3
5
  module Xip
4
6
  module Nlp
5
7
  module Luis
data/xip-luis.gemspec CHANGED
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'xip-luis'
5
- s.version = '1.2.1'
5
+ s.version = '1.2.2'
6
6
  s.summary = "LUIS NLP Xip Kit Component"
7
7
  s.description = "Built-in NLP for Xip Kit via Microsoft's Language Understanding (LUIS)."
8
8
  s.authors = ["Mauricio Gomes"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xip-luis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-23 00:00:00.000000000 Z
11
+ date: 2021-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xip
@@ -58,6 +58,8 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
+ - ".github/FUNDING.yml"
62
+ - ".gitignore"
61
63
  - CHANGELOG.md
62
64
  - Gemfile
63
65
  - Gemfile.lock
@@ -88,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
90
  - !ruby/object:Gem::Version
89
91
  version: '0'
90
92
  requirements: []
91
- rubygems_version: 3.1.2
93
+ rubygems_version: 3.1.4
92
94
  signing_key:
93
95
  specification_version: 4
94
96
  summary: LUIS NLP Xip Kit Component