Sha256: 2d7713868acd427aee4a04f1103a576dd88033a945b00d569314590516f047a1

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

== 1.0.2 / 2007-12-10

* Open-uri, Rubygems and Hpricot required at the MetaInspector class, so you won't need to require them. Just require metainspector and they will be included along.

* Rescue in case of socket error. If the URL does not exist or is unreachable, it will catch the SocketError exception and return 'ok' => false.

* Added hpricot as extra dependency so it will be automatically installed when you install the metainspector gem.

* Misc code cleanup... "if !doc.at('title').nil?" is the same as "if doc.at('title')"

* Thanks to David Calavera (http://thinkincode.net) and Juan Alvarez (http://ruby.reboot.com.mx/) for their comments and contributions to this release.

== 1.0.1 / 2007-12-06

* Added some info at README.txt, translated all methods to English

== 1.0.0 / 2007-12-06

* MetaInspector is born!
  * Birthday!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metainspector-1.0.2 History.txt