Created
March 11, 2020 16:06
-
-
Save aleksb86/a07eb64ad62f3330a8f1f80847fd78f4 to your computer and use it in GitHub Desktop.
Build and install gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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