-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from say8425/release-0.2.3
Release 0.2.3
- Loading branch information
Showing
3 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
* 0.1.0 | ||
* 첫 버전 | ||
* 주소를 좌표로 변환 시켜주는 기능 추가 | ||
* 0.1.1 | ||
* gemspec에 누락된 홈페이지 정보 추가 | ||
* 0.2.3 | ||
* invalid key에 대한 에러 메시지 추가 | ||
* 0.2.2 | ||
* 결과값이 1개일시 array로 반환 안함 | ||
* gemspec dependency warning 해결 | ||
* 0.2.1 | ||
* dependency 정리 | ||
* travis 코드 정리 | ||
* 0.2.0 | ||
* travis 연동 및 minitest로 TDD 구현 | ||
* 좌표를 주소로 변환 시켜주는 기능 추가 | ||
* 소스 리펙토링 | ||
* 0.2.1 | ||
* dependency 정리 | ||
* travis 코드 정리 | ||
* 0.2.2 | ||
* 결과값이 1개일시 array로 반환 안함 | ||
* gemspec dependency warning 해결 | ||
* 0.1.1 | ||
* gemspec에 누락된 홈페이지 정보 추가 | ||
* 0.1.0 | ||
* 첫 버전 | ||
* 주소를 좌표로 변환 시켜주는 기능 추가 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
naver_map (0.2.2) | ||
naver_map (0.2.3) | ||
rest-client (~> 2.0, >= 2.0.0) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
class NaverMap | ||
VERSION = '0.2.2' | ||
VERSION = '0.2.3' | ||
end |