ashbb / green_shoes

Green Shoes is one of the colorful Shoes written in pure Ruby.
Other
204 stars 37 forks source link

download() method example error #65

Closed ujk closed 12 years ago

ujk commented 12 years ago

On example at http://ashbb.github.com/green_shoes/App.html#download

  @status.text = "Headers: #{goog.meta}" 

it can't change the text of para element because of goog.meta returns Hash object. If I change it like:

  @status.text = "Date: #{goog.meta["date"]}"

it runs well. I'm using windows7 and Ruby 1.9.2p180

ashbb commented 12 years ago

Hi ujk,

Thank you for letting me know. Now, fixed. :)