We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf1692 commit 0c506f8Copy full SHA for 0c506f8
.gitignore
@@ -7,3 +7,4 @@
7
/pkg/
8
/spec/reports/
9
/tmp/
10
+*.gem
devise-bootstrapped.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
# to allow pushing to a single host or delete this section to allow pushing to any host.
19
if spec.respond_to?(:metadata)
20
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://rubygems.org'"
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
else
22
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
end
0 commit comments