- Updated out of date gems
- Fixed an issue with downloading data from PG&E.
- Fixed an issue with downloading data from PG&E.
- Fixed an issue with uploading data to pachube.
- Fixed README to accurately reflect the new API.
- Save files with the proper extension (ESPI)
- Fixed an issue with downloading multiple days at the same time.
- Fixed an issue with detecting incomplete data.
- Removed Google PowerMeter as it no longer exists
- Rewrote PG&E scraper to work with OPower, their new web data provider.
- Handle passwords greater than 8 characters.
- Remove spec files from the gem.
- Fixed a bug which prevent the proper Google PowerMeter authentication information to be sent.
- Fixed a bug in exception handling to make it a bit more resilient.
- Fixed up some development nitpicks.
- Added support for Brighter Planet's Electricity API.
- Fixed encryption of passwords that had lengths other than multiples of 8.
- Added more extensive documentation of the library.
- Changed name from "Smartermeter" to "SmarterMeter"
- Updated the .detect_charset monkeypatch for the newer mechanize
- Removed unnecessary gems from the Windows package.
- Added a Windows version of SmarterMeter which runs from the taskbar and provides a wizard for easy configuration.
- Upgraded Mechanize to the latest released version.
- Fixed bugs in the sample parser
- Abstracted the UI so that a GUI based client could be built.
- Made the fetcher more robust to allow for network errors while transferring data.
- Added compatibility with JRuby
- First public release