From ec1381457390d4e6ca90b6e89232fd43a97bfb0d Mon Sep 17 00:00:00 2001 From: David Blackmon Date: Tue, 9 Aug 2022 11:50:48 -0400 Subject: [PATCH 1/2] do not publish pre-release versions to ruby gems --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dfc659c..d2329f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -193,7 +193,7 @@ workflows: - gem/publish: <<: *pr_only name: gem-publish - to_rubygems: true + to_rubygems: false pre_release: true requires: - pre-release-approval From 3cbb9f5e09095076926c814961d1331033f7e5db Mon Sep 17 00:00:00 2001 From: David Blackmon Date: Tue, 9 Aug 2022 12:02:05 -0400 Subject: [PATCH 2/2] bump version as test --- lib/elasticity/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elasticity/version.rb b/lib/elasticity/version.rb index 0962e42..84c6c65 100644 --- a/lib/elasticity/version.rb +++ b/lib/elasticity/version.rb @@ -1,3 +1,3 @@ module Elasticity - VERSION = "0.13.5" + VERSION = "0.13.6.blackmon" end