Skip to content

Commit

Permalink
Get version ranges in correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 22, 2010
1 parent d9bec33 commit 4b51fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ruby 1.9's require_relative for Rubinius
spec.license = 'MIT'
spec.platform = Gem::Platform::RUBY
spec.require_path = 'lib'
spec.required_ruby_version = '= 1.0.1'
spec.required_ruby_version = '>= 1.0.1', '<= 1.1'
spec.summary = spec.description
spec.version = RequireRelative::VERSION
spec.has_rdoc = true
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h2. Ruby 1.9's relative_relative for Rubinus 1.0.1
h2. Ruby 1.9's relative_relative for Rubinus 1.0.1 .. 1.1

Here we add in Module RequireRelative method: *require_relative*, and *abs_file*. Example:

Expand Down

0 comments on commit 4b51fc7

Please sign in to comment.