From 16700a151adb5f022852609dc4f748e7a7badba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hoste?= Date: Thu, 27 Sep 2018 17:36:13 +0200 Subject: [PATCH] bump version to 1.15 --- CHANGELOG.md | 6 ++++++ translation.gemspec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b5500..108bace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.15](https://github.com/translation/rails/releases/tag/v1.15) (2018-09-27) + +#### Fixes (bugs & defects): + + * Debug error and more specs for inconsistent YAML. + ## [v1.14](https://github.com/translation/rails/releases/tag/v1.14) (2018-03-23) #### New features: diff --git a/translation.gemspec b/translation.gemspec index 5401fa9..768cf2a 100644 --- a/translation.gemspec +++ b/translation.gemspec @@ -4,9 +4,9 @@ Gem::Specification.new do |s| s.description = 'Localize your app using either t(".keys") or _("source text") and type "rake translation:sync" to synchronize with your translators on Translation.io.' s.homepage = 'https://translation.io' s.email = 'contact@translation.io' - s.version = '1.14' - s.date = '2018-03-23' - s.authors = ['Aurelien Malisart', 'Michael Hoste'] + s.version = '1.15' + s.date = '2018-09-27' + s.authors = ['Michael Hoste', 'Aurelien Malisart'] s.require_paths = ["lib"] s.files = Dir["lib/**/*"] + ['README.md'] s.extra_rdoc_files = []