Rakefile in youtube_search-0.1.6 vs Rakefile in youtube_search-0.1.7

- old
+ new

@@ -1,7 +1,7 @@ -require "bundler" -Bundler::GemHelper.install_tasks +require "bundler/setup" +require "bundler/gem_tasks" task :default do sh "rspec spec/" end @@ -30,6 +30,6 @@ # playlist id = "5F23DAF4BFE3D14C" xml = open("http://gdata.youtube.com/feeds/api/playlists/#{id}?v=2").read File.open("spec/fixtures/playlist_#{id}.xml","w"){|f| f.write xml } -end \ No newline at end of file +end