Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andersonvom committed Jan 20, 2017
1 parent c5eadcf commit 92c421b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/adp-downloader/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ADPDownloader
VERSION = "0.1.4"
VERSION = "0.2.0"
end

0 comments on commit 92c421b

Please sign in to comment.