examples/iterator.rb in wombat-2.4.0 vs examples/iterator.rb in wombat-2.5.0

- old
+ new

@@ -15,32 +15,32 @@ =begin p IteratorCrawler.new.crawl {"repos"=> [ - { - "repo"=>"bernii / gauge.js", - "description"=>"100% native and cool looking JavaScript gauge" - }, - { - "repo"=>"ZeitOnline / briefkasten", - "description"=>"a reasonably secure web application for submitting content anonymously" - }, - { - "repo"=>"nothingmagical / cheddar-ios", - "description"=>"Cheddar for iOS" - }, - { - "repo"=>"nathanmarz / storm-mesos", - "description"=>"Run Storm on top of the Mesos cluster resource manager" - }, - { - "repo"=>"Netflix / SimianArmy", - "description"=>"Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps ..." + { + "repo"=>"bernii / gauge.js", + "description"=>"100% native and cool looking JavaScript gauge" }, - { - "repo"=>nil, - "description"=>nil - } - ] + { + "repo"=>"ZeitOnline / briefkasten", + "description"=>"a reasonably secure web application for submitting content anonymously" + }, + { + "repo"=>"nothingmagical / cheddar-ios", + "description"=>"Cheddar for iOS" + }, + { + "repo"=>"nathanmarz / storm-mesos", + "description"=>"Run Storm on top of the Mesos cluster resource manager" + }, + { + "repo"=>"Netflix / SimianArmy", + "description"=>"Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps ..." + }, + { + "repo"=>nil, + "description"=>nil + } + ] } -=end \ No newline at end of file +=end