pick-pocket 0.2.3 → 0.2.4
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/.ruby-version +1 -1
- data/.travis.yml +2 -2
- data/README.md +1 -1
- data/bin/pickpocket +1 -0
- data/lib/pickpocket/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce604f880fad7f1779bb71a825efda0792f52208
|
|
4
|
+
data.tar.gz: 7e0c207a26e80dee2bd67bfe6b7b8526c3f673c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37dbe0ade059dbe13405466ff4b07e3de99ac8088b1a11a091af12b00f61422916fa3130654cb0f1b7cc0fdc2df6fe993c5abaf9cc9f4028bd47a80c827f9490
|
|
7
|
+
data.tar.gz: bd4bbfe31d5091e480cc2b92b763a960771bcf155ef1132b79ec9f28aef996c50f564a18849837cbab87fd9c888ccd0f32bd48887867355f54dd8ca907ca00ad
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.1
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ To use Pickpocket, you first need to go through Pocket's OAuth authentication pr
|
|
|
32
32
|
- `pickpocket pick --quantity 5` (open 5 articles)
|
|
33
33
|
- `pickpocket pick -q 10` (open 10 articles)
|
|
34
34
|
- `pickpocket renew`
|
|
35
|
-
- This will synchronize your local library with your remote. Keep in mind: any article marked as read
|
|
35
|
+
- This will synchronize your local library with your remote. Keep in mind: any article marked as read **WILL BE DELETED** from your remote library
|
|
36
36
|
- `pickpocket stats`
|
|
37
37
|
- Show the number of read/unread articles you have on your local library
|
|
38
38
|
|
data/bin/pickpocket
CHANGED
data/lib/pickpocket/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pick-pocket
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiago Amaro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: launchy
|
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
version: '0'
|
|
192
192
|
requirements: []
|
|
193
193
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.6.
|
|
194
|
+
rubygems_version: 2.6.11
|
|
195
195
|
signing_key:
|
|
196
196
|
specification_version: 4
|
|
197
197
|
summary: 'Pickpocket: selects a random article from your Pocket (former Read It Later)'
|