Author: tomaz
Date: Sat May 14 18:28:05 2016
New Revision: 1743845
URL: http://svn.apache.org/viewvc?rev=1743845&view=rev
Log:
Rever jekyll update, new version breaks pygments syntax highlighthing.
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=1743845&r1=1743844&r2=1743845&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile (original)
+++ libcloud/site/trunk/Gemfile Sat May 14 18:28:05 2016
@@ -2,7 +2,7 @@ source "http://rubygems.org"
group :development do
gem 'rake', '~> 10.1.0'
- gem 'jekyll', '~> 2.0.0'
+ gem 'jekyll', '~> 1.5.0'
gem 'rdiscount', '~> 2.1.7'
gem 'pygments.rb', '~> 0.5.4'
gem 'json', '~> 1.8.3'
Modified: libcloud/site/trunk/Gemfile.lock
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/Gemfile.lock?rev=1743845&r1=1743844&r2=1743845&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile.lock (original)
+++ libcloud/site/trunk/Gemfile.lock Sat May 14 18:28:05 2016
@@ -11,46 +11,34 @@ GEM
remote: http://rubygems.org/
specs:
blankslate (2.1.2.4)
- celluloid (0.16.0)
- timers (~> 4.0.0)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
- coffee-script (2.4.1)
- coffee-script-source
- execjs
- coffee-script-source (1.10.0)
colorator (0.1)
- execjs (2.6.0)
+ commander (4.1.6)
+ highline (~> 1.6.11)
fast-stemmer (1.0.2)
ffi (1.9.10)
- hitimes (1.2.4)
- jekyll (2.0.3)
+ highline (1.6.21)
+ jekyll (1.5.1)
classifier (~> 1.3)
colorator (~> 0.1)
- jekyll-coffeescript (~> 1.0)
- jekyll-sass-converter (~> 1.0)
- kramdown (~> 1.3)
+ commander (~> 4.1.3)
liquid (~> 2.5.5)
- listen (~> 2.5)
- mercenary (~> 0.3.3)
+ listen (~> 1.3)
+ maruku (= 0.7.0)
pygments.rb (~> 0.5.0)
- redcarpet (~> 3.1)
+ redcarpet (~> 2.3.0)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
- jekyll-coffeescript (1.0.1)
- coffee-script (~> 2.2)
- jekyll-sass-converter (1.4.0)
- sass (~> 3.4)
jekyll-tagging (0.5.0)
ruby-nuggets
json (1.8.3)
- kramdown (1.11.1)
liquid (2.5.5)
- listen (2.10.1)
- celluloid (~> 0.16.0)
+ listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
- mercenary (0.3.6)
+ rb-kqueue (>= 0.2)
+ maruku (0.7.0)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
@@ -65,14 +53,13 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
+ rb-kqueue (0.2.4)
+ ffi (>= 0.5.0)
rdiscount (2.1.7.1)
- redcarpet (3.3.4)
+ redcarpet (2.3.0)
ruby-nuggets (1.0.0)
nuggets (= 1.0.0)
safe_yaml (1.0.4)
- sass (3.4.22)
- timers (4.0.4)
- hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)
@@ -82,7 +69,7 @@ PLATFORMS
ruby
DEPENDENCIES
- jekyll (~> 2.0.0)
+ jekyll (~> 1.5.0)
jekyll-asset-pipeline!
jekyll-tagging (~> 0.5.0)
json (~> 1.8.3)