podcatcher 3.1.10 → 3.1.12

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: 529eae68319f4b5316d0bf1ea231f5d22a678bad
4
- data.tar.gz: 51c463acf60aa8877603c33098aac66cef9a426f
3
+ metadata.gz: 5534aaf94d321ab7ee64863564625b2f203b787f
4
+ data.tar.gz: 12dba3523d0dc054b82fc6fe488d770ef3db737d
5
5
  SHA512:
6
- metadata.gz: 989c56371d1fbfe9fc2accadfbed1d2acaea842308b43ba33d75efd28ee7058553c73ca81ef3eb4cbcd1ba2126f7e6a53d23f58e25fbb329fc0c7edea0d58162
7
- data.tar.gz: cf6e6aa7417e4c8f14d05d511c75ebe282501e71586be490adacba0db43139828baa08cfaf92f0f103f661308198d7bb4e35f1269fd95bfec5701232de3c5157
6
+ metadata.gz: 7e9e3a7904ce90e8ed6c600254890549df89d106568124e353a8ccd5318ebe422e2753bab2073181af0b50a89977ce7955469f418b151b645cba2c518dcbb215
7
+ data.tar.gz: 1045619c9d7cf28cf4e9bcfdd0db5820f6cface9a3d8158ad951b1df43dc780b12782662d2c994b3db95bdb4f182ad87bbde782c8703a4e807db0d74ef3ebd03
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.txt CHANGED
@@ -24,7 +24,25 @@ target different directories.
24
24
 
25
25
  Visit https://github.com/doga/podcatcher for more information.
26
26
 
27
- Usage: podcatcher [options] [arguments]
27
+
28
+ Installation
29
+ ------------
30
+ $ # Optional security step (do this once)
31
+ $ gem cert --add <(curl -Ls https://raw.githubusercontent.com/doga/podcatcher/master/certs/doga.pem)
32
+ $
33
+ $ # Install
34
+ $ # (Optional security paramater: --trust-policy HighSecurity)
35
+ $ gem install podcatcher --trust-policy HighSecurity
36
+ $
37
+ $ # Check the used version
38
+ $ podcatcher --version
39
+ 3.1.12
40
+ $
41
+
42
+
43
+ Usage
44
+ -----
45
+ podcatcher [options] [arguments]
28
46
 
29
47
  Options:
30
48
  -d, --dir DIR Directory for storing application state.
@@ -207,43 +225,13 @@ Usage examples:
207
225
  podcatcher -F search -f 12 news http://www.npr.org/podcasts.opml > npr_news.opml
208
226
 
209
227
 
210
- Requirements
211
- ------------
212
- Ruby 1.8.2 or later.
213
-
214
-
215
- Installation
216
- ------------
217
- 1. Install the most recent Ruby distribution. Ruby is available on many
218
- operating systems such as Windows, MacOS and Linux. A good starting point
219
- is http://www.ruby-lang.org/en/ , and for Linux it is worth taking a look
220
- at an RPM repository such as http://www.rpmseek.com/ (package name ruby).
221
-
222
- 2. Extract to disk the podcatcher directory from the TGZ file.
223
-
224
- 3. (Optional, for internal BitTorrent support) Download the most recent
225
- RubyTorrent release from http://rubyforge.org/projects/rubytorrent/ ,
226
- add its installation directory to $RUBYLIB (for Linux).
227
-
228
- 4. (Optional, for Linux users) Add the podcatcher/bin subdirectory to $PATH.
229
-
230
-
231
228
  Support
232
229
  -------
233
230
  Please use https://github.com/doga/podcatcher for bug reports
234
231
  and feature requests.
235
232
 
236
- Alternatively, you can send me an email to the address listed below.
237
-
238
233
 
239
234
  License
240
235
  -------
241
- Armangil's podcatcher is released under the GNU General Public Licence.
242
- Please see http://opensource.org/licenses/gpl-license.php for more information.
243
-
244
-
245
- Author
246
- ------
247
- Doga Armangil, armangild@yahoo.com
236
+ Armangil's podcatcher is released under the MIT Licence.
248
237
 
249
- [November 2014]
@@ -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.1.10'
9
+ PODCATCHER_VERSION = '3.1.12'
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
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.1.10
4
+ version: 3.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doga Armangil
@@ -31,7 +31,7 @@ cert_chain:
31
31
  DcNXARPdnPlz0VQedZo89pKjngah8Nur01/wD97Q18Mr/av3H4Bg1sTF+RZAplU3
32
32
  RX+xYPJjPMyjrD73KZ5UNtXo5jOP1T85SqXOl6ICfedTVgZMk9mzK8+PkP1croHi
33
33
  -----END CERTIFICATE-----
34
- date: 2016-03-01 00:00:00.000000000 Z
34
+ date: 2016-03-02 00:00:00.000000000 Z
35
35
  dependencies: []
36
36
  description:
37
37
  email:
metadata.gz.sig CHANGED
Binary file