podcatcher 3.2.10 → 3.2.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbc401c0448fe27777d6163ea78debfed4261293
4
- data.tar.gz: 75038be965bf6750d8e7abc3b6d88c88e9a9c0d8
3
+ metadata.gz: b1629c51fe5ff772a43d44f6026fcc4673090e2e
4
+ data.tar.gz: 1ed20f269680670aceb1391edddf6bccd2468980
5
5
  SHA512:
6
- metadata.gz: f25bf7fdc9646d78fb7015235c1bf69165e21a399d468c1115ec6185661ba8cf7c84e88d62a8192772d2060376d4120be210ff1f2850b020b811f4e7ccf3dd52
7
- data.tar.gz: 47fd742735090172386b2fd83ee9871707fda0cb1286266ec393f28bd987e3baaf5412a1008cb9f168809a5771d250797c0a49d910211bafb96f0669392e8752
6
+ metadata.gz: f0488c8f986b487f7b24f9c5b3a0adeca322375421258271b4f17e9064ea766e791a3330b547c095001f7b8fd43d90f1e381bd118f84a3109fb9d7e48f7b9a40
7
+ data.tar.gz: f5232cfc40d92bf19db2e105aed1cf4e85a3d2f32a7d24a71a6fbed5af28558cdc83650fdd2a3ec00d9774249260124b9b897cca8753faa96e20c5541b4f642f
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.txt CHANGED
@@ -36,7 +36,7 @@ $ gem install podcatcher --trust-policy HighSecurity
36
36
  $
37
37
  $ # Check the used version
38
38
  $ podcatcher --version
39
- 3.2.10
39
+ 3.2.11
40
40
  $
41
41
  $ # Optionally enable podcatcher MAN pages on Unix-like systems
42
42
  $ gem install gem-man # do this once
@@ -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 = '3.2.10'
9
+ PODCATCHER_VERSION = '3.2.11'
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
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PODCATCHER\-ARGUMENTS\-FORMAT" "5" "March 2016" "" "podcatcher v3.2.10 manual"
4
+ .TH "PODCATCHER\-ARGUMENTS\-FORMAT" "5" "March 2016" "" "podcatcher v3.2.11 manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpodcatcher\-arguments\-format\fR \- podcatcher arguments file format
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PODCATCHER\-OPTIONS\-FORMAT" "5" "March 2016" "" "podcatcher v3.2.10 manual"
4
+ .TH "PODCATCHER\-OPTIONS\-FORMAT" "5" "March 2016" "" "podcatcher v3.2.11 manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpodcatcher\-options\-format\fR \- podcatcher options file format
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PODCATCHER" "1" "March 2016" "" "podcatcher v3.2.10 manual"
4
+ .TH "PODCATCHER" "1" "March 2016" "" "podcatcher v3.2.11 manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpodcatcher\fR \- podcast client for the command line
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: 3.2.10
4
+ version: 3.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doga Armangil
@@ -32,7 +32,21 @@ cert_chain:
32
32
  RX+xYPJjPMyjrD73KZ5UNtXo5jOP1T85SqXOl6ICfedTVgZMk9mzK8+PkP1croHi
33
33
  -----END CERTIFICATE-----
34
34
  date: 2016-03-06 00:00:00.000000000 Z
35
- dependencies: []
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: ronn
38
+ requirement: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '='
41
+ - !ruby/object:Gem::Version
42
+ version: 0.7.3
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '='
48
+ - !ruby/object:Gem::Version
49
+ version: 0.7.3
36
50
  description:
37
51
  email:
38
52
  - doga.armangil@alumni.epfl.ch
metadata.gz.sig CHANGED
Binary file