Rakefile in tmm1-youtube-g-0.4.5 vs Rakefile in tmm1-youtube-g-0.4.9
- old
+ new
@@ -15,6 +15,11 @@
desc 'Tag release'
task :tag do
svn_root = 'svn+ssh://drummr77@rubyforge.org/var/svn/youtube-g'
sh %(svn cp #{svn_root}/trunk #{svn_root}/tags/release-#{YouTubeG::VERSION} -m "Tag YouTubeG release #{YouTubeG::VERSION}")
+end
+
+desc 'Load the library in an IRB session'
+task :console do
+ sh %(irb -r lib/youtube_g.rb)
end
\ No newline at end of file