mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
parent
1a18e4c27d
commit
ef0bb46e06
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -17,7 +17,7 @@ end
|
|||
task :verify_private_key_present do
|
||||
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
|
||||
unless File.exist?(private_key)
|
||||
raise "Your private key is not present. This gem should not be built without that."
|
||||
raise "Your private key is not present. This gem should not be built without it."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue