stealth-aws-comprehend 0.9.1 → 0.9.2
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 +4 -4
- data/Gemfile.lock +44 -45
- data/README.md +2 -2
- data/stealth-aws-comprehend.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b0f868d7846dd9a3fbbd235990f4f832539d3e5e5f1cdb309555b0761dfd066
|
|
4
|
+
data.tar.gz: 3c61b01412d638d22ae2ceaefb6475428382ac0aefe3fdbbbc257ba16a17ebe1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09482f6a9014e4cbf0b70bf12b07c32d42da0216f5e25442fc969685430f577329588ff63e87a1c9519e487e63dafc8fd3c88c9b42bc15b78dd8d59c652d153c'
|
|
7
|
+
data.tar.gz: 056a88186df269dbb3c97acd8cd019fd50e20f941ca66b6b65e263264effbbc4e35b0e6cd51bcda00ae8e82bef07ad4ed9005d84844f8299b807016685593169
|
data/Gemfile.lock
CHANGED
|
@@ -8,49 +8,49 @@ PATH
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actionpack (5.2.
|
|
12
|
-
actionview (= 5.2.
|
|
13
|
-
activesupport (= 5.2.
|
|
11
|
+
actionpack (5.2.1)
|
|
12
|
+
actionview (= 5.2.1)
|
|
13
|
+
activesupport (= 5.2.1)
|
|
14
14
|
rack (~> 2.0)
|
|
15
15
|
rack-test (>= 0.6.3)
|
|
16
16
|
rails-dom-testing (~> 2.0)
|
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
18
|
-
actionview (5.2.
|
|
19
|
-
activesupport (= 5.2.
|
|
18
|
+
actionview (5.2.1)
|
|
19
|
+
activesupport (= 5.2.1)
|
|
20
20
|
builder (~> 3.1)
|
|
21
21
|
erubi (~> 1.4)
|
|
22
22
|
rails-dom-testing (~> 2.0)
|
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
24
|
-
activemodel (5.2.
|
|
25
|
-
activesupport (= 5.2.
|
|
26
|
-
activerecord (5.2.
|
|
27
|
-
activemodel (= 5.2.
|
|
28
|
-
activesupport (= 5.2.
|
|
24
|
+
activemodel (5.2.1)
|
|
25
|
+
activesupport (= 5.2.1)
|
|
26
|
+
activerecord (5.2.1)
|
|
27
|
+
activemodel (= 5.2.1)
|
|
28
|
+
activesupport (= 5.2.1)
|
|
29
29
|
arel (>= 9.0)
|
|
30
|
-
activesupport (5.2.
|
|
30
|
+
activesupport (5.2.1)
|
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
32
32
|
i18n (>= 0.7, < 2)
|
|
33
33
|
minitest (~> 5.1)
|
|
34
34
|
tzinfo (~> 1.1)
|
|
35
35
|
arel (9.0.0)
|
|
36
36
|
aws-eventstream (1.0.1)
|
|
37
|
-
aws-partitions (1.
|
|
38
|
-
aws-sdk-comprehend (1.
|
|
39
|
-
aws-sdk-core (~> 3)
|
|
37
|
+
aws-partitions (1.105.0)
|
|
38
|
+
aws-sdk-comprehend (1.6.0)
|
|
39
|
+
aws-sdk-core (~> 3, >= 3.26.0)
|
|
40
40
|
aws-sigv4 (~> 1.0)
|
|
41
|
-
aws-sdk-core (3.
|
|
41
|
+
aws-sdk-core (3.30.0)
|
|
42
42
|
aws-eventstream (~> 1.0)
|
|
43
43
|
aws-partitions (~> 1.0)
|
|
44
44
|
aws-sigv4 (~> 1.0)
|
|
45
45
|
jmespath (~> 1.0)
|
|
46
|
-
aws-sigv4 (1.0.
|
|
46
|
+
aws-sigv4 (1.0.3)
|
|
47
47
|
builder (3.2.3)
|
|
48
48
|
concurrent-ruby (1.0.5)
|
|
49
49
|
connection_pool (2.2.2)
|
|
50
50
|
crass (1.0.4)
|
|
51
51
|
diff-lcs (1.3)
|
|
52
52
|
erubi (1.7.1)
|
|
53
|
-
i18n (1.0
|
|
53
|
+
i18n (1.1.0)
|
|
54
54
|
concurrent-ruby (~> 1.0)
|
|
55
55
|
jmespath (1.4.0)
|
|
56
56
|
loofah (2.2.2)
|
|
@@ -60,52 +60,51 @@ GEM
|
|
|
60
60
|
mini_portile2 (2.3.0)
|
|
61
61
|
minitest (5.11.3)
|
|
62
62
|
multi_json (1.13.1)
|
|
63
|
-
mustermann (1.0.
|
|
64
|
-
nokogiri (1.8.
|
|
63
|
+
mustermann (1.0.3)
|
|
64
|
+
nokogiri (1.8.5)
|
|
65
65
|
mini_portile2 (~> 2.3.0)
|
|
66
|
-
puma (3.
|
|
66
|
+
puma (3.12.0)
|
|
67
67
|
rack (2.0.5)
|
|
68
|
-
rack-protection (2.0.
|
|
68
|
+
rack-protection (2.0.4)
|
|
69
69
|
rack
|
|
70
|
-
rack-test (1.
|
|
70
|
+
rack-test (1.1.0)
|
|
71
71
|
rack (>= 1.0, < 3)
|
|
72
72
|
rails-dom-testing (2.0.3)
|
|
73
73
|
activesupport (>= 4.2.0)
|
|
74
74
|
nokogiri (>= 1.6)
|
|
75
75
|
rails-html-sanitizer (1.0.4)
|
|
76
76
|
loofah (~> 2.2, >= 2.2.2)
|
|
77
|
-
railties (5.2.
|
|
78
|
-
actionpack (= 5.2.
|
|
79
|
-
activesupport (= 5.2.
|
|
77
|
+
railties (5.2.1)
|
|
78
|
+
actionpack (= 5.2.1)
|
|
79
|
+
activesupport (= 5.2.1)
|
|
80
80
|
method_source
|
|
81
81
|
rake (>= 0.8.7)
|
|
82
|
-
thor (>= 0.
|
|
82
|
+
thor (>= 0.19.0, < 2.0)
|
|
83
83
|
rake (12.3.1)
|
|
84
|
-
redis (4.0.
|
|
85
|
-
rspec (3.
|
|
86
|
-
rspec-core (~> 3.
|
|
87
|
-
rspec-expectations (~> 3.
|
|
88
|
-
rspec-mocks (~> 3.
|
|
89
|
-
rspec-core (3.
|
|
90
|
-
rspec-support (~> 3.
|
|
91
|
-
rspec-expectations (3.
|
|
84
|
+
redis (4.0.2)
|
|
85
|
+
rspec (3.8.0)
|
|
86
|
+
rspec-core (~> 3.8.0)
|
|
87
|
+
rspec-expectations (~> 3.8.0)
|
|
88
|
+
rspec-mocks (~> 3.8.0)
|
|
89
|
+
rspec-core (3.8.0)
|
|
90
|
+
rspec-support (~> 3.8.0)
|
|
91
|
+
rspec-expectations (3.8.1)
|
|
92
92
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
93
|
-
rspec-support (~> 3.
|
|
94
|
-
rspec-mocks (3.
|
|
93
|
+
rspec-support (~> 3.8.0)
|
|
94
|
+
rspec-mocks (3.8.0)
|
|
95
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
|
-
rspec-support (~> 3.
|
|
97
|
-
rspec-support (3.
|
|
98
|
-
sidekiq (5.
|
|
99
|
-
|
|
100
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
|
96
|
+
rspec-support (~> 3.8.0)
|
|
97
|
+
rspec-support (3.8.0)
|
|
98
|
+
sidekiq (5.2.2)
|
|
99
|
+
connection_pool (~> 2.2, >= 2.2.2)
|
|
101
100
|
rack-protection (>= 1.5.0)
|
|
102
101
|
redis (>= 3.3.5, < 5)
|
|
103
|
-
sinatra (2.0.
|
|
102
|
+
sinatra (2.0.4)
|
|
104
103
|
mustermann (~> 1.0)
|
|
105
104
|
rack (~> 2.0)
|
|
106
|
-
rack-protection (= 2.0.
|
|
105
|
+
rack-protection (= 2.0.4)
|
|
107
106
|
tilt (~> 2.0)
|
|
108
|
-
stealth (1.0.
|
|
107
|
+
stealth (1.0.4)
|
|
109
108
|
activerecord (~> 5.2)
|
|
110
109
|
activesupport (~> 5.2)
|
|
111
110
|
multi_json (~> 1.12)
|
|
@@ -124,7 +123,7 @@ PLATFORMS
|
|
|
124
123
|
ruby
|
|
125
124
|
|
|
126
125
|
DEPENDENCIES
|
|
127
|
-
rspec (= 3.
|
|
126
|
+
rspec (= 3.8.0)
|
|
128
127
|
stealth-aws-comprehend!
|
|
129
128
|
|
|
130
129
|
RUBY VERSION
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Stealth Amazon Comprehend
|
|
2
2
|
|
|
3
|
-
This gem provides NLP via the [AWS Comprehend](https://aws.amazon.com/comprehend/) service. It integrates with the Stealth Controller to provide NLP against `current_message`.
|
|
3
|
+
This gem provides NLP via the [AWS Comprehend](https://aws.amazon.com/comprehend/) service. It integrates with the [Stealth](https://github.com/hellostealth/stealth) Controller to provide NLP against `current_message`.
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'stealth-aws-comprehend'
|
|
3
|
-
s.version = '0.9.
|
|
3
|
+
s.version = '0.9.2'
|
|
4
4
|
s.summary = "Stealth AWS Comprehend"
|
|
5
5
|
s.description = "Built-in NLP for Stealth bots via AWS Comprehend."
|
|
6
6
|
s.authors = ["Mauricio Gomes"]
|
|
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.add_dependency 'stealth', '< 2.0'
|
|
13
13
|
s.add_dependency 'aws-sdk-comprehend', '~> 1.0'
|
|
14
14
|
|
|
15
|
-
s.add_development_dependency "rspec", "3.
|
|
15
|
+
s.add_development_dependency "rspec", "= 3.8.0"
|
|
16
16
|
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stealth-aws-comprehend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.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: 2018-
|
|
11
|
+
date: 2018-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: stealth
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 3.
|
|
47
|
+
version: 3.8.0
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 3.
|
|
54
|
+
version: 3.8.0
|
|
55
55
|
description: Built-in NLP for Stealth bots via AWS Comprehend.
|
|
56
56
|
email: mauricio@edge14.com
|
|
57
57
|
executables: []
|