From 9abd1f4b5d5d1197310d1e4541b7908d8b932e20 Mon Sep 17 00:00:00 2001 From: sarslanoglu Date: Sun, 6 Jun 2021 13:31:14 +0300 Subject: [PATCH] Bump turkish_cities to v0.5.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/turkish_cities/version.rb | 2 +- turkish_cities.gemspec | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da65594..5632430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## master +## 0.5.0 (2021-06-06) ### New features diff --git a/Gemfile.lock b/Gemfile.lock index 4e30adf..fb49bfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turkish_cities (0.4.0) + turkish_cities (0.5.0) i18n (>= 0.6.4, <= 2) GEM diff --git a/lib/turkish_cities/version.rb b/lib/turkish_cities/version.rb index 537f31c..664d8a7 100644 --- a/lib/turkish_cities/version.rb +++ b/lib/turkish_cities/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class TurkishCities - VERSION = '0.4.0' + VERSION = '0.5.0' end diff --git a/turkish_cities.gemspec b/turkish_cities.gemspec index bf78c3a..0fd5801 100644 --- a/turkish_cities.gemspec +++ b/turkish_cities.gemspec @@ -9,7 +9,6 @@ Gem::Specification.new do |s| s.authors = ['Semih Arslanoglu'] s.email = 'arslanoglusemih93@gmail.com' - 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'