You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/08/23 15:37:00 UTC

svn commit: r1620026 - in /libcloud/site/trunk: Gemfile Gemfile.lock

Author: tomaz
Date: Sat Aug 23 13:37:00 2014
New Revision: 1620026

URL: http://svn.apache.org/r1620026
Log:
Upgrade to Jekyll 1.5.1.

Modified:
    libcloud/site/trunk/Gemfile
    libcloud/site/trunk/Gemfile.lock

Modified: libcloud/site/trunk/Gemfile
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/Gemfile?rev=1620026&r1=1620025&r2=1620026&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile (original)
+++ libcloud/site/trunk/Gemfile Sat Aug 23 13:37:00 2014
@@ -2,7 +2,7 @@ source "http://rubygems.org"
 
 group :development do
   gem 'rake', '~> 10.1.0'
-  gem 'jekyll', '~> 1.4.1'
+  gem 'jekyll', '~> 1.5.1'
   gem 'rdiscount', '~> 2.1.7'
   gem 'pygments.rb', '~> 0.5.4'
   gem 'json', '~> 1.8.1'

Modified: libcloud/site/trunk/Gemfile.lock
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/Gemfile.lock?rev=1620026&r1=1620025&r2=1620026&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile.lock (original)
+++ libcloud/site/trunk/Gemfile.lock Sat Aug 23 13:37:00 2014
@@ -11,54 +11,56 @@ GEM
   remote: http://rubygems.org/
   specs:
     blankslate (2.1.2.4)
-    classifier (1.3.3)
+    classifier (1.3.4)
       fast-stemmer (>= 1.0.0)
     colorator (0.1)
-    commander (4.1.5)
+    commander (4.1.6)
       highline (~> 1.6.11)
     fast-stemmer (1.0.2)
     ffi (1.9.3)
-    highline (1.6.20)
-    jekyll (1.4.1)
+    highline (1.6.21)
+    jekyll (1.5.1)
       classifier (~> 1.3)
       colorator (~> 0.1)
       commander (~> 4.1.3)
-      liquid (~> 2.5.2)
+      liquid (~> 2.5.5)
       listen (~> 1.3)
-      maruku (~> 0.7.0)
+      maruku (= 0.7.0)
       pygments.rb (~> 0.5.0)
       redcarpet (~> 2.3.0)
-      safe_yaml (~> 0.9.7)
+      safe_yaml (~> 1.0)
       toml (~> 0.1.0)
     jekyll-tagging (0.5.0)
       ruby-nuggets
     json (1.8.1)
-    liquid (2.5.4)
+    liquid (2.5.5)
     listen (1.3.1)
       rb-fsevent (>= 0.9.3)
       rb-inotify (>= 0.9)
       rb-kqueue (>= 0.2)
     maruku (0.7.0)
-    mini_portile (0.5.2)
-    nokogiri (1.6.0)
-      mini_portile (~> 0.5.0)
+    mini_portile (0.6.0)
+    nokogiri (1.6.3.1)
+      mini_portile (= 0.6.0)
+    nuggets (1.0.0)
     parslet (1.5.0)
       blankslate (~> 2.0)
-    posix-spawn (0.3.8)
+    posix-spawn (0.3.9)
     pygments.rb (0.5.4)
       posix-spawn (~> 0.3.6)
       yajl-ruby (~> 1.1.0)
-    rake (10.1.0)
-    rb-fsevent (0.9.3)
-    rb-inotify (0.9.3)
+    rake (10.1.1)
+    rb-fsevent (0.9.4)
+    rb-inotify (0.9.5)
       ffi (>= 0.5.0)
-    rb-kqueue (0.2.0)
+    rb-kqueue (0.2.3)
       ffi (>= 0.5.0)
-    rdiscount (2.1.7)
+    rdiscount (2.1.7.1)
     redcarpet (2.3.0)
-    ruby-nuggets (0.9.5)
-    safe_yaml (0.9.7)
-    toml (0.1.0)
+    ruby-nuggets (1.0.0)
+      nuggets (= 1.0.0)
+    safe_yaml (1.0.3)
+    toml (0.1.1)
       parslet (~> 1.5.0)
     yajl-ruby (1.1.0)
     yui-compressor (0.12.0)
@@ -67,7 +69,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  jekyll (~> 1.4.1)
+  jekyll (~> 1.5.1)
   jekyll-asset-pipeline!
   jekyll-tagging (~> 0.5.0)
   json (~> 1.8.1)