ununiga 1.1.1 → 1.1.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: 18197d9611ea3668386ebc0d5744a12704df716932022909d20c91aa70cae9ca
4
- data.tar.gz: 01ce28badf8df719e0f88f5075ab0930fe9349882ef23dc81432a318c759ab40
3
+ metadata.gz: 1e8455e3aa4a5c18a7384f72a6ef7e23e6b2dfaac0f501ed6c77d765b4d00998
4
+ data.tar.gz: 33cc7b561f04c89a64b199367c204cc27580a60396502a61e742af922e4f6eb7
5
5
  SHA512:
6
- metadata.gz: '0488c764f99268a1bc886f64480eeef25eaceace3f3ea83f57f1ddd51d86ad402b6d0c70b0311d18704e8193ddb689b28865406d975c188544ac3b0cdccef52a'
7
- data.tar.gz: 902010275d7c0a5f1602d465d03001acbc70af339abf5f747f23ec35568e49fc4c92e9edaa353c64048412aa97d7951ec571b927c07bbf7116cd842d120c5b59
6
+ metadata.gz: 5d69ea279440087a6894c6a2c8172914659388c6b89ec21b2a0463e3c9c9ed5ca81b59511699df10f73baf926fe8b51e1d9672dd23d802afbd4792057ef2a809
7
+ data.tar.gz: 0a8b081576f393a0e9efe54745ef7ec654fc66be562fc15cb29a8f3fc212f6824b38daaccb58994c77dea7b4de70d47d29aec6ddfc6a3f26f5c6f01fae06d612
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ununiga (1.1.0)
4
+ ununiga (1.1.2)
5
5
 
6
6
  GEM
7
7
  remote: http://www.rubygems.org/
@@ -18,4 +18,4 @@ DEPENDENCIES
18
18
  ununiga!
19
19
 
20
20
  BUNDLED WITH
21
- 2.0.1
21
+ 2.1.2
@@ -7,7 +7,8 @@ module Ununiga
7
7
  %w(이 가),
8
8
  %w(을 를),
9
9
  %w(과 와),
10
- %w(으로 로)
10
+ %w(으로 로),
11
+ %w(이의 의)
11
12
  ].freeze
12
13
 
13
14
  attr_reader :korean_str
@@ -12,6 +12,9 @@ class JosaPickerTest < Minitest::Test
12
12
 
13
13
  assert_equal '페이스북으로부터 인증되었습니다.', takewell('페이스북(으)로부터 인증되었습니다.')
14
14
  assert_equal '트위터로부터 인증되었습니다.', takewell('트위터(으)로부터 인증되었습니다.')
15
+
16
+ assert_equal '초록이의 돌봄이 시작됩니다.', takewell('초록(이)의 돌봄이 시작됩니다.')
17
+ assert_equal '앵두의 돌봄이 시작됩니다.', takewell('앵두(이)의 돌봄이 시작됩니다.')
15
18
  end
16
19
 
17
20
  def test_find_josas
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ununiga'
3
- s.version = '1.1.1'
3
+ s.version = '1.1.2'
4
4
  s.date = '2016-01-25'
5
5
  s.summary = 'Support Jaso and Josa(Korean Language specific function)'
6
6
  s.description = '한글 자소 분리 및 적절한 조사를 찾아주어 번역해줍니다.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ununiga
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaehyun Shin