# File lib/mg.rb, line 18
  def spec
    @spec ||= begin
      require "rubygems/specification"
      eval File.read(gemspec)
    end
  end