satori_like_dictionary 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: f0b2123dcdb6d8d97d61177eacf1319ae5a96899
4
- data.tar.gz: f972352a25ea1c97502b17c75757595f4aadb195
3
+ metadata.gz: ff981f709c11207187e4640ab7fae326abb08ba3
4
+ data.tar.gz: a88c4b18d06d7fc7cfcb24ad5375ea250b11f17b
5
5
  SHA512:
6
- metadata.gz: acef9ba568267eb247aab879b3856acb933f44fcb2e405bd9cbd684cdb41b93a2c235e0a1ee964b4948f8a171a028e8913af8cffa1f06ada1de821cbc13de1f9
7
- data.tar.gz: b6b6854acdcf4c755c91e25140557b4cfc88bc8ad2c21961756f685139ad88bc536fd3883dbf468f8b9c3e018995c0311f45bdfc39d394b1aa0a1f5b9da353dd
6
+ metadata.gz: 2d5f4723792a3e2fde9b6b1c3b21a21a6b173a22ab0f5d4b40519b9136f1f018c113857901a530efbdc580624253e7cf715821129823e65911a8a45dd2a57f2e
7
+ data.tar.gz: 6e5a2d365782241e41445b0aaf7140bf136908dcf4d7d0ce4d706fd3535c481ebd5b82138426aef46c0d54acf7a5b88e498fd40f17e4f6ccaae89037b28a6ac0
@@ -305,6 +305,12 @@ class SatoriLikeDictionaryIntegratedEvents
305
305
 
306
306
  private
307
307
 
308
+ # parse and register satori like dictionary source
309
+ # @param [String] source satori like dictionary source
310
+ def parse_string(string)
311
+ @satori_like_dictionary.parse(string)
312
+ end
313
+
308
314
  # load all files in a directory as satori like dictionaries
309
315
  # @param [String] file path to file
310
316
  def load_file(file)
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "satori_like_dictionary"
6
- spec.version = "0.0.3"
6
+ spec.version = "0.0.4"
7
7
  spec.authors = ["Narazaka"]
8
8
  spec.email = ["info@narazaka.net"]
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satori_like_dictionary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Narazaka