itunesscrobbler.rb: changed 'gsub' into '' to 'delete'

This commit is contained in:
Vítor Galvão 2015-08-09 14:21:59 +01:00
parent d5c82185fa
commit 6e8da30be1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cask :v1 => 'itunesscrobbler' do
version '0.6.0'
sha256 '01dcacb1738e824d853dab7825cee88b017f47a65f8e22fdbd7bf762802cc893'
url "http://www.easyclasspage.de/lastfm/files/iTunesScrobbler_#{version.gsub('.','')}.zip"
url "http://www.easyclasspage.de/lastfm/files/iTunesScrobbler_#{version.delete('.')}.zip"
name 'iTunes (Radio) Scrobbler'
name 'iTunesScrobbler'
homepage 'http://www.easyclasspage.de/lastfm/seite-19.html'