Reformat itunesscrobbler.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:20 +02:00
parent 5155c05dcf
commit 810a358ba8
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Itunesscrobbler < Cask class Itunesscrobbler < Cask
url 'http://www.easyclasspage.de/lastfm/files/iTunesScrobbler_060.zip'
homepage 'http://www.easyclasspage.de/lastfm/seite-19.html'
version '0.6.0' version '0.6.0'
sha256 '01dcacb1738e824d853dab7825cee88b017f47a65f8e22fdbd7bf762802cc893' sha256 '01dcacb1738e824d853dab7825cee88b017f47a65f8e22fdbd7bf762802cc893'
url 'http://www.easyclasspage.de/lastfm/files/iTunesScrobbler_060.zip'
homepage 'http://www.easyclasspage.de/lastfm/seite-19.html'
link 'iTunesScrobbler.app' link 'iTunesScrobbler.app'
end end