Skip to content

Commit

Permalink
Enable backports for stdlib.
Browse files Browse the repository at this point in the history
Provide backports for Prime (new in 1.9),
Matrix (overwrites previous versions) and
Set (patches if required)
  • Loading branch information
marcandre committed Aug 23, 2011
1 parent 3f67fd2 commit 9c81338
Show file tree
Hide file tree
Showing 8 changed files with 2,164 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ task :default => :test

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
require 'yaml'
if File.exist?('VERSION.yml')
config = YAML.load(File.read('VERSION.yml'))
version = "#{config[:major]}.#{config[:minor]}.#{config[:patch]}"
Expand Down
1 change: 1 addition & 0 deletions lib/backports/1.9.1/stdlib.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$LOAD_PATH << File.expand_path("../stdlib_new", __FILE__)
Loading

0 comments on commit 9c81338

Please sign in to comment.