Method: LibGems::SourceIndex#add_specs

Defined in:
lib/libgems/source_index.rb

#add_specs(*gem_specs) ⇒ Object

Add gem specifications to the source index.



224
225
226
227
228
# File 'lib/libgems/source_index.rb', line 224

def add_specs(*gem_specs)
  gem_specs.each do |spec|
    add_spec spec
  end
end