iplayer-dl 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,7 +80,7 @@ begin
80
80
  end
81
81
  raise 'no programme identifier specified' if pids.empty?
82
82
  rescue => exception
83
- $stderr.puts 'Error: '+exception, ''
83
+ $stderr.puts 'Error: '+exception.to_s, ''
84
84
  puts opts
85
85
  exit 1
86
86
  end
@@ -1,4 +1,4 @@
1
1
  module IPlayer
2
- VERSION = '0.1.19'
2
+ VERSION = '0.1.20'
3
3
  GUI_VERSION = '1.14'
4
4
  end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iplayer-dl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ hash: 51
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 20
10
+ version: 0.1.20
5
11
  platform: ruby
6
12
  authors:
7
13
  - Paul Battley
@@ -9,19 +15,23 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-02-20 00:00:00 +00:00
18
+ date: 2010-09-03 00:00:00 +01:00
13
19
  default_executable:
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
22
  name: mocha
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
20
26
  requirements:
21
27
  - - ">="
22
28
  - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
23
32
  version: "0"
24
- version:
33
+ type: :development
34
+ version_requirements: *id001
25
35
  description:
26
36
  email: pbattley@gmail.com
27
37
  executables:
@@ -35,37 +45,29 @@ files:
35
45
  - README
36
46
  - setup.rb
37
47
  - Rakefile
38
- - lib/.iplayer.rb.swp
39
- - lib/iplayer/errors.rb
40
- - lib/iplayer/.metadata.rb.swp
41
48
  - lib/iplayer/preferences.rb
42
- - lib/iplayer/.downloader.rb.swp
43
- - lib/iplayer/.subtitles.rb.swp
44
- - lib/iplayer/subtitles.rb
45
- - lib/iplayer/downloader.rb
46
- - lib/iplayer/constants.rb
47
- - lib/iplayer/.constants.rb.swp
49
+ - lib/iplayer/browser.rb
50
+ - lib/iplayer/gui/main_frame.rb
48
51
  - lib/iplayer/gui/app.rb
49
- - lib/iplayer/gui/.app.rb.swp
50
52
  - lib/iplayer/gui/frame.rb
51
- - lib/iplayer/gui/main_frame.rb
52
- - lib/iplayer/.browser.rb.swp
53
- - lib/iplayer/metadata.rb
54
- - lib/iplayer/browser.rb
55
- - lib/iplayer/translations.rb
53
+ - lib/iplayer/subtitles.rb
56
54
  - lib/iplayer/version.rb
55
+ - lib/iplayer/translations.rb
56
+ - lib/iplayer/constants.rb
57
+ - lib/iplayer/downloader.rb
58
+ - lib/iplayer/errors.rb
59
+ - lib/iplayer/metadata.rb
57
60
  - lib/iplayer.rb
58
- - test/test_subtitles.rb
59
61
  - test/test_preferences.rb
60
- - test/.test_metadata.rb.swp
61
62
  - test/test_metadata.rb
63
+ - test/test_subtitles.rb
62
64
  - bin/iplayer-dl
63
65
  - bin/iplayer-dl-gui
64
- - share/pixmaps/iplayer-dl/icon64.png
65
- - share/pixmaps/iplayer-dl/icon32.png
66
66
  - share/pixmaps/iplayer-dl/icon48.png
67
- - share/pixmaps/iplayer-dl/icon16.png
68
67
  - share/pixmaps/iplayer-dl/icon128.png
68
+ - share/pixmaps/iplayer-dl/icon16.png
69
+ - share/pixmaps/iplayer-dl/icon64.png
70
+ - share/pixmaps/iplayer-dl/icon32.png
69
71
  has_rdoc: true
70
72
  homepage: http://po-ru.com/projects/iplayer-downloader
71
73
  licenses: []
@@ -76,21 +78,27 @@ rdoc_options: []
76
78
  require_paths:
77
79
  - lib
78
80
  required_ruby_version: !ruby/object:Gem::Requirement
81
+ none: false
79
82
  requirements:
80
83
  - - ">="
81
84
  - !ruby/object:Gem::Version
85
+ hash: 3
86
+ segments:
87
+ - 0
82
88
  version: "0"
83
- version:
84
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
+ none: false
85
91
  requirements:
86
92
  - - ">="
87
93
  - !ruby/object:Gem::Version
94
+ hash: 3
95
+ segments:
96
+ - 0
88
97
  version: "0"
89
- version:
90
98
  requirements: []
91
99
 
92
100
  rubyforge_project:
93
- rubygems_version: 1.3.5
101
+ rubygems_version: 1.3.7
94
102
  signing_key:
95
103
  specification_version: 3
96
104
  summary: Download iPlayer content
Binary file
Binary file
Binary file
Binary file
Binary file