Searched refs:Validator (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_validator.rb11 @validator = Gem::Validator.new
28 Gem::Validator::ErrorData.new('lib/b.rb', 'Missing file'),
29 Gem::Validator::ErrorData.new('lib/c.rb', 'Extra file'),
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dcheck_command.rb45 Gem::Validator.new.alien(gems).sort.each do |key, val|
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Dvalidation.rb5 module Validator module in class:REXML.Validation
H A Drelaxng.rb35 include Validator
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dvalidator.rb11 # Validator performs various gem file and gem database validation
13 class Gem::Validator

Completed in 207 milliseconds