docomo-nlu 0.3.7 → 0.3.8

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: 79a56f82e5e24fa7bd29f3b0311abd58c396b6528fc2447bf378900c8d371fca
4
- data.tar.gz: 484cac8c6f3a91f1b0cfc6ce318ecd905de05871a3e3753435f80491d66ecf11
3
+ metadata.gz: d47523db1c4072b7ae33456b4a9c6dfb42794cad3f5cce027628ebbc677ed3e8
4
+ data.tar.gz: 882644849015a6f177bca7d8da3540f06dcd94b74bb59058c7f90f02a6cad7a7
5
5
  SHA512:
6
- metadata.gz: e4ea5f6da24052fe6e06266498b0e42522b4a09766acd77cf44705a311bdfceee67480c101eb6595756ca535074e9590c740ae41a9dfdb4898936947501aa658
7
- data.tar.gz: f949da252d0a4bef7b7687b286719ff4f8b649f56d64bd6d03b1e45b4c4567261094c5ad0bd6079054a9ce488bb9f103cb723559665f759f782f8c337df29273
6
+ metadata.gz: 33953e22ea5dc056262b65d99a49bfc3677f1d7cea1f985645ada6c8fa0eed46b62794ec12d3c64c48950aa1518e0ae8c529d74017649e8fba67c70b3d0d905f
7
+ data.tar.gz: a1af58b992bf5fb24c1339fd9c975e743c10e536befbb1f97ba059510b0d664c649e4624aa6f8977acaa80cda86175e3129d8fa6ce73a963ffcdc6665a0bc055
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docomo-nlu (0.3.7)
4
+ docomo-nlu (0.3.8)
5
5
  activeresource (>= 5.0, < 5.2)
6
6
  bundler
7
7
  faraday
@@ -72,12 +72,16 @@ GEM
72
72
  crass (1.0.6)
73
73
  diff-lcs (1.3)
74
74
  erubi (1.10.0)
75
- faraday (1.4.1)
75
+ faraday (1.4.2)
76
+ faraday-em_http (~> 1.0)
77
+ faraday-em_synchrony (~> 1.0)
76
78
  faraday-excon (~> 1.1)
77
79
  faraday-net_http (~> 1.0)
78
80
  faraday-net_http_persistent (~> 1.1)
79
81
  multipart-post (>= 1.2, < 3)
80
82
  ruby2_keywords (>= 0.0.4)
83
+ faraday-em_http (1.0.0)
84
+ faraday-em_synchrony (1.0.0)
81
85
  faraday-excon (1.1.0)
82
86
  faraday-net_http (1.0.1)
83
87
  faraday-net_http_persistent (1.1.0)
@@ -21,8 +21,6 @@ module DocomoNlu
21
21
  class << self
22
22
  def create(file, prefix_options)
23
23
  check_prefix_options(prefix_options)
24
- raise ActiveResource::BadRequest, "" unless file.instance_of?(File)
25
-
26
24
  upload(file, prefix_options)
27
25
  end
28
26
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DocomoNlu
4
- VERSION = "0.3.7"
4
+ VERSION = "0.3.8"
5
5
  end
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koji Yamazaki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-16 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeresource