Skip to content

Commit

Permalink
Bump turkish_cities to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarslanoglu committed Jun 6, 2021
1 parent 450ee23 commit 9abd1f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 0.5.0 (2021-06-06)

### New features

Expand Down
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:
turkish_cities (0.4.0)
turkish_cities (0.5.0)
i18n (>= 0.6.4, <= 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/turkish_cities/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class TurkishCities
VERSION = '0.4.0'
VERSION = '0.5.0'
end
1 change: 0 additions & 1 deletion turkish_cities.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Gem::Specification.new do |s|
s.authors = ['Semih Arslanoglu']
s.email = '[email protected]'

s.date = '2020-04-13'
s.summary = 'List and find Turkish cities'
s.description = 'List and find Turkish cities via name, district name, post code, plate number. Calculate air travel distance between cities and get realistic estimates of travel time'
s.homepage = 'https://github.com/sarslanoglu/turkish_cities'
Expand Down

0 comments on commit 9abd1f4

Please sign in to comment.