Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| # adapted from | |
| # http://adamniedzielski.github.io/blog/2014/11/25/my-take-on-services-in-rails/ | |
| class CreateUserAccount | |
| attr_reader :user | |
| def initialize(send_email_service: SendEmail.new, generate_token_service: GenerateToken.new) | |
| @send_email_service = send_email_service | |
| @generate_token_service = generate_token_service | |
| end |
| #!/usr/bin/env ruby | |
| # Extracted from traceroute gem + checking the presence of views as well | |
| require_relative './config/environment.rb' | |
| class Traceroute | |
| def initialize(app) | |
| @app = app | |
| end |
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key