Class: Build

Inherits:
Array show all
Defined in:
lib/build.rb

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



2
3
4
5
6
# File 'lib/build.rb', line 2

def update
  Dir.glob('*.gemspec'){|gemspec|
      add "gem build #{gemspec}"
    }
end