twitterscrobble 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -2,3 +2,8 @@
2
2
 
3
3
  * 1 major enhancement:
4
4
  * Initial release
5
+
6
+ == 0.0.2 2008-08-27
7
+
8
+ * 1 minor enhancement:
9
+ * The twitter gem has the source parameter fixed now. Therefore, TwitterScrobble now depends on version 0.3.7 or higher of the twitter gem.
data/README.txt CHANGED
@@ -40,8 +40,9 @@ The following posts all recent tracks and store user names and password in the p
40
40
  This script is probably run best from CRON:
41
41
 
42
42
  $> crontab -l
43
- # m h dom mon dow command
44
- * * * * * /home/nerab/projects/atom2nntp/workspace/twitterscrobble/bin/twitterscrobble --loglevel warn --logfile /home/nerab/.twitterscrobble/twitterscrobble.log
43
+ * * * * * twitterscrobble --loglevel warn --logfile /home/nerab/.twitterscrobble/twitterscrobble.log
44
+
45
+ This line will run twitterscrobble every minute.
45
46
 
46
47
  The entry to the user's crontab can be made with
47
48
 
@@ -49,8 +50,7 @@ The entry to the user's crontab can be made with
49
50
 
50
51
  This will invoke the default editor for making changes to the user's crontab.
51
52
 
52
- The library will announce itself as "twitterscrobble" on Twitter (by sending the appropriate source parameter). The twitter gem
53
- still has a bug about this, so the source parameter will not work until {this bug}[http://jnunemaker.lighthouseapp.com/projects/14843/tickets/11-source-parameter-does-not-get-through#ticket-11-1] has been fixed.
53
+ The library will announce itself as "twitterscrobble" on Twitter.
54
54
 
55
55
  = Author
56
56
 
@@ -2,7 +2,7 @@ module Twitterscrobble
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitterscrobble
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas E. Rabenau
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-22 00:00:00 +02:00
12
+ date: 2008-08-27 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency