Skip to content

Commit 0c506f8

Browse files
committed
Update gitignore and gemspec allowed hosts
1 parent cdf1692 commit 0c506f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/pkg/
88
/spec/reports/
99
/tmp/
10+
*.gem

devise-bootstrapped.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
1818
# to allow pushing to a single host or delete this section to allow pushing to any host.
1919
if spec.respond_to?(:metadata)
20-
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://rubygems.org'"
20+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
2121
else
2222
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
2323
end

0 commit comments

Comments
 (0)