pick-pocket 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cf2ac00e0d6fbe110040807a23ed4bb1a116dc1
4
- data.tar.gz: '061856c31f34ac29eff1781efc78dd3da581a919'
3
+ metadata.gz: ce604f880fad7f1779bb71a825efda0792f52208
4
+ data.tar.gz: 7e0c207a26e80dee2bd67bfe6b7b8526c3f673c8
5
5
  SHA512:
6
- metadata.gz: 4540b789254dc4f6ee4199e831d207be1e374eae8aa00541d9cc77f25f5364731e02caea532e82075568ae5a3154ca56ff82d2b1ad40845685d5efcd282413b2
7
- data.tar.gz: 946f6d400b9191051dec2e6106acc8f4d146574c7a2f31b6296b88147bfeddea1f15525918b2952f3e3ba3cbaec8151a765b558e7ec155c44aa3a1c58e680090
6
+ metadata.gz: 37dbe0ade059dbe13405466ff4b07e3de99ac8088b1a11a091af12b00f61422916fa3130654cb0f1b7cc0fdc2df6fe993c5abaf9cc9f4028bd47a80c827f9490
7
+ data.tar.gz: bd4bbfe31d5091e480cc2b92b763a960771bcf155ef1132b79ec9f28aef996c50f564a18849837cbab87fd9c888ccd0f32bd48887867355f54dd8ca907ca00ad
@@ -1 +1 @@
1
- 2.4.0
1
+ 2.4.1
@@ -4,8 +4,8 @@ sudo: false
4
4
  language: ruby
5
5
  cache: bundler
6
6
  rvm:
7
- - 2.4.0
7
+ - 2.4.1
8
8
  - 2.3.3
9
9
  - 2.2.5
10
10
  - 2.1.10
11
- before_install: gem install bundler -v 1.13.1
11
+ before_install: gem install bundler
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 locally **WILL DELETED** from your remote library
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
 
@@ -40,6 +40,7 @@ class PickpocketCLI < Thor
40
40
  library = Pickpocket::Articles::Library.new
41
41
  library.stats
42
42
  end
43
+ map status: :stats
43
44
  end
44
45
 
45
46
  PickpocketCLI.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Pickpocket
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
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.3
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-03-08 00:00:00.000000000 Z
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.10
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)'