Sha256: ba380b9b5a0899c884d660f8fcbf53e720a52ee5e825e8ad782a361d41fd4063
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rbx-require-relative" s.version = "0.0.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["R. Bernstein"] s.date = "2012-02-27" s.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" s.email = "rockyb@rubyforge.net" s.homepage = "http://github.com/rocky/rbx-require-relative" s.licenses = ["MIT"] s.rdoc_options = ["--title", "require_relative 0.0.9 Documentation"] s.require_paths = ["lib"] s.rubygems_version = "2.0.7" s.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." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
candlepin-api-0.4.0 | bundle/ruby/1.8/specifications/rbx-require-relative-0.0.9.gemspec |