Author: tomaz
Date: Sat May 14 18:07:47 2016
New Revision: 1743844
URL: http://svn.apache.org/viewvc?rev=1743844&view=rev
Log:
Upgrade to jekyll 2.0 so it works with Ruby 2.2.
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=1743844&r1=1743843&r2=1743844&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile (original)
+++ libcloud/site/trunk/Gemfile Sat May 14 18:07:47 2016
@@ -2,7 +2,7 @@ source "http://rubygems.org"
group :development do
gem 'rake', '~> 10.1.0'
- gem 'jekyll', '~> 1.5.1'
+ gem 'jekyll', '~> 2.0.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=1743844&r1=1743843&r2=1743844&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile.lock (original)
+++ libcloud/site/trunk/Gemfile.lock Sat May 14 18:07:47 2016
@@ -11,56 +11,69 @@ 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)
- commander (4.1.6)
- highline (~> 1.6.11)
+ execjs (2.6.0)
fast-stemmer (1.0.2)
- ffi (1.9.3)
- highline (1.6.21)
- jekyll (1.5.1)
+ ffi (1.9.10)
+ hitimes (1.2.4)
+ jekyll (2.0.3)
classifier (~> 1.3)
colorator (~> 0.1)
- commander (~> 4.1.3)
+ jekyll-coffeescript (~> 1.0)
+ jekyll-sass-converter (~> 1.0)
+ kramdown (~> 1.3)
liquid (~> 2.5.5)
- listen (~> 1.3)
- maruku (= 0.7.0)
+ listen (~> 2.5)
+ mercenary (~> 0.3.3)
pygments.rb (~> 0.5.0)
- redcarpet (~> 2.3.0)
+ redcarpet (~> 3.1)
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.1)
+ json (1.8.3)
+ kramdown (1.11.1)
liquid (2.5.5)
- listen (1.3.1)
+ listen (2.10.1)
+ celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
- rb-kqueue (>= 0.2)
- maruku (0.7.0)
+ mercenary (0.3.6)
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.9)
+ posix-spawn (0.3.11)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rake (10.1.1)
- rb-fsevent (0.9.4)
- rb-inotify (0.9.5)
- ffi (>= 0.5.0)
- rb-kqueue (0.2.3)
+ rb-fsevent (0.9.7)
+ rb-inotify (0.9.7)
ffi (>= 0.5.0)
rdiscount (2.1.7.1)
- redcarpet (2.3.0)
+ redcarpet (3.3.4)
ruby-nuggets (1.0.0)
nuggets (= 1.0.0)
- safe_yaml (1.0.3)
- toml (0.1.1)
+ 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)
yui-compressor (0.12.0)
@@ -69,12 +82,15 @@ PLATFORMS
ruby
DEPENDENCIES
- jekyll (~> 1.5.1)
+ jekyll (~> 2.0.0)
jekyll-asset-pipeline!
jekyll-tagging (~> 0.5.0)
- json (~> 1.8.1)
+ json (~> 1.8.3)
nokogiri (~> 1.6.0)
pygments.rb (~> 0.5.4)
rake (~> 10.1.0)
rdiscount (~> 2.1.7)
yui-compressor (~> 0.12.0)
+
+BUNDLED WITH
+ 1.12.3
|