stealth-aws-comprehend 0.9.0 → 0.9.1

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: ebf9ff316ff38bd0e93b7d902199389529ea3aee2aae2b074c486a4eddd66a1d
4
- data.tar.gz: 06b6cee909c613ff518d39044b80e1dcfc7de7edcf6b531ac620e88773f513f5
3
+ metadata.gz: 9cb61db4dda5d17c24088c590af1ac375e3271d3ed50022709c558900aa5bd7a
4
+ data.tar.gz: 33d91094733f63938aeb48e4a8f57db29c85a490c171e2dce30ec222199c390d
5
5
  SHA512:
6
- metadata.gz: 7f58207d4b2d8b5f4bafba530586094288c0509cc2fe501581268454975b6af3c53ee2d56d19ba46951230d17c83126333a97d64e68a9ae8e326285161d22dd4
7
- data.tar.gz: fddb2d17bff2020db94bd442f0758bf9b4932c5591398184024f513139c0d080675b08cffd414f21c5c6d72810e5e152df8cc0918b60a31579570874fccb779b
6
+ metadata.gz: f1503df958fe2a4adc6466fb5248cc2514e391199c36a6b42793d2a755908561be4793c2d9e98879a0fee3e00b2306f6142f6fd7fc128e7e72295c28b3b8adfd
7
+ data.tar.gz: 774f168f28ff127b50ef68c9e18ef0db61257830991daed483e6a75e0275a2a5bfb10e20a09763809b6d0d9045e29050bc00170dee5b7d73e864bc2ef37a0ece
@@ -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
@@ -1,40 +1,86 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stealth-aws-comprehend (0.9.0)
4
+ stealth-aws-comprehend (0.9.1)
5
5
  aws-sdk-comprehend (~> 1.0)
6
6
  stealth (< 2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ actionpack (5.2.0)
12
+ actionview (= 5.2.0)
13
+ activesupport (= 5.2.0)
14
+ rack (~> 2.0)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (5.2.0)
19
+ activesupport (= 5.2.0)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
+ activemodel (5.2.0)
25
+ activesupport (= 5.2.0)
26
+ activerecord (5.2.0)
27
+ activemodel (= 5.2.0)
28
+ activesupport (= 5.2.0)
29
+ arel (>= 9.0)
11
30
  activesupport (5.2.0)
12
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
32
  i18n (>= 0.7, < 2)
14
33
  minitest (~> 5.1)
15
34
  tzinfo (~> 1.1)
16
- aws-partitions (1.82.0)
35
+ arel (9.0.0)
36
+ aws-eventstream (1.0.1)
37
+ aws-partitions (1.92.0)
17
38
  aws-sdk-comprehend (1.0.0)
18
39
  aws-sdk-core (~> 3)
19
40
  aws-sigv4 (~> 1.0)
20
- aws-sdk-core (3.20.2)
41
+ aws-sdk-core (3.21.2)
42
+ aws-eventstream (~> 1.0)
21
43
  aws-partitions (~> 1.0)
22
44
  aws-sigv4 (~> 1.0)
23
45
  jmespath (~> 1.0)
24
46
  aws-sigv4 (1.0.2)
47
+ builder (3.2.3)
25
48
  concurrent-ruby (1.0.5)
26
- connection_pool (2.2.1)
49
+ connection_pool (2.2.2)
50
+ crass (1.0.4)
27
51
  diff-lcs (1.3)
52
+ erubi (1.7.1)
28
53
  i18n (1.0.1)
29
54
  concurrent-ruby (~> 1.0)
30
55
  jmespath (1.4.0)
56
+ loofah (2.2.2)
57
+ crass (~> 1.0.2)
58
+ nokogiri (>= 1.5.9)
59
+ method_source (0.9.0)
60
+ mini_portile2 (2.3.0)
31
61
  minitest (5.11.3)
32
62
  multi_json (1.13.1)
33
63
  mustermann (1.0.2)
64
+ nokogiri (1.8.3)
65
+ mini_portile2 (~> 2.3.0)
34
66
  puma (3.11.4)
35
67
  rack (2.0.5)
36
- rack-protection (2.0.1)
68
+ rack-protection (2.0.3)
37
69
  rack
70
+ rack-test (1.0.0)
71
+ rack (>= 1.0, < 3)
72
+ rails-dom-testing (2.0.3)
73
+ activesupport (>= 4.2.0)
74
+ nokogiri (>= 1.6)
75
+ rails-html-sanitizer (1.0.4)
76
+ loofah (~> 2.2, >= 2.2.2)
77
+ railties (5.2.0)
78
+ actionpack (= 5.2.0)
79
+ activesupport (= 5.2.0)
80
+ method_source
81
+ rake (>= 0.8.7)
82
+ thor (>= 0.18.1, < 2.0)
83
+ rake (12.3.1)
38
84
  redis (4.0.1)
39
85
  rspec (3.6.0)
40
86
  rspec-core (~> 3.6.0)
@@ -54,15 +100,17 @@ GEM
54
100
  connection_pool (~> 2.2, >= 2.2.0)
55
101
  rack-protection (>= 1.5.0)
56
102
  redis (>= 3.3.5, < 5)
57
- sinatra (2.0.1)
103
+ sinatra (2.0.3)
58
104
  mustermann (~> 1.0)
59
105
  rack (~> 2.0)
60
- rack-protection (= 2.0.1)
106
+ rack-protection (= 2.0.3)
61
107
  tilt (~> 2.0)
62
- stealth (0.10.6)
63
- activesupport (~> 5.2.0.rc1)
108
+ stealth (1.0.3)
109
+ activerecord (~> 5.2)
110
+ activesupport (~> 5.2)
64
111
  multi_json (~> 1.12)
65
112
  puma (~> 3.10)
113
+ railties (~> 5.2)
66
114
  sidekiq (~> 5.0)
67
115
  sinatra (~> 2.0)
68
116
  thor (~> 0.20)
@@ -1,7 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stealth-aws-comprehend'
3
- s.version = '0.9.0'
4
- s.date = '2018-04-26'
3
+ s.version = '0.9.1'
5
4
  s.summary = "Stealth AWS Comprehend"
6
5
  s.description = "Built-in NLP for Stealth bots via AWS Comprehend."
7
6
  s.authors = ["Mauricio Gomes"]
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.0
4
+ version: 0.9.1
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-04-26 00:00:00.000000000 Z
11
+ date: 2018-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stealth
@@ -58,6 +58,7 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
+ - ".gitignore"
61
62
  - ".rspec"
62
63
  - Gemfile
63
64
  - Gemfile.lock