Skip to content

Commit

Permalink
Merge pull request #16 from say8425/release-0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
say8425 authored Nov 17, 2016
2 parents 8746e3f + 4b38a12 commit e8fbcd1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
24 changes: 13 additions & 11 deletions CHANGELOG.md
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
* 첫 버전
* 주소를 좌표로 변환 시켜주는 기능 추가
2 changes: 1 addition & 1 deletion Gemfile.lock
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
Expand Down
2 changes: 1 addition & 1 deletion lib/naver_map/version.rb
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

0 comments on commit e8fbcd1

Please sign in to comment.