[ANN] require_relative 1.0.2 released!

S

Steve Klabnik

[Note: parts of this message were removed to make it a legal post.]

Hey everyone! I've just released require_relative 1.0.2!

## What is require_relative?

In Ruby 1.9.2, "." was removed from the $LOAD_PATH. require_relative was added to let you require files relative to your current directory.


This gem backports both of these features to earlier Rubies.


## Changes in 1.0.2


* Explicitly check for and never override a previous definition of require_relative (michaelkishin)


* Fixed a small bug with regenerating documentation (steveklabnik)


* Upgraded version of rocco (steveklabnik)


## Get it!


You can get require_relative through RubyGems:


$ gem install require_relative


## More


Other details can be found on GitHub: https://github.com/steveklabnik/require_relative
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top