Method: Jeweler::Commands::ValidateGemspec.build_for
- Defined in:
- lib/jeweler/commands/validate_gemspec.rb
.build_for(jeweler) ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/jeweler/commands/validate_gemspec.rb', line 20 def self.build_for(jeweler) command = new command.gemspec_helper = jeweler.gemspec_helper command.output = jeweler.output command end |