Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 623 Bytes

README.markdown

File metadata and controls

23 lines (17 loc) · 623 Bytes

gem_dependency_example

An example gem that shows how to use the gem extension framework to install gems on the user's system based on the Ruby version the user has installed.

The gem_dep_example folder has the example with the proper layout and annotated code.

The other folders are the gems that will be loaded by gem_dep_example, the choice of which depends if the user has Ruby 1.9 installed or not.

The code is based on the example found in the Ruby Programming/Ruby Gems wiki book. http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems

License

Licensed under the MIT license (see LICENSE.txt)