Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.93 KB

resources.md

File metadata and controls

72 lines (53 loc) · 2.93 KB
layout title previous next
default
Resources
/c-extensions
/contributing

A collection of helpful material about RubyGems. Feel free to fork and add your own!

Tutorials

Presentations

Philosophy

Patterns

Creating

Tools to help build gems.

  • gemerator - Minimalist tool for generating skeleton gems.
  • hoe - Rake/RubyGems helper.
  • Jeweler - Opinionated tool for managing RubyGems projects.
  • micro-cutter - Tool to build the base files for a MicroGem.
  • newgem - New gem generator.
  • RStack - Generator intended for use on private gems.
  • rubygems-tasks - Rake tasks for building, installing, and releasing Ruby Gems.

Monitoring

Tools to watch gems for changes.

  • Gemnasium - Parses your GitHub projects to learn what to notify you about. Free for public repos only.
  • gemwhisperer

Hosting

  • Gemfury - Private cloud-based RubyGems servers. Priced by number of collaborators.

Utilities

  • gemnasium-parser - Determine dependencies without evaluating the ruby in gemfiles or gemspecs