File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Rulezilla
4
- base = '0.4.0'
5
-
6
- # SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash
7
- VERSION = ( pre = ENV . fetch ( 'GEM_PRE_RELEASE' , '' ) ) . empty? ? base : "#{ base } .#{ pre } "
4
+ VERSION = '0.4.1'
8
5
end
Original file line number Diff line number Diff line change @@ -22,13 +22,4 @@ Gem::Specification.new do |gem|
22
22
gem . add_development_dependency ( 'pry-doc' )
23
23
gem . add_development_dependency ( 'rubocop' )
24
24
gem . add_development_dependency ( 'turnip' )
25
-
26
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the
27
- # 'allowed_push_host' to allow pushing to a single host or delete this section
28
- # to allow pushing to any host.
29
- if gem . respond_to? ( :metadata )
30
- gem . metadata [ 'allowed_push_host' ] = 'https://gemstash.simplybusiness.io/private'
31
- else
32
- raise 'RubyGems 2.2 or newer is required to protect against public gem pushes.'
33
- end
34
25
end
You can’t perform that action at this time.
0 commit comments