class Shanty::RubygemProject
Public: Represents a projects created with the Ruby language.
Public Instance Methods
on_build()
click to toggle source
# File lib/shanty/projects/rubygem.rb, line 8 def on_build system 'gem build *.gemspec' end