Posted By: postmodern
Date: 2009-01-13 20:35
Summary: reverse-require 0.3.1 Released
Project: reverse-require

reverse-require version 0.3.1 has been released!

reverse-require allows one to require files that ends with a specified path
from other RubyGems.

For instance, if one wanted to require the file 'mylibrary/extensions.rb'
from all RubyGems:

require 'reverse_require'

require_all 'mylibrary/extensions'
# => true

One can also require 'mylibrary/extensions.rb' only from RubyGems that
depend on the currently loaded version of the mylibrary Gem:

require_for 'mylibrary', 'mylibrary/extensions'
# => true

Changes:

### 0.3.1 / 2009-01-08

* Fixed the behavior of Gem.find_files_for when the specified _gem_ is not
loaded.

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: reverse-require-0.3.1-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post