version updates

This commit is contained in:
James Walker 2015-06-16 22:37:49 -04:00
parent 1eb9400fe9
commit 3395488161
3 changed files with 17 additions and 16 deletions

View File

@ -1 +1 @@
2.2.1 2.2.2

View File

@ -1,6 +1,6 @@
source "http://rubygems.org" source "http://rubygems.org"
gem 'octopress', '~> 3.0.0.rc' gem 'octopress', '~> 3.0.0'
gem 'narray', :git => "https://github.com/tonyarnold/narray" gem 'narray', :git => "https://github.com/tonyarnold/narray"
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl" gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"

View File

@ -16,7 +16,7 @@ GEM
specs: specs:
addressable (2.3.8) addressable (2.3.8)
blankslate (2.1.2.4) blankslate (2.1.2.4)
bourbon (4.2.2) bourbon (4.2.3)
sass (~> 3.4) sass (~> 3.4)
thor thor
celluloid (0.16.0) celluloid (0.16.0)
@ -26,7 +26,7 @@ GEM
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.1) coffee-script-source (1.9.1.1)
colorator (0.1) colorator (0.1)
colored (1.2) colored (1.2)
ethon (0.7.3) ethon (0.7.3)
@ -35,7 +35,7 @@ GEM
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.8) ffi (1.9.8)
hitimes (1.2.2) hitimes (1.2.2)
html-proofer (2.1.0) html-proofer (2.2.0)
addressable (~> 2.3) addressable (~> 2.3)
colored (~> 1.2) colored (~> 1.2)
mercenary (~> 0.3.2) mercenary (~> 0.3.2)
@ -66,7 +66,7 @@ GEM
sass (~> 3.2) sass (~> 3.2)
jekyll-watch (1.2.1) jekyll-watch (1.2.1)
listen (~> 2.7) listen (~> 2.7)
kramdown (1.6.0) kramdown (1.7.0)
liquid (2.6.2) liquid (2.6.2)
listen (2.10.0) listen (2.10.0)
celluloid (~> 0.16.0) celluloid (~> 0.16.0)
@ -79,32 +79,33 @@ GEM
sass (>= 3.3) sass (>= 3.3)
nokogiri (1.6.6.2) nokogiri (1.6.6.2)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
octopress (3.0.0.rc.35) octopress (3.0.7)
jekyll (~> 2.5) jekyll (>= 2.0)
mercenary (~> 0.3.2) mercenary (~> 0.3.2)
octopress-deploy octopress-deploy
octopress-escape-code (~> 2.0) octopress-escape-code (~> 2.0)
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
redcarpet (~> 3.0)
titlecase titlecase
octopress-deploy (1.2.0) octopress-deploy (1.2.6)
colorator colorator
octopress-escape-code (2.0.6) octopress-escape-code (2.0.6)
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
octopress-hooks (2.6.0) octopress-hooks (2.6.1)
jekyll (~> 2.0) jekyll (>= 2.0)
parallel (1.4.1) parallel (1.6.0)
parslet (1.5.0) parslet (1.5.0)
blankslate (~> 2.0) blankslate (~> 2.0)
posix-spawn (0.3.11) posix-spawn (0.3.11)
pygments.rb (0.6.3) pygments.rb (0.6.3)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0) yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.4) rb-fsevent (0.9.5)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.2.3) redcarpet (3.3.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.13) sass (3.4.14)
thor (0.19.1) thor (0.19.1)
timers (4.0.1) timers (4.0.1)
hitimes hitimes
@ -125,4 +126,4 @@ DEPENDENCIES
html-proofer html-proofer
narray! narray!
neat neat
octopress (~> 3.0.0.rc) octopress (~> 3.0.0)