Sha256: 3243dc2face0877c0aa8c399e2ca404965be0211bafaec9f34f0bd78ea638489
Contents?: true
Size: 1.91 KB
Versions: 0
Compression: gzip
Compressed size: 811 Bytes
Stored size: 811 Bytes
Contents
--- !ruby/object:Gem::Specification name: rbx-require-relative version: !ruby/object:Gem::Version version: 0.0.9 prerelease: platform: ruby authors: - R. Bernstein autorequire: bindir: bin cert_chain: [] date: 2012-02-27 00:00:00.000000000 Z dependencies: [] description: ! "Ruby 1.9's require_relative for Rubinius and MRI 1.8. \n\nWe also add abs_path which is like __FILE__ but __FILE__ can be fooled\nby a sneaky \"chdir\" while abs_path can't. \n\nIf you are running on Ruby 1.9 or greater, require_relative is the\npre-defined version. The benefit we provide in this situation by this\npackage is the ability to write the same require_relative sequence in\nRubinius 1.8 and Ruby 1.9.\n" email: rockyb@rubyforge.net executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - ChangeLog - NEWS - README.textile - Rakefile - lib/version.rb - lib/require_relative.rb - test/test-rr.rb - test/foo.rb - test/bar.rb homepage: http://github.com/rocky/rbx-require-relative licenses: - MIT post_install_message: rdoc_options: - --title - require_relative 0.0.9 Documentation require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Ruby 1.9's require_relative for Rubinius and MRI 1.8. We also add abs_path which is like __FILE__ but __FILE__ can be fooled by a sneaky "chdir" while abs_path can't. If you are running on Ruby 1.9 or greater, require_relative is the pre-defined version. The benefit we provide in this situation by this package is the ability to write the same require_relative sequence in Rubinius 1.8 and Ruby 1.9. test_files: []