From 92c421b87b56c1cdad7dd68396d5748690bec687 Mon Sep 17 00:00:00 2001 From: Anderson Mesquita Date: Fri, 20 Jan 2017 13:03:31 -0500 Subject: [PATCH] Bump 0.2.0 This version changes the way statements are organized to the following structure: yyyy/ yyyy-ID.json yyyy-ID.pdf yyyy-mm-dd-ID.json yyyy-mm-dd-ID.pdf where `yyyy`, `mm`, and `dd` refer to the years, months and days of those statements. It also uses a different `ID` scheme, since the PDF ID is always available and the JSON ID is not necessary always present. You might want to backup your existing statements before upgrading the gem and manually merge older statements that might not be available through the API anymore. Contributors: - @cfilipov --- Gemfile.lock | 2 +- lib/adp-downloader/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index edbc7a7..e100ad3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - adp-downloader (0.1.3) + adp-downloader (0.2.0) mechanize (~> 2.7) netrc (~> 0.11) parallel (~> 1.10) diff --git a/lib/adp-downloader/version.rb b/lib/adp-downloader/version.rb index 4b40f9b..28ee216 100644 --- a/lib/adp-downloader/version.rb +++ b/lib/adp-downloader/version.rb @@ -1,3 +1,3 @@ module ADPDownloader - VERSION = "0.1.4" + VERSION = "0.2.0" end