Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from simplybusiness/fix-push
Browse files Browse the repository at this point in the history
Fix the push to rubygems
  • Loading branch information
addersuk authored Jul 28, 2022
2 parents 96b50ae + ac1c884 commit b9902e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions flip_fab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand Down
2 changes: 1 addition & 1 deletion lib/flip_fab/version.rb
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit b9902e9

Please sign in to comment.