— layout: default —
How to build the Gemspec¶ ↑
Instructions¶ ↑
-
Open the
rps.gemspecfile with your preferred IDE -
Delete these lines:
-
spec.cert_chain = ["certs/gem-public_cert.pem"] -
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/ -
Save
-
Open
Terminal/Command Prompt -
cdto the directory of therps.gemspecfile (note: this file must be in the root of the repo folder) -
Type:
gem build rps -
Hit <kbd>return</kbd>/<kbd>enter</kbd>