Object
# File lib/jeweler/commands/validate_gemspec.rb, line 10 10: def run 11: begin 12: gemspec_helper.parse 13: output.puts "#{gemspec_helper.path} is valid." 14: rescue Exception => e 15: output.puts "#{gemspec_helper.path} is invalid. See the backtrace for more details." 16: raise 17: end 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.