lib/yahoo/search.rb in yahoo-search-1.1.0 vs lib/yahoo/search.rb in yahoo-search-1.1.1
- old
+ new
@@ -3,9 +3,11 @@
##
# Abstract class for searching yahoo.
class Yahoo::Search < Yahoo
+ VERSION = '1.1.1'
+
##
# Returns the total results available, returned, and first result position
# for the returned results.
def parse_result_info(xml) # :nodoc: