transmission-rss 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/bin/transmission-rss CHANGED
@@ -17,7 +17,7 @@ dofork = false
17
17
  verbose = false
18
18
 
19
19
  # Shows a summary of the command line options.
20
- def usageMessage
20
+ def usageMessage( configFile )
21
21
  $stderr << "#{File.basename( $0 )} [options]
22
22
  Adds torrents from rss feeds to transmission web frontend.
23
23
 
@@ -46,7 +46,7 @@ options.each do |option, argument|
46
46
  when '-f'
47
47
  dofork = true
48
48
  when '-h'
49
- usageMessage
49
+ usageMessage( configFile )
50
50
  when '-v'
51
51
  verbose = true
52
52
  end
@@ -1,7 +1,7 @@
1
1
  $:.unshift( File.dirname( __FILE__ ) )
2
2
 
3
3
  module TransmissionRSS
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
5
5
  end
6
6
 
7
7
  Dir.glob( $:.first + '/**/*.rb' ).each do |file|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transmission-rss
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - henning mueller
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-22 00:00:00 +02:00
18
+ date: 2010-08-23 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21