satori_like_dictionary 0.0.4 → 0.0.5

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: ff981f709c11207187e4640ab7fae326abb08ba3
4
- data.tar.gz: a88c4b18d06d7fc7cfcb24ad5375ea250b11f17b
3
+ metadata.gz: 004bfe4b13f51b830732b6190a866e7dc4c7ed97
4
+ data.tar.gz: b8a61c023afbcec06be4a920287b77475b9e3e49
5
5
  SHA512:
6
- metadata.gz: 2d5f4723792a3e2fde9b6b1c3b21a21a6b173a22ab0f5d4b40519b9136f1f018c113857901a530efbdc580624253e7cf715821129823e65911a8a45dd2a57f2e
7
- data.tar.gz: 6e5a2d365782241e41445b0aaf7140bf136908dcf4d7d0ce4d706fd3535c481ebd5b82138426aef46c0d54acf7a5b88e498fd40f17e4f6ccaae89037b28a6ac0
6
+ metadata.gz: 374abe773c9008c345a1d2524b41d1fdd8566bdae1dcf5156b1a17355b1eae06198382092b7b6732b0e1077ebc6b1d6b82a482ced8535b3a6cb1858136a2038d
7
+ data.tar.gz: 83554875b992ac24633ad187087798ccd1c771609cc96f1a1e9fde9702710dc7111b69444ac00a56c077538bf8ce702b532d4272266c496bebf62227ce9b7e1d
@@ -307,8 +307,8 @@ class SatoriLikeDictionaryIntegratedEvents
307
307
 
308
308
  # parse and register satori like dictionary source
309
309
  # @param [String] source satori like dictionary source
310
- def parse_string(string)
311
- @satori_like_dictionary.parse(string)
310
+ def parse_string(source)
311
+ @satori_like_dictionary.parse(source)
312
312
  end
313
313
 
314
314
  # load all files in a directory as satori like dictionaries
@@ -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.4"
6
+ spec.version = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Narazaka