Skip to content

Instantly share code, notes, and snippets.

@Phrogz
Last active August 29, 2015 14:06
Show Gist options
  • Save Phrogz/553419381601d586a6a7 to your computer and use it in GitHub Desktop.
Save Phrogz/553419381601d586a6a7 to your computer and use it in GitHub Desktop.
Rammy:RUIC phrogz$ gem help build
Usage: gem build GEMSPEC_FILE [options]
[...]
Common Options:
[...]
-q, --quiet Silence commands
[...]
Rammy:RUIC phrogz$ gem build ruic.gemspec -q
Successfully built RubyGem
Name: RUIC
Version: 0.1
File: RUIC-0.1.gem
Rammy:RUIC phrogz$ gem -v
2.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment