You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2009/08/31 21:17:11 UTC

svn commit: r809697 - /buildr/trunk/rakelib/doc.rake

Author: lacton
Date: Mon Aug 31 19:17:10 2009
New Revision: 809697

URL: http://svn.apache.org/viewvc?rev=809697&view=rev
Log:
Upgraded mojombo-jekyll from version 0.5.1 to version 0.5.4 because it's the only version available on http://gems.github.com

Modified:
    buildr/trunk/rakelib/doc.rake

Modified: buildr/trunk/rakelib/doc.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/doc.rake?rev=809697&r1=809696&r2=809697&view=diff
==============================================================================
--- buildr/trunk/rakelib/doc.rake (original)
+++ buildr/trunk/rakelib/doc.rake Mon Aug 31 19:17:10 2009
@@ -47,7 +47,7 @@
 rescue LoadError
   puts "Buildr uses the mojombo-jekyll to generate the Web site. You can install it by running rake doc:setup"
   task 'doc:setup' do
-    install_gem 'mojombo-jekyll', :source=>'http://gems.github.com', :version=>'0.5.1'
+    install_gem 'mojombo-jekyll', :source=>'http://gems.github.com', :version=>'0.5.4'
     if `pygmentize -V`.empty?
       args = %w{easy_install Pygments}
       args.unshift 'sudo' unless Config::CONFIG['host_os'] =~ /windows/