lib/apricoteatsgorilla/apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.4.6 vs lib/apricoteatsgorilla/apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.4.7

- old
+ new

@@ -1,9 +1,9 @@ -require "rubygems" -require "hpricot" -require "iconv" +%w(rubygems hpricot iconv).each do |gem| + require gem +end -# == Apricot eats Gorilla +# == ApricotEatsGorilla # # Apricot eats Gorilla is a SOAP communication helper. It translates between # SOAP messages (XML) and Ruby Hashes and comes with some additional helpers # for working with SOAP services. class ApricotEatsGorilla \ No newline at end of file