The gem is just a collection of all gems that you may need for your hacking life.
Each time I've a new system installation I keep trying to remember by libraries so I build this library to install all what I need.
Install it yourself as:
$ gem install hacker-gems
Or add this line to your application's Gemfile:
gem 'hacker-gems'
And then execute:
$ bundle
Open a new issue and suggest a really needed gem for hackers.
Make sure you're in the gem directory
cd hacker-gems
Build the gem
gem build hacker-gems.gemspec
The gem is available as open source under the terms of the MIT License.