From 2d054b75b884aabebf1617eeb7b40c56944029ce Mon Sep 17 00:00:00 2001 From: James Stonehill Date: Mon, 26 Aug 2019 17:45:16 +0100 Subject: [PATCH] Release version 0.2.0 --- lib/api_error_handler/version.rb | 2 +- rails_4_test_app/Gemfile.lock | 2 +- rails_5_test_app/Gemfile.lock | 2 +- rails_6_test_app/Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/api_error_handler/version.rb b/lib/api_error_handler/version.rb index 53f41f8..0ca41f3 100644 --- a/lib/api_error_handler/version.rb +++ b/lib/api_error_handler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ApiErrorHandler - VERSION = "0.1.0" + VERSION = "0.2.0" end diff --git a/rails_4_test_app/Gemfile.lock b/rails_4_test_app/Gemfile.lock index 5a2fb40..280816f 100644 --- a/rails_4_test_app/Gemfile.lock +++ b/rails_4_test_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - api_error_handler (0.1.0) + api_error_handler (0.2.0) actionpack (>= 4.0) activesupport (>= 4.0) rack (>= 1.0) diff --git a/rails_5_test_app/Gemfile.lock b/rails_5_test_app/Gemfile.lock index 5a2fb40..280816f 100644 --- a/rails_5_test_app/Gemfile.lock +++ b/rails_5_test_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - api_error_handler (0.1.0) + api_error_handler (0.2.0) actionpack (>= 4.0) activesupport (>= 4.0) rack (>= 1.0) diff --git a/rails_6_test_app/Gemfile.lock b/rails_6_test_app/Gemfile.lock index 9adef80..a80ca25 100644 --- a/rails_6_test_app/Gemfile.lock +++ b/rails_6_test_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - api_error_handler (0.1.0) + api_error_handler (0.2.0) actionpack (>= 4.0) activesupport (>= 4.0) rack (>= 1.0)