chadrem / market_bot

Google Play Android App store scraper
MIT License
361 stars 130 forks source link

What's new is nil #51

Closed elprogrammer closed 8 years ago

elprogrammer commented 8 years ago

app.whats_new is nil ruby output:

getapp.rb:7:in +': no implicit conversion of nil into String (TypeError) from getapp.rb:7:in

my code:

require 'rubygems' require 'market_bot' require 'json' app = MarketBot::Play::App.new('com.ketchapp.stack') app.update puts 'whats_new: ' + app.whats_new

chadrem commented 8 years ago

:whats_new was never implemented in v1.0.0. I have added it back in v1.0.2. Give it a try and let me know if it works for you.