lastfm-tail 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/lastfm-tail +2 -1
  2. metadata +2 -2
data/bin/lastfm-tail CHANGED
@@ -27,6 +27,7 @@ OptionParser.new do |opts|
27
27
  opts.on('-F', '--frequency NUM', Integer, 'Poll Last.fm every NUM seconds. '\
28
28
  +'Defaults to 5. Implies -f. ') do |num|
29
29
  pollFrequency = num
30
+ reverse = true
30
31
  end
31
32
 
32
33
  opts.on('-n', '--number NUM', Integer, 'List NUM tracks.') do |num|
@@ -43,7 +44,7 @@ OptionParser.new do |opts|
43
44
  end
44
45
 
45
46
  opts.on('-v', '--version', 'Show the installed version of lastfm-tail.') do
46
- puts 'lastfm-tail 1.0.1'
47
+ puts 'lastfm-tail 1.0.2'
47
48
  exit 0
48
49
  end
49
50
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lastfm-tail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - xiongchiamiov
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-01-16 00:00:00 -08:00
13
+ date: 2012-01-27 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency