RUBY GEMS


What are gems?


  1. Software Packages
  2. Ruby Application or Library

Bundler


Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.

STRUCTURE

structure

  • lib
  • test
  • Rake file
  • README (Documentation)
  • gemspec
  • bin







publish



don't



do's






questions??

Components

  • Code
  • Documentation
  • Gemspec

RUBY GEMS

By apurva mayank