summaryrefslogtreecommitdiff
path: root/lib/rubygems/gem_open_uri.rb
blob: 597930dc50dc6775fbe8644727cff5f7636fcd3e (plain)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

if RUBY_VERSION > '1.9' then
  require 'open-uri'
else
  require 'rubygems/open-uri'
end