From bc6fb7de4faba4467e6520583ef072fc12ffc28e Mon Sep 17 00:00:00 2001 From: Adam Leach Date: Thu, 28 Jul 2022 08:45:50 +0100 Subject: [PATCH 1/2] Fix the push to rubygems --- flip_fab.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/flip_fab.gemspec b/flip_fab.gemspec index 638e58a..eaa6852 100644 --- a/flip_fab.gemspec +++ b/flip_fab.gemspec @@ -12,8 +12,6 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/simplybusiness/flip_fab' spec.license = 'MIT' - spec.metadata['allowed_push_host'] = 'https://gemstash.simplybusiness.io/private' - spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) From ac1c8842ec14d21911b97d17582d5591b0af193b Mon Sep 17 00:00:00 2001 From: "dobby-app[bot]" <78910979+dobby-app[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:16:13 +0000 Subject: [PATCH 2/2] bump patch version --- lib/flip_fab/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flip_fab/version.rb b/lib/flip_fab/version.rb index 9f1f37b..a2ee9ed 100644 --- a/lib/flip_fab/version.rb +++ b/lib/flip_fab/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module FlipFab - base = '1.0.15' + base = '1.0.16' # SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}"