twitterscrobble 0.0.1 → 0.0.2
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.
- data/History.txt +5 -0
- data/README.txt +4 -4
- data/lib/twitterscrobble/version.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
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
|
-
|
|
44
|
-
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
12
|
+
date: 2008-08-27 00:00:00 +02:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|