From d50abb53c9ba3d7909f3f9cac4dd06ae2d0eb0f2 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Fri, 5 Jul 2024 23:55:37 +0200 Subject: [PATCH] Release: Bump version to 1.7 (#36) --- Gemfile.lock | 2 +- puma-status.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd9f1c9..08fe44e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - puma-status (1.6) + puma-status (1.7) net_http_unix (~> 0.2) parallel (~> 1) diff --git a/puma-status.gemspec b/puma-status.gemspec index 8db3e5e..e1de514 100644 --- a/puma-status.gemspec +++ b/puma-status.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'puma-status' - s.version = "1.6" + s.version = "1.7" s.authors = ["Yoann Lecuyer"] s.date = '2019-07-14' s.summary = 'Command-line tool for puma to display information about running request/process'