class Buildr::PackageGemTask
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/buildr/packaging/gems.rb, line 22 def initialize(*args) super @spec = Gem::Specification.new end
Public Instance Methods
spec() { |spec| ... }
click to toggle source
# File lib/buildr/packaging/gems.rb, line 27 def spec yield @spec if block_given? @spec end
upload()
click to toggle source
# File lib/buildr/packaging/gems.rb, line 32 def upload end