podcatcher 3.1.8

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.txt +249 -0
  4. data/bin/podcatcher +2535 -0
  5. metadata +53 -0
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: podcatcher
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.1.8
5
+ platform: ruby
6
+ authors:
7
+ - Doga Armangil
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - doga.armangil@alumni.epfl.ch
16
+ executables:
17
+ - podcatcher
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - MIT-LICENSE
22
+ - README.txt
23
+ - bin/podcatcher
24
+ homepage: https://github.com/doga/podcatcher
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ code: https://github.com/doga/podcatcher
29
+ wiki: ''
30
+ mail: ''
31
+ docs: https://github.com/doga/podcatcher
32
+ bugs: https://github.com/doga/podcatcher/issues
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 1.8.2
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 2.5.1
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Armangil's podcatcher is a podcast client for the command line.
53
+ test_files: []