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)/}) 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}"