Skip to content

Commit

Permalink
Remove hack for load_yaml
Browse files Browse the repository at this point in the history
This commit complies with comment to remove after the 1.5 release of
RubyGems.
  • Loading branch information
Zachary Scott committed Feb 6, 2014
1 parent 6944954 commit 8b6026d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
require 'rubygems'
require 'rubygems/package_task'

# HACK bootstrap load_yaml, remove after 1.5 release
def Gem.load_yaml; end unless Gem.respond_to? :load_yaml

if ENV['YAML'] == "syck"
ENV['TEST_SYCK'] = "1"
end
Expand Down

0 comments on commit 8b6026d

Please sign in to comment.