adp-downloader 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -0
- data/lib/adp-downloader.rb +1 -1
- data/lib/adp-downloader/statement/statement.rb +1 -1
- data/lib/adp-downloader/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f532e9d9ce46bc71b7810e9b2568136150817de
|
|
4
|
+
data.tar.gz: 6d7b5658c4d0be440d499114a8869f5e775c63a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64431a0a68a9b125cafd9489f5a6e3698cd9f6efa7989a67967f962a596be70cec01292d0a4857c7b57f228f43562f1a207b888094c85f52f5eaa5a8e4de12a0
|
|
7
|
+
data.tar.gz: b32d96d331cce56b7afcaebe3c754144f6f8bea422d1a764d7accfa07d98f27e609497e061883c754077e8ad382da08d6034e86ea32ef7ed078158d5e2889921
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -24,6 +24,8 @@ available anymore in the new folders.
|
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
27
|
+
### Iterative
|
|
28
|
+
|
|
27
29
|
Go to the directory where you want the pay stubs to be saved and run:
|
|
28
30
|
|
|
29
31
|
adp-downloader
|
|
@@ -33,6 +35,8 @@ available will be downloaded, both in JSON and PDF formats. When you
|
|
|
33
35
|
receive your next paycheck, just go back to the directory and re-run
|
|
34
36
|
`adp-downloader`.
|
|
35
37
|
|
|
38
|
+
### Unattended
|
|
39
|
+
|
|
36
40
|
If you want to run it automatically (e.g. in a cron job), create or edit
|
|
37
41
|
you local [`.netrc` file][netrc] (usually in your home directory, unless
|
|
38
42
|
you put it somewhere else) with your credentials:
|
data/lib/adp-downloader.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adp-downloader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anderson Mesquita (andersonvom)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mechanize
|