lib/github_api/validations.rb in github_api-0.11.1 vs lib/github_api/validations.rb in github_api-0.11.2

- old
+ new

@@ -1,15 +1,14 @@ # encoding: utf-8 module Github module Validations - extend AutoloadHelper - autoload_all 'github_api/validations', - :Presence => 'presence', - :Token => 'token', - :Format => 'format', - :Required => 'required' + Github::require_all 'github_api/validations', + 'presence', + 'token', + 'format', + 'required' include Presence include Format include Token include Required