docomo-nlu 0.3.6 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +18 -0
- data/Gemfile.lock +121 -105
- data/docomo-nlu.gemspec +6 -5
- data/lib/docomo-nlu.rb +1 -0
- data/lib/docomo_nlu/management/aiml_base.rb +1 -1
- data/lib/docomo_nlu/management/ok_ng_base.rb +0 -2
- data/lib/docomo_nlu/spontaneous.rb +1 -1
- data/lib/docomo_nlu/version.rb +1 -1
- metadata +33 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e332860bae64ceefbe1f43290ce1fd1a575d4363bf706ee4c3091c73b9af6b9b
|
4
|
+
data.tar.gz: 19aedba92e1a97fba562e1219f6726a00ee88ed17e1cee1ed9ea74970de1fb93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f8aaf6638e669baf03a8ec4fffa3387dcda53d9dcfcddd57076c7c4f191cf3a8ce3cbb01f1c4be1b9a6d32031437ebdcd9d3af43d01497e7dd8682ecfb31b6c
|
7
|
+
data.tar.gz: 9734f94be0936028821b6bcb18738e794fc6bcfd80784abb83767268ff9763c791c395709f8857f85602fca2fcabcf4c0f5a88188e65d35d4e86f8000f131fb4
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.7.5
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
# Change Log
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
|
4
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
|
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
|
+
|
7
|
+
## [Unreleased]
|
8
|
+
### Changed
|
9
|
+
- No planned changes.
|
10
|
+
|
11
|
+
## [0.4.0] - 2022-04-15
|
12
|
+
### Changed
|
13
|
+
- Supported Rails 6.x (EOL Rails 5.2.x)
|
14
|
+
|
15
|
+
## [0.3.8] - 2021-6-17
|
16
|
+
### Changed
|
17
|
+
- Removed file type check and changed to support any formats such as TempFile
|
18
|
+
|
data/Gemfile.lock
CHANGED
@@ -1,145 +1,162 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
docomo-nlu (0.
|
5
|
-
activeresource (>=
|
4
|
+
docomo-nlu (0.4.0)
|
5
|
+
activeresource (>= 6.0)
|
6
6
|
bundler
|
7
7
|
faraday
|
8
|
+
faraday-multipart
|
8
9
|
rake
|
9
10
|
rubyzip
|
10
11
|
|
11
12
|
GEM
|
12
13
|
remote: https://rubygems.org/
|
13
14
|
specs:
|
14
|
-
actioncable (
|
15
|
-
actionpack (=
|
15
|
+
actioncable (6.1.5)
|
16
|
+
actionpack (= 6.1.5)
|
17
|
+
activesupport (= 6.1.5)
|
16
18
|
nio4r (~> 2.0)
|
17
19
|
websocket-driver (>= 0.6.1)
|
18
|
-
|
19
|
-
actionpack (=
|
20
|
-
|
21
|
-
|
20
|
+
actionmailbox (6.1.5)
|
21
|
+
actionpack (= 6.1.5)
|
22
|
+
activejob (= 6.1.5)
|
23
|
+
activerecord (= 6.1.5)
|
24
|
+
activestorage (= 6.1.5)
|
25
|
+
activesupport (= 6.1.5)
|
26
|
+
mail (>= 2.7.1)
|
27
|
+
actionmailer (6.1.5)
|
28
|
+
actionpack (= 6.1.5)
|
29
|
+
actionview (= 6.1.5)
|
30
|
+
activejob (= 6.1.5)
|
31
|
+
activesupport (= 6.1.5)
|
22
32
|
mail (~> 2.5, >= 2.5.4)
|
23
33
|
rails-dom-testing (~> 2.0)
|
24
|
-
actionpack (
|
25
|
-
actionview (=
|
26
|
-
activesupport (=
|
27
|
-
rack (~> 2.0, >= 2.0.
|
34
|
+
actionpack (6.1.5)
|
35
|
+
actionview (= 6.1.5)
|
36
|
+
activesupport (= 6.1.5)
|
37
|
+
rack (~> 2.0, >= 2.0.9)
|
28
38
|
rack-test (>= 0.6.3)
|
29
39
|
rails-dom-testing (~> 2.0)
|
30
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
31
|
-
|
32
|
-
|
40
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
41
|
+
actiontext (6.1.5)
|
42
|
+
actionpack (= 6.1.5)
|
43
|
+
activerecord (= 6.1.5)
|
44
|
+
activestorage (= 6.1.5)
|
45
|
+
activesupport (= 6.1.5)
|
46
|
+
nokogiri (>= 1.8.5)
|
47
|
+
actionview (6.1.5)
|
48
|
+
activesupport (= 6.1.5)
|
33
49
|
builder (~> 3.1)
|
34
50
|
erubi (~> 1.4)
|
35
51
|
rails-dom-testing (~> 2.0)
|
36
|
-
rails-html-sanitizer (~> 1.
|
37
|
-
activejob (
|
38
|
-
activesupport (=
|
52
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
53
|
+
activejob (6.1.5)
|
54
|
+
activesupport (= 6.1.5)
|
39
55
|
globalid (>= 0.3.6)
|
40
|
-
activemodel (
|
41
|
-
activesupport (=
|
56
|
+
activemodel (6.1.5)
|
57
|
+
activesupport (= 6.1.5)
|
42
58
|
activemodel-serializers-xml (1.0.2)
|
43
59
|
activemodel (> 5.x)
|
44
60
|
activesupport (> 5.x)
|
45
61
|
builder (~> 3.1)
|
46
|
-
activerecord (
|
47
|
-
activemodel (=
|
48
|
-
activesupport (=
|
49
|
-
|
50
|
-
|
51
|
-
activemodel (>= 5.0, < 7)
|
62
|
+
activerecord (6.1.5)
|
63
|
+
activemodel (= 6.1.5)
|
64
|
+
activesupport (= 6.1.5)
|
65
|
+
activeresource (6.0.0)
|
66
|
+
activemodel (>= 6.0)
|
52
67
|
activemodel-serializers-xml (~> 1.0)
|
53
|
-
activesupport (>=
|
54
|
-
activestorage (
|
55
|
-
actionpack (=
|
56
|
-
|
57
|
-
|
58
|
-
|
68
|
+
activesupport (>= 6.0)
|
69
|
+
activestorage (6.1.5)
|
70
|
+
actionpack (= 6.1.5)
|
71
|
+
activejob (= 6.1.5)
|
72
|
+
activerecord (= 6.1.5)
|
73
|
+
activesupport (= 6.1.5)
|
74
|
+
marcel (~> 1.0)
|
75
|
+
mini_mime (>= 1.1.0)
|
76
|
+
activesupport (6.1.5)
|
59
77
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
60
|
-
i18n (>=
|
61
|
-
minitest (
|
62
|
-
tzinfo (~>
|
63
|
-
|
78
|
+
i18n (>= 1.6, < 2)
|
79
|
+
minitest (>= 5.1)
|
80
|
+
tzinfo (~> 2.0)
|
81
|
+
zeitwerk (~> 2.3)
|
82
|
+
addressable (2.8.0)
|
64
83
|
public_suffix (>= 2.0.2, < 5.0)
|
65
|
-
arel (9.0.0)
|
66
84
|
ast (2.4.0)
|
67
85
|
builder (3.2.4)
|
68
|
-
coderay (1.1.
|
69
|
-
concurrent-ruby (1.1.
|
70
|
-
crack (0.4.
|
71
|
-
|
86
|
+
coderay (1.1.3)
|
87
|
+
concurrent-ruby (1.1.10)
|
88
|
+
crack (0.4.5)
|
89
|
+
rexml
|
72
90
|
crass (1.0.6)
|
73
91
|
diff-lcs (1.3)
|
74
92
|
erubi (1.10.0)
|
75
|
-
faraday (
|
76
|
-
faraday-
|
77
|
-
faraday-net_http (~> 1.0)
|
78
|
-
faraday-net_http_persistent (~> 1.1)
|
79
|
-
multipart-post (>= 1.2, < 3)
|
93
|
+
faraday (2.2.0)
|
94
|
+
faraday-net_http (~> 2.0)
|
80
95
|
ruby2_keywords (>= 0.0.4)
|
81
|
-
faraday-
|
82
|
-
|
83
|
-
faraday-
|
84
|
-
globalid (0.
|
85
|
-
activesupport (>=
|
96
|
+
faraday-multipart (1.0.3)
|
97
|
+
multipart-post (>= 1.2, < 3)
|
98
|
+
faraday-net_http (2.0.2)
|
99
|
+
globalid (1.0.0)
|
100
|
+
activesupport (>= 5.0)
|
86
101
|
hashdiff (1.0.1)
|
87
|
-
i18n (1.
|
102
|
+
i18n (1.10.0)
|
88
103
|
concurrent-ruby (~> 1.0)
|
89
104
|
kwalify (0.7.2)
|
90
|
-
loofah (2.
|
105
|
+
loofah (2.16.0)
|
91
106
|
crass (~> 1.0.2)
|
92
107
|
nokogiri (>= 1.5.9)
|
93
108
|
mail (2.7.1)
|
94
109
|
mini_mime (>= 0.1.1)
|
95
|
-
marcel (1.0.
|
96
|
-
method_source (0.
|
97
|
-
mini_mime (1.1.
|
98
|
-
mini_portile2 (2.
|
99
|
-
minitest (5.
|
110
|
+
marcel (1.0.2)
|
111
|
+
method_source (1.0.0)
|
112
|
+
mini_mime (1.1.2)
|
113
|
+
mini_portile2 (2.8.0)
|
114
|
+
minitest (5.15.0)
|
100
115
|
multipart-post (2.1.1)
|
101
|
-
nio4r (2.5.
|
102
|
-
nokogiri (1.
|
103
|
-
mini_portile2 (~> 2.
|
116
|
+
nio4r (2.5.8)
|
117
|
+
nokogiri (1.13.4)
|
118
|
+
mini_portile2 (~> 2.8.0)
|
104
119
|
racc (~> 1.4)
|
105
120
|
parallel (1.19.1)
|
106
121
|
parser (2.7.1.2)
|
107
122
|
ast (~> 2.4.0)
|
108
|
-
pry (0.
|
109
|
-
coderay (~> 1.1
|
110
|
-
method_source (~>
|
123
|
+
pry (0.14.1)
|
124
|
+
coderay (~> 1.1)
|
125
|
+
method_source (~> 1.0)
|
111
126
|
psych (3.1.0)
|
112
|
-
public_suffix (4.0.
|
113
|
-
racc (1.
|
127
|
+
public_suffix (4.0.7)
|
128
|
+
racc (1.6.0)
|
114
129
|
rack (2.2.3)
|
115
130
|
rack-test (1.1.0)
|
116
131
|
rack (>= 1.0, < 3)
|
117
|
-
rails (
|
118
|
-
actioncable (=
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
132
|
+
rails (6.1.5)
|
133
|
+
actioncable (= 6.1.5)
|
134
|
+
actionmailbox (= 6.1.5)
|
135
|
+
actionmailer (= 6.1.5)
|
136
|
+
actionpack (= 6.1.5)
|
137
|
+
actiontext (= 6.1.5)
|
138
|
+
actionview (= 6.1.5)
|
139
|
+
activejob (= 6.1.5)
|
140
|
+
activemodel (= 6.1.5)
|
141
|
+
activerecord (= 6.1.5)
|
142
|
+
activestorage (= 6.1.5)
|
143
|
+
activesupport (= 6.1.5)
|
144
|
+
bundler (>= 1.15.0)
|
145
|
+
railties (= 6.1.5)
|
129
146
|
sprockets-rails (>= 2.0.0)
|
130
147
|
rails-dom-testing (2.0.3)
|
131
148
|
activesupport (>= 4.2.0)
|
132
149
|
nokogiri (>= 1.6)
|
133
|
-
rails-html-sanitizer (1.
|
150
|
+
rails-html-sanitizer (1.4.2)
|
134
151
|
loofah (~> 2.3)
|
135
|
-
railties (
|
136
|
-
actionpack (=
|
137
|
-
activesupport (=
|
152
|
+
railties (6.1.5)
|
153
|
+
actionpack (= 6.1.5)
|
154
|
+
activesupport (= 6.1.5)
|
138
155
|
method_source
|
139
|
-
rake (>=
|
140
|
-
thor (
|
156
|
+
rake (>= 12.2)
|
157
|
+
thor (~> 1.0)
|
141
158
|
rainbow (3.0.0)
|
142
|
-
rake (13.0.
|
159
|
+
rake (13.0.6)
|
143
160
|
reek (6.0.0)
|
144
161
|
kwalify (~> 0.7.0)
|
145
162
|
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
|
@@ -173,45 +190,44 @@ GEM
|
|
173
190
|
rubocop-rspec (1.35.0)
|
174
191
|
rubocop (>= 0.60.0)
|
175
192
|
ruby-progressbar (1.10.1)
|
176
|
-
ruby2_keywords (0.0.
|
177
|
-
rubyzip (2.3.
|
178
|
-
|
179
|
-
sprockets (4.0.2)
|
193
|
+
ruby2_keywords (0.0.5)
|
194
|
+
rubyzip (2.3.2)
|
195
|
+
sprockets (4.0.3)
|
180
196
|
concurrent-ruby (~> 1.0)
|
181
197
|
rack (> 1, < 3)
|
182
|
-
sprockets-rails (3.
|
183
|
-
actionpack (>=
|
184
|
-
activesupport (>=
|
198
|
+
sprockets-rails (3.4.2)
|
199
|
+
actionpack (>= 5.2)
|
200
|
+
activesupport (>= 5.2)
|
185
201
|
sprockets (>= 3.0.0)
|
186
|
-
thor (1.1
|
187
|
-
|
188
|
-
|
189
|
-
thread_safe (~> 0.1)
|
202
|
+
thor (1.2.1)
|
203
|
+
tzinfo (2.0.4)
|
204
|
+
concurrent-ruby (~> 1.0)
|
190
205
|
unicode-display_width (1.7.0)
|
191
|
-
vcr (
|
192
|
-
webmock (3.
|
193
|
-
addressable (>= 2.
|
206
|
+
vcr (6.1.0)
|
207
|
+
webmock (3.14.0)
|
208
|
+
addressable (>= 2.8.0)
|
194
209
|
crack (>= 0.3.2)
|
195
|
-
hashdiff
|
196
|
-
websocket-driver (0.7.
|
210
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
211
|
+
websocket-driver (0.7.5)
|
197
212
|
websocket-extensions (>= 0.1.0)
|
198
213
|
websocket-extensions (0.1.5)
|
214
|
+
zeitwerk (2.5.4)
|
199
215
|
|
200
216
|
PLATFORMS
|
201
217
|
ruby
|
202
218
|
|
203
219
|
DEPENDENCIES
|
204
220
|
docomo-nlu!
|
205
|
-
pry
|
206
|
-
rails (~>
|
221
|
+
pry
|
222
|
+
rails (~> 6.1.5)
|
207
223
|
reek
|
208
224
|
rspec
|
209
225
|
rspec_junit_formatter
|
210
226
|
rubocop
|
211
227
|
rubocop-performance
|
212
228
|
rubocop-rspec (~> 1.35.0)
|
213
|
-
vcr (~>
|
214
|
-
webmock (~> 3.
|
229
|
+
vcr (~> 6.1.0)
|
230
|
+
webmock (~> 3.14.0)
|
215
231
|
|
216
232
|
BUNDLED WITH
|
217
233
|
2.1.4
|
data/docomo-nlu.gemspec
CHANGED
@@ -23,19 +23,20 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
|
26
|
-
spec.add_dependency "activeresource", ">=
|
26
|
+
spec.add_dependency "activeresource", ">= 6.0"
|
27
27
|
spec.add_dependency "bundler"
|
28
28
|
spec.add_dependency "faraday"
|
29
|
+
spec.add_dependency "faraday-multipart"
|
29
30
|
spec.add_dependency "rake"
|
30
31
|
spec.add_dependency "rubyzip"
|
31
|
-
spec.add_development_dependency "pry"
|
32
|
-
spec.add_development_dependency "rails", "~>
|
32
|
+
spec.add_development_dependency "pry"
|
33
|
+
spec.add_development_dependency "rails", "~> 6.1.5"
|
33
34
|
spec.add_development_dependency "reek"
|
34
35
|
spec.add_development_dependency "rspec"
|
35
36
|
spec.add_development_dependency "rspec_junit_formatter"
|
36
37
|
spec.add_development_dependency "rubocop"
|
37
38
|
spec.add_development_dependency "rubocop-performance"
|
38
39
|
spec.add_development_dependency "rubocop-rspec", "~> 1.35.0"
|
39
|
-
spec.add_development_dependency "vcr", "~>
|
40
|
-
spec.add_development_dependency "webmock", "~> 3.
|
40
|
+
spec.add_development_dependency "vcr", "~> 6.1.0"
|
41
|
+
spec.add_development_dependency "webmock", "~> 3.14.0"
|
41
42
|
end
|
data/lib/docomo-nlu.rb
CHANGED
@@ -89,7 +89,7 @@ module DocomoNlu
|
|
89
89
|
def deploy_request(method, prefix_options)
|
90
90
|
response_body = JSON.parse(connection.post(Scenario.element_path(method, prefix_options), "", headers).body)
|
91
91
|
# Sometimes, API returns wrong url, replace correct path.
|
92
|
-
URI.parse(response_body["statusUri"]).path.gsub!(/NLPManagementAPI/, "management/v2.6")
|
92
|
+
URI::DEFAULT_PARSER.parse(response_body["statusUri"]).path.gsub!(/NLPManagementAPI/, "management/v2.6")
|
93
93
|
end
|
94
94
|
|
95
95
|
def deploy(prefix_options)
|
data/lib/docomo_nlu/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docomo-nlu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Koji Yamazaki
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeresource
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '5.2'
|
19
|
+
version: '6.0'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '5.2'
|
26
|
+
version: '6.0'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: bundler
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,6 +52,20 @@ dependencies:
|
|
58
52
|
- - ">="
|
59
53
|
- !ruby/object:Gem::Version
|
60
54
|
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: faraday-multipart
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
61
69
|
- !ruby/object:Gem::Dependency
|
62
70
|
name: rake
|
63
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -90,30 +98,30 @@ dependencies:
|
|
90
98
|
name: pry
|
91
99
|
requirement: !ruby/object:Gem::Requirement
|
92
100
|
requirements:
|
93
|
-
- - "
|
101
|
+
- - ">="
|
94
102
|
- !ruby/object:Gem::Version
|
95
|
-
version: 0
|
103
|
+
version: '0'
|
96
104
|
type: :development
|
97
105
|
prerelease: false
|
98
106
|
version_requirements: !ruby/object:Gem::Requirement
|
99
107
|
requirements:
|
100
|
-
- - "
|
108
|
+
- - ">="
|
101
109
|
- !ruby/object:Gem::Version
|
102
|
-
version: 0
|
110
|
+
version: '0'
|
103
111
|
- !ruby/object:Gem::Dependency
|
104
112
|
name: rails
|
105
113
|
requirement: !ruby/object:Gem::Requirement
|
106
114
|
requirements:
|
107
115
|
- - "~>"
|
108
116
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
117
|
+
version: 6.1.5
|
110
118
|
type: :development
|
111
119
|
prerelease: false
|
112
120
|
version_requirements: !ruby/object:Gem::Requirement
|
113
121
|
requirements:
|
114
122
|
- - "~>"
|
115
123
|
- !ruby/object:Gem::Version
|
116
|
-
version:
|
124
|
+
version: 6.1.5
|
117
125
|
- !ruby/object:Gem::Dependency
|
118
126
|
name: reek
|
119
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -204,28 +212,28 @@ dependencies:
|
|
204
212
|
requirements:
|
205
213
|
- - "~>"
|
206
214
|
- !ruby/object:Gem::Version
|
207
|
-
version:
|
215
|
+
version: 6.1.0
|
208
216
|
type: :development
|
209
217
|
prerelease: false
|
210
218
|
version_requirements: !ruby/object:Gem::Requirement
|
211
219
|
requirements:
|
212
220
|
- - "~>"
|
213
221
|
- !ruby/object:Gem::Version
|
214
|
-
version:
|
222
|
+
version: 6.1.0
|
215
223
|
- !ruby/object:Gem::Dependency
|
216
224
|
name: webmock
|
217
225
|
requirement: !ruby/object:Gem::Requirement
|
218
226
|
requirements:
|
219
227
|
- - "~>"
|
220
228
|
- !ruby/object:Gem::Version
|
221
|
-
version: 3.
|
229
|
+
version: 3.14.0
|
222
230
|
type: :development
|
223
231
|
prerelease: false
|
224
232
|
version_requirements: !ruby/object:Gem::Requirement
|
225
233
|
requirements:
|
226
234
|
- - "~>"
|
227
235
|
- !ruby/object:Gem::Version
|
228
|
-
version: 3.
|
236
|
+
version: 3.14.0
|
229
237
|
description: API Client of docomo NLPManagementAPI for ruby.
|
230
238
|
email:
|
231
239
|
- kouji.yamazaki.cv@nttdocomo.com
|
@@ -243,6 +251,7 @@ files:
|
|
243
251
|
- ".rubocop.yml"
|
244
252
|
- ".ruby-version"
|
245
253
|
- ".travis.yml"
|
254
|
+
- CHANGELOG.md
|
246
255
|
- CODE_OF_CONDUCT.md
|
247
256
|
- Gemfile
|
248
257
|
- Gemfile.lock
|
@@ -417,7 +426,7 @@ files:
|
|
417
426
|
homepage: https://github.com/jagrament/docomo-nlu
|
418
427
|
licenses: []
|
419
428
|
metadata: {}
|
420
|
-
post_install_message:
|
429
|
+
post_install_message:
|
421
430
|
rdoc_options: []
|
422
431
|
require_paths:
|
423
432
|
- lib
|
@@ -432,8 +441,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
432
441
|
- !ruby/object:Gem::Version
|
433
442
|
version: '0'
|
434
443
|
requirements: []
|
435
|
-
rubygems_version: 3.
|
436
|
-
signing_key:
|
444
|
+
rubygems_version: 3.1.6
|
445
|
+
signing_key:
|
437
446
|
specification_version: 4
|
438
447
|
summary: API Client of docomo NLPManagementAPI for ruby.
|
439
448
|
test_files: []
|