lib/rubygems_plugin.rb in yard-0.9.5 vs lib/rubygems_plugin.rb in yard-0.9.6

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true if defined?(Gem::VERSION) && Gem::VERSION >= "2.0." require File.expand_path(File.dirname(__FILE__) + '/yard/rubygems/hook') else unless defined?(Gem::DocManager.load_yardoc) require File.expand_path(File.dirname(__FILE__) + '/yard/rubygems/specification')