Skip to content

Instantly share code, notes, and snippets.

@aleksb86
Created March 11, 2020 16:06
Show Gist options
  • Save aleksb86/a07eb64ad62f3330a8f1f80847fd78f4 to your computer and use it in GitHub Desktop.
Save aleksb86/a07eb64ad62f3330a8f1f80847fd78f4 to your computer and use it in GitHub Desktop.
Build and install gem
# in progect directory with *.gemspec file
$ gem build faraday.gemspec # - build, after that should be new file faraday-1.0.0.gem
$ gem install faraday-1.0.0.gem # - installation, source code changes will affect installed gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment