podcatcher 4.0.0.pre → 4.0.0.pre3

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: bb43dfb7229e47166c4006fc6b759fd7eccfecc8
4
- data.tar.gz: 8119f2080a94031b65d23f7da016d91a72d74d38
3
+ metadata.gz: afd8a6d80414ec32d4e35b08b88343fbde0d5507
4
+ data.tar.gz: ef6c6bb22069b7130f7e27ada82750feee428ede
5
5
  SHA512:
6
- metadata.gz: fddb629c817e89c84eadb6fcca10f1bb610466d6a83bd01c1655dd241175584898c74b33055f448c8c2aac346eef97ae38bb72e9ba1a33eabf031925ffd803e8
7
- data.tar.gz: 8d7ab83bdafd7f9dc2561d212c8504047a5891ddb046ba351e0a398b3b6dd8b968b5e3583fed7db893f8a902eaf326911d89d9657b8ad6039514884c7b3e65eb
6
+ metadata.gz: afda39145e713ff55a111524239835b909707703635f4dc124f380c5797d5329d7eb73188c597b7b06602a433ba520fae758dbd48fff7623381ed13762942c43
7
+ data.tar.gz: 544a77dae4ef4967080ee541065ae940118c79957bfdceb842cc71fb8ef83cb1a76ffa7d464596970a2c875cbbd88a3b861d4ecb9650e178a9997a826ac5aa77
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.txt CHANGED
@@ -22,6 +22,8 @@ reliable method, as RubyTorrent is still in alpha phase.
22
22
  Concurrency is not handled: simultaneous executions of this program should
23
23
  target different directories.
24
24
 
25
+ As of version 4, the default target directory is ~/.podcatcher instead of the current directory.
26
+
25
27
  Visit https://github.com/doga/podcatcher for more information.
26
28
 
27
29
 
@@ -36,7 +38,7 @@ $ gem install podcatcher --trust-policy HighSecurity
36
38
  $
37
39
  $ # Check the used version
38
40
  $ podcatcher --version
39
- 4.0.0.pre
41
+ 4.0.0.pre3
40
42
  $
41
43
  $ # Optionally enable podcatcher MAN pages on Unix-like systems
42
44
  $ gem install gem-man # do this once
@@ -49,7 +51,7 @@ podcatcher [options] [arguments]
49
51
 
50
52
  Options:
51
53
  -d, --dir DIR Directory for storing application state.
52
- Default value is current directory.
54
+ Default value is ~/.podcatcher .
53
55
  -D, --cachedir DIR Directory for storing downloaded content.
54
56
  Default value is the 'cache' subdirectory
55
57
  of the state directory (specified by
data/bin/podcatcher CHANGED
@@ -6,7 +6,7 @@
6
6
  # Author: Doga Armangil, armangild@yahoo.com
7
7
 
8
8
  PODCATCHER_WEBSITE = 'https://github.com/doga/podcatcher'
9
- PODCATCHER_VERSION = '4.0.0.pre'
9
+ PODCATCHER_VERSION = '4.0.0.pre3'
10
10
 
11
11
  # todo: allow files to be selected not only by its MIME type, but also other attributes. Example: --content '^video/ width:680-1024 height:400'
12
12
  # todo: --proxy option
data/man/podcatcher.1 CHANGED
@@ -43,7 +43,7 @@ As of version 4, the default target directory is ~/\.podcatcher instead of the c
43
43
  .
44
44
  .TP
45
45
  \fB\-d\fR, \fB\-\-dir\fR \fIDIR\fR
46
- Directory for storing application state\. Default value is current directory\.
46
+ Directory for storing application state\. Default value is ~/\.podcatcher \.
47
47
  .
48
48
  .TP
49
49
  \fB\-D\fR, \fB\-\-cachedir\fR \fIDIR\fR
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podcatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.pre
4
+ version: 4.0.0.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doga Armangil
metadata.gz.sig CHANGED
Binary file