docomo-nlu 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ab47b65c9fe90df65d2f3564344818d937bc177b1d4f278850c0b5c475c32af
4
- data.tar.gz: 0776ea66b71711e8e89b0c2eedd91570aa3a7b7946625c35c2808e95f337effa
3
+ metadata.gz: 8de0f15ac9ff33c6b32554a3e325a43ea84723fc95fb548428c0e5c213fe3f9f
4
+ data.tar.gz: 32f25b8ecdafa252df0c7b2872453a35581ceebdbcf4412332ee69fba96916ef
5
5
  SHA512:
6
- metadata.gz: 6e8db54db4b0214cca95e255c35cdce111bd3fa85824b8231b7178c5d492dcbe5dbe97b6229f455d76f9e0f29745a95d3cc068b49c758544e1c163ae5a241e30
7
- data.tar.gz: 2d8b95ed619ab0ff869e1bf3e0350c1e474e23c77dce81ee132957db2ae5e6fa97af6110426758bc3fd8a141c22360a2c32ed42236a10ffaa3316f665b4d6f1e
6
+ metadata.gz: 4b8e2e74b77c463f91ddf4eae51ace9de4dbe7032bc8a4a069ca791d99b7b732126ac6a6467aea0166fb8935908c8912e701636cef0c12c38ab1cceb5ea82cbc
7
+ data.tar.gz: 6816c062dc62894da91c2c95a1eaacced4339b4f1a58537a1d0a2f98785befa87bb12e02637298bf803c1d45fd1019cf2bdac71325a1f2cab97db92a99e0d752
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docomo-nlu (0.2.1)
4
+ docomo-nlu (0.2.2)
5
5
  activeresource (~> 5.0.0)
6
6
  bundler
7
7
  faraday
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ module DocomoNlu
4
+ module Management::V23
5
+ class Entry
6
+ end
7
+ end
8
+ end
@@ -10,6 +10,7 @@ module DocomoNlu
10
10
  autoload :Bot, "docomo-nlu/management/V23/bot"
11
11
  autoload :Config, "docomo-nlu/management/V23/config"
12
12
  autoload :DefaultPredicate, "docomo-nlu/management/V23/default_predicate"
13
+ autoload :Entry, "docomo-nlu/management/V23/entry"
13
14
  autoload :MultipartBase, "docomo-nlu/management/V23/multipart_base"
14
15
  autoload :Map, "docomo-nlu/management/V23/map"
15
16
  autoload :NGWord, "docomo-nlu/management/V23/ng_word"
@@ -76,6 +77,6 @@ module DocomoNlu
76
77
  Scenario = const_get "DocomoNlu::Management::#{NAMESPACE}::Scenario"
77
78
  Set = const_get "DocomoNlu::Management::#{NAMESPACE}::Set"
78
79
  TaskProject = const_get "DocomoNlu::Management::#{NAMESPACE}::TaskProject"
79
-
80
+
80
81
  end
81
82
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DocomoNlu
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koji Yamazaki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-25 00:00:00.000000000 Z
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeresource
@@ -222,6 +222,7 @@ files:
222
222
  - lib/docomo-nlu/management/V23/bot.rb
223
223
  - lib/docomo-nlu/management/V23/config.rb
224
224
  - lib/docomo-nlu/management/V23/default_predicate.rb
225
+ - lib/docomo-nlu/management/V23/entry.rb
225
226
  - lib/docomo-nlu/management/V23/map.rb
226
227
  - lib/docomo-nlu/management/V23/multipart_base.rb
227
228
  - lib/docomo-nlu/management/V23/ng_word.rb