public
Description: Scrobbler is a wrapper for the audioscrobbler (last.fm) web services.
Homepage: http://scrobbler.rubyforge.org/
Clone URL: git://github.com/jnunemaker/scrobbler.git
Click here to lend your support to: scrobbler and make a donation at www.pledgie.com !
scrobbler / Manifest
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 1 examples/album.rb
2 examples/artist.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 3 examples/scrobble.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 4 examples/tag.rb
5 examples/track.rb
6 examples/user.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 7 History.txt
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 8 lib/scrobbler/album.rb
9 lib/scrobbler/artist.rb
10 lib/scrobbler/base.rb
11 lib/scrobbler/chart.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 12 lib/scrobbler/playing.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 13 lib/scrobbler/rest.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 14 lib/scrobbler/scrobble.rb
15 lib/scrobbler/simpleauth.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 16 lib/scrobbler/tag.rb
17 lib/scrobbler/track.rb
18 lib/scrobbler/user.rb
20c8b2aa » jnunemaker 2008-12-03 Added Scrobbler::Version co... 19 lib/scrobbler/version.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 20 lib/scrobbler.rb
21 Manifest
22 MIT-LICENSE
23 Rakefile
c7362253 » Jonathan Rudenberg 2008-12-12 tweaked Rakefile to exclude... 24 README.rdoc
20c8b2aa » jnunemaker 2008-12-03 Added Scrobbler::Version co... 25 scrobbler.gemspec
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 26 setup.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 27 test/fixtures/xml/album/info.xml
28 test/fixtures/xml/artist/fans.xml
29 test/fixtures/xml/artist/similar.xml
30 test/fixtures/xml/artist/topalbums.xml
31 test/fixtures/xml/artist/toptags.xml
32 test/fixtures/xml/artist/toptracks.xml
33 test/fixtures/xml/tag/topalbums.xml
34 test/fixtures/xml/tag/topartists.xml
35 test/fixtures/xml/tag/toptags.xml
36 test/fixtures/xml/tag/toptracks.xml
37 test/fixtures/xml/track/fans.xml
38 test/fixtures/xml/track/toptags.xml
39 test/fixtures/xml/user/friends.xml
40 test/fixtures/xml/user/neighbours.xml
41 test/fixtures/xml/user/profile.xml
42 test/fixtures/xml/user/recentbannedtracks.xml
43 test/fixtures/xml/user/recentlovedtracks.xml
44 test/fixtures/xml/user/recenttracks.xml
45 test/fixtures/xml/user/systemrecs.xml
46 test/fixtures/xml/user/topalbums.xml
47 test/fixtures/xml/user/topartists.xml
48 test/fixtures/xml/user/toptags.xml
49 test/fixtures/xml/user/toptracks.xml
50 test/fixtures/xml/user/weeklyalbumchart.xml
51 test/fixtures/xml/user/weeklyalbumchart_from_1138536002_to_1139140802.xml
52 test/fixtures/xml/user/weeklyartistchart.xml
53 test/fixtures/xml/user/weeklyartistchart_from_1138536002_to_1139140802.xml
54 test/fixtures/xml/user/weeklychartlist.xml
55 test/fixtures/xml/user/weeklytrackchart.xml
56 test/fixtures/xml/user/weeklytrackchart_from_1138536002_to_1139140802.xml
57 test/mocks/rest.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 58 test/test_helper.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 59 test/unit/album_test.rb
60 test/unit/artist_test.rb
61 test/unit/chart_test.rb
c7362253 » Jonathan Rudenberg 2008-12-12 tweaked Rakefile to exclude... 62 test/unit/playing_test.rb
63 test/unit/scrobble_test.rb
64 test/unit/simpleauth_test.rb
c13cb006 » jnunemaker 2007-05-10 initial commit of scrobbler... 65 test/unit/tag_test.rb
66 test/unit/track_test.rb
8d28319d » jnunemaker 2008-12-03 Switched to echoe from newg... 67 test/unit/user_test.rb