public
Description: StatWhore is for the stat addict in all of us. Eventually it will become a ruby wrapper for several web stat services apis. Initially, it will cover Google Analytics and Feedburner.
Homepage: http://rubyforge.org/projects/statwhore/
Clone URL: git://github.com/jnunemaker/statwhore.git
Search Repo:
statwhore / History.txt
100644 7 lines (6 sloc) 0.351 kb
1
2
3
4
5
6
7
* 0.0.5 - July 30, 2008
        - Updated Account and Profile to work with google's html changes
        
* 0.0.4 - Added new #pageviews_by_day and #visits_by_day methods which return collection of days and values
* 0.0.3  - updated to new google api and switched to rspec
* 0.0.2 - switched to googlebase for google auth and requests
* 0.0.1 - initial release