lib/bovespa-prices.rb in bovespa-prices-1.0.2 vs lib/bovespa-prices.rb in bovespa-prices-1.0.3

- old
+ new

@@ -1,9 +1,9 @@ require 'httpclient' require 'nokogiri' class Bovespa - VERSION = "1.0.2" + VERSION = "1.0.3" class Stock attr_accessor :code, :name, :date, :opening_price, :min_price, :max_price, :average_price, :last_price, :variation def to_s \ No newline at end of file